agent-orchestrator/packages/cli
Harshit Singh Bhandari 0f539a3d4e
fix(cli): reload dashboard config after adding project from already-running menu (#1706)
When `ao start` finds an existing daemon and the user picks "Add <dir>",
the project is written to the global config but the dashboard's cached
services (loaded once into globalThis) never see it, so visiting the new
project page renders notFound(). Call notifyProjectChange() after the
write — same pattern as attachAndSpawnOrchestrator — so the dashboard
invalidates its cache before the browser opens.
2026-05-07 18:43:19 +05:30
..
__tests__ chore(cli): remove deprecated 'ao init' command (#1438) 2026-05-05 18:43:55 +05:30
src fix(cli): reload dashboard config after adding project from already-running menu (#1706) 2026-05-07 18:43:19 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
CHANGELOG.md chore: release 0.5.0 (#1676) 2026-05-06 16:44:45 +05:30
package.json chore: release 0.5.0 (#1676) 2026-05-06 16:44:45 +05:30
tsconfig.json fix: scope node types to node packages 2026-04-13 18:25:21 +05:30
vitest.config.ts test(cli): load markdown prompt templates 2026-04-13 21:28:27 +05:30