agent-orchestrator/packages
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
..
ao chore: release 0.5.0 (#1676) 2026-05-06 16:44:45 +05:30
cli fix(cli): reload dashboard config after adding project from already-running menu (#1706) 2026-05-07 18:43:19 +05:30
core fix(runtime-tmux): disable tmux status bar + dead code cleanup (#1711) 2026-05-07 14:35:26 +05:30
integration-tests refactor(core): storage redesign — projectId-based paths, JSON metadata (#1466) 2026-04-28 17:55:53 +05:30
plugins fix(runtime-tmux): disable tmux status bar + dead code cleanup (#1711) 2026-05-07 14:35:26 +05:30
web fix(web): bound PTY re-attach loop with grace-period counter reset (#1640) 2026-05-07 18:37:44 +05:30