agent-orchestrator/packages/cli
Ashish Huddar d8b8645bc7
fix(cli): ao start navigates to session page instead of orchestrator selection (#958)
* fix(cli): ao start navigates to session page instead of orchestrator selection

When ao start finds existing orchestrators, it now auto-selects the most
recently active one and opens /sessions/{id} directly, rather than the
/orchestrators selection page. This matches the behavior users expect:
landing on the agent terminal immediately on startup.

Closes #954

* fix(cli): navigate to session page for single orchestrator, selection page for multiple

When ao start finds existing orchestrators:
- 1 orchestrator: navigate directly to /sessions/{id} (fix for #954)
- 2+ orchestrators: keep /orchestrators?project={id} selection page so users
  can choose among sessions or spawn a new one — the main dashboard only
  links one orchestrator per project, making the selection page the only
  startup path for multi-orchestrator projects.

Addresses review feedback on #958.
2026-04-07 09:48:41 +05:30
..
__tests__ fix(cli): ao start navigates to session page instead of orchestrator selection (#958) 2026-04-07 09:48:41 +05:30
src fix(cli): ao start navigates to session page instead of orchestrator selection (#958) 2026-04-07 09:48:41 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
CHANGELOG.md chore: version packages 2026-03-29 09:21:26 +00:00
package.json feat(web): add dashboard error boundaries 2026-04-06 00:32:53 +05:30
tsconfig.json Apply suggestion from @Copilot 2026-04-01 23:37:37 +05:30
vitest.config.ts fix(cli): resolve ao-core vitest subpaths 2026-04-05 22:38:55 +05:30