chore: add changeset for onboarding/install fixes

This commit is contained in:
suraj-markup 2026-03-26 16:10:22 +05:30
parent cbdf2d2da0
commit ac625c3476
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
"@composio/ao-cli": patch
"@composio/ao": patch
---
Fix startup onboarding and install reliability:
- Repair npm global install startup path by improving package resolution and web package discovery hints.
- Make `ao start` prerequisite installs explicit and interactive for required tools (`tmux`, `git`) with clearer fallback guidance.
- Keep `ao spawn` preflight check-only for `tmux` (no implicit install).
- Remove redundant agent runtime re-detection during config generation.