chore: add changeset to trigger npm publish
Adds changeset for the onboarding improvements merged in #463 and #537. This will trigger the release workflow to publish updated versions of @composio/ao, @composio/ao-cli, @composio/ao-core, and @composio/ao-web. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a99aedf9a8
commit
3a650b02bf
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
"@composio/ao-core": minor
|
||||
"@composio/ao-cli": minor
|
||||
"@composio/ao": minor
|
||||
"@composio/ao-web": minor
|
||||
"@composio/ao-plugin-agent-claude-code": patch
|
||||
"@composio/ao-plugin-agent-aider": patch
|
||||
"@composio/ao-plugin-agent-codex": patch
|
||||
"@composio/ao-plugin-agent-opencode": patch
|
||||
---
|
||||
|
||||
Zero-friction onboarding: `ao start` auto-detects project, generates config, and launches dashboard — no prompts, no manual setup. Renamed npm package to `@composio/ao`. Made `@composio/ao-web` publishable with production entry point. Cross-platform agent detection. Auto-port-finding. Permission auto-retry in shell scripts.
|
||||
Loading…
Reference in New Issue