chore: add changeset for onboarding/install fixes
This commit is contained in:
parent
cbdf2d2da0
commit
ac625c3476
|
|
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue