Two new vendors and an OS-level scheduler merged into oh-my-agent this week, which means your agents can now run on a clock instead of only when you prompt them. 135 commits, and the theme underneath most of them is the same: stop pinning the agent to a single runtime, and stop leaking resources between sessions.
oh-my-agent is a cross-vendor harness. The point is that a workflow, a skill, or a subagent dispatch should not care which CLI is underneath it. This week pushed hard on that promise.
What's new
Kimi Code CLI is now a first-class vendor: OAuth/KIMI_API_KEY auth, TOML hook install into ~/.kimi-code/config.toml, mode-aware Serena and chrome-devtools MCP, and external dispatch via kimi -p.
OpenCode lands as an extension-class vendor with in-process plugin bridging. Subagent dispatch runs through opencode run --agent <id>, and model slugs are validated against opencode models rather than a hardcoded catalog.






