agent-orchestrator/packages/web/src
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
..
__tests__ fix: address pr-review regressions (#1306) 2026-04-19 19:59:16 +05:30
app fix: address pr-review regressions (#1306) 2026-04-19 19:59:16 +05:30
components Merge pull request #1308 from harshitsinghbhandari/fix/ao-start-orchestrator-reuse-race 2026-04-20 14:53:20 +05:30
hooks feat(web): terminal layout, mobile UX, sidebar & instant session navigation (#1278) 2026-04-19 00:15:57 +05:30
lib fix(plugin): register kimicode in core BUILTIN_PLUGINS and web services 2026-04-21 15:00:37 +05:30
providers feat(web): collapse attention zones to 4 with 5-zone feature flag (#1202) 2026-04-17 22:24:25 +05:30
vitest.d.ts fix: upgrade @testing-library/jest-dom for vitest 2.x type compatibility (#21) 2026-02-14 14:40:44 +05:30