From ac625c347692f877b7922e1c7352e1100e0f31e9 Mon Sep 17 00:00:00 2001 From: suraj-markup Date: Thu, 26 Mar 2026 16:10:22 +0530 Subject: [PATCH] chore: add changeset for onboarding/install fixes --- .changeset/fresh-fishes-help.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .changeset/fresh-fishes-help.md diff --git a/.changeset/fresh-fishes-help.md b/.changeset/fresh-fishes-help.md new file mode 100644 index 000000000..b5146b470 --- /dev/null +++ b/.changeset/fresh-fishes-help.md @@ -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. +