agent-orchestrator/.changeset
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
..
README.md feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
config.json chore: rename @composio scope to @aoagents across all packages 2026-04-09 15:59:33 +00:00
per-project-env.md feat(core): add per-project env block to ProjectConfig (#1679) 2026-05-07 11:29:19 +05:30
reload-dashboard-on-add-project.md fix(cli): reload dashboard config after adding project from already-running menu (#1706) 2026-05-07 18:43:19 +05:30

README.md

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in
our documentation