agent-orchestrator/packages
Harsh Batheja 35b4181f6b fix(plugin): register kimicode in core BUILTIN_PLUGINS and web services
The CLI-side registration in packages/cli/src/lib/plugins.ts only covers
`getAgentByName` callers. Code paths that go through the shared plugin
registry (session-manager, doctor, plugin, verify CLI commands, and the
web dashboard's services singleton) use `createPluginRegistry()` +
`loadBuiltins()` / explicit `register()`, which bypass the CLI map.

Without this wiring:
- `pnpm ao doctor` / `ao plugin` / `ao verify` wouldn't see kimicode
- Web dashboard would fail to render sessions with `agent: kimicode`
  because the webpack-bundled services.ts couldn't resolve the plugin

Add kimicode to:
- packages/core/src/plugin-registry.ts BUILTIN_PLUGINS
- packages/web/package.json dependencies
- packages/web/src/lib/services.ts static imports + register call

Caught while comparing against #1395 (kimi-2-6-code plugin), which added
the same registry entry.
2026-04-21 15:00:37 +05:30
..
ao chore: bump all package versions to 0.2.5 (#1190) 2026-04-13 05:47:08 +05:30
cli feat(plugin): add kimicode agent plugin 2026-04-21 04:19:31 +05:30
core fix(plugin): register kimicode in core BUILTIN_PLUGINS and web services 2026-04-21 15:00:37 +05:30
integration-tests fix: model missing activity evidence explicitly (#122) 2026-04-17 19:28:56 +05:30
plugins feat(plugin): add kimicode agent plugin 2026-04-21 04:19:31 +05:30
web fix(plugin): register kimicode in core BUILTIN_PLUGINS and web services 2026-04-21 15:00:37 +05:30