chore: version packages (#2000)

* chore: version packages

* chore: trigger release ci

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: suraj-markup <suraj@composio.dev>
This commit is contained in:
github-actions[bot] 2026-05-22 10:53:39 +05:30 committed by GitHub
parent 2d4c457176
commit c633a7ac49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
61 changed files with 304 additions and 64 deletions

View File

@ -1,34 +0,0 @@
---
"@aoagents/ao": patch
"@aoagents/ao-cli": patch
"@aoagents/ao-core": patch
"@aoagents/ao-web": patch
"@aoagents/ao-notifier-macos": patch
"@aoagents/ao-plugin-agent-aider": patch
"@aoagents/ao-plugin-agent-claude-code": patch
"@aoagents/ao-plugin-agent-codex": patch
"@aoagents/ao-plugin-agent-cursor": patch
"@aoagents/ao-plugin-agent-grok": patch
"@aoagents/ao-plugin-agent-kimicode": patch
"@aoagents/ao-plugin-agent-opencode": patch
"@aoagents/ao-plugin-notifier-composio": patch
"@aoagents/ao-plugin-notifier-dashboard": patch
"@aoagents/ao-plugin-notifier-desktop": patch
"@aoagents/ao-plugin-notifier-discord": patch
"@aoagents/ao-plugin-notifier-openclaw": patch
"@aoagents/ao-plugin-notifier-slack": patch
"@aoagents/ao-plugin-notifier-webhook": patch
"@aoagents/ao-plugin-runtime-process": patch
"@aoagents/ao-plugin-runtime-tmux": patch
"@aoagents/ao-plugin-scm-github": patch
"@aoagents/ao-plugin-scm-gitlab": patch
"@aoagents/ao-plugin-terminal-iterm2": patch
"@aoagents/ao-plugin-terminal-web": patch
"@aoagents/ao-plugin-tracker-github": patch
"@aoagents/ao-plugin-tracker-gitlab": patch
"@aoagents/ao-plugin-tracker-linear": patch
"@aoagents/ao-plugin-workspace-clone": patch
"@aoagents/ao-plugin-workspace-worktree": patch
---
Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue

View File

@ -1,5 +1,13 @@
# @aoagents/ao
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-cli@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao",
"version": "0.9.0",
"version": "0.9.1",
"description": "Orchestrate parallel AI coding agents — global CLI wrapper",
"keywords": [
"ai",

View File

@ -1,5 +1,38 @@
# @aoagents/ao-cli
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
- @aoagents/ao-web@0.9.1
- @aoagents/ao-notifier-macos@0.9.1
- @aoagents/ao-plugin-agent-aider@0.9.1
- @aoagents/ao-plugin-agent-claude-code@0.9.1
- @aoagents/ao-plugin-agent-codex@0.9.1
- @aoagents/ao-plugin-agent-cursor@0.9.1
- @aoagents/ao-plugin-agent-grok@0.1.2
- @aoagents/ao-plugin-agent-kimicode@0.9.1
- @aoagents/ao-plugin-agent-opencode@0.9.1
- @aoagents/ao-plugin-notifier-composio@0.9.1
- @aoagents/ao-plugin-notifier-dashboard@0.9.1
- @aoagents/ao-plugin-notifier-desktop@0.9.1
- @aoagents/ao-plugin-notifier-discord@0.9.1
- @aoagents/ao-plugin-notifier-openclaw@0.9.1
- @aoagents/ao-plugin-notifier-slack@0.9.1
- @aoagents/ao-plugin-notifier-webhook@0.9.1
- @aoagents/ao-plugin-runtime-process@0.9.1
- @aoagents/ao-plugin-runtime-tmux@0.9.1
- @aoagents/ao-plugin-scm-github@0.9.1
- @aoagents/ao-plugin-terminal-iterm2@0.9.1
- @aoagents/ao-plugin-terminal-web@0.9.1
- @aoagents/ao-plugin-tracker-github@0.9.1
- @aoagents/ao-plugin-tracker-linear@0.9.1
- @aoagents/ao-plugin-workspace-clone@0.9.1
- @aoagents/ao-plugin-workspace-worktree@0.9.1
## 0.9.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-cli",
"version": "0.9.0",
"version": "0.9.1",
"description": "CLI for agent-orchestrator — the `ao` command",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,11 @@
# @aoagents/ao-core
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
## 0.9.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-core",
"version": "0.9.0",
"version": "0.9.1",
"description": "Core library — types, config, session manager, lifecycle manager, event bus",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,11 @@
# @aoagents/ao-notifier-macos
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-notifier-macos",
"version": "0.9.0",
"version": "0.9.1",
"description": "Native macOS notification helper app for AO",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-agent-aider
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-agent-aider",
"version": "0.9.0",
"version": "0.9.1",
"description": "Agent plugin: Aider",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-agent-claude-code
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-agent-claude-code",
"version": "0.9.0",
"version": "0.9.1",
"description": "Agent plugin: Claude Code",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-agent-codex
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-agent-codex",
"version": "0.9.0",
"version": "0.9.1",
"description": "Agent plugin: OpenAI Codex CLI",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-agent-cursor
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-agent-cursor",
"version": "0.9.0",
"version": "0.9.1",
"description": "Agent plugin: Cursor CLI",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-agent-grok
## 0.1.2
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-agent-grok",
"version": "0.1.1",
"version": "0.1.2",
"description": "Agent plugin: Grok",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-agent-kimicode
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-agent-kimicode",
"version": "0.9.0",
"version": "0.9.1",
"description": "Agent plugin: Kimi Code CLI (MoonshotAI)",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-agent-opencode
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-agent-opencode",
"version": "0.9.0",
"version": "0.9.1",
"description": "Agent plugin: OpenCode",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-notifier-composio
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-notifier-composio",
"version": "0.9.0",
"version": "0.9.1",
"description": "Notifier plugin: Composio unified notifications (Slack, Discord, email)",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-notifier-dashboard
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-notifier-dashboard",
"version": "0.9.0",
"version": "0.9.1",
"description": "Notifier plugin: AO dashboard notifications",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-notifier-desktop
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-notifier-desktop",
"version": "0.9.0",
"version": "0.9.1",
"description": "Notifier plugin: OS desktop notifications",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-notifier-discord
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-notifier-discord",
"version": "0.9.0",
"version": "0.9.1",
"description": "Notifier plugin: Discord webhook notifications",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-notifier-openclaw
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-notifier-openclaw",
"version": "0.9.0",
"version": "0.9.1",
"description": "Notifier plugin: OpenClaw webhook notifications",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-notifier-slack
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-notifier-slack",
"version": "0.9.0",
"version": "0.9.1",
"description": "Notifier plugin: Slack",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-notifier-webhook
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-notifier-webhook",
"version": "0.9.0",
"version": "0.9.1",
"description": "Notifier plugin: generic webhook",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-runtime-process
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-runtime-process",
"version": "0.9.0",
"version": "0.9.1",
"description": "Runtime plugin: child processes",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-runtime-tmux
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-runtime-tmux",
"version": "0.9.0",
"version": "0.9.1",
"description": "Runtime plugin: tmux sessions",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-scm-github
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-scm-github",
"version": "0.9.0",
"version": "0.9.1",
"description": "SCM plugin: GitHub (PRs, CI, reviews)",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-scm-gitlab
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-scm-gitlab",
"version": "0.9.0",
"version": "0.9.1",
"description": "SCM plugin: GitLab (MRs, CI, reviews)",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-terminal-iterm2
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-terminal-iterm2",
"version": "0.9.0",
"version": "0.9.1",
"description": "Terminal plugin: macOS iTerm2",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-terminal-web
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-terminal-web",
"version": "0.9.0",
"version": "0.9.1",
"description": "Terminal plugin: xterm.js web terminal",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-tracker-github
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-tracker-github",
"version": "0.9.0",
"version": "0.9.1",
"description": "Tracker plugin: GitHub Issues",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,14 @@
# @aoagents/ao-plugin-tracker-gitlab
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
- @aoagents/ao-plugin-scm-gitlab@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-tracker-gitlab",
"version": "0.9.0",
"version": "0.9.1",
"description": "Tracker plugin: GitLab Issues",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-tracker-linear
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-tracker-linear",
"version": "0.9.0",
"version": "0.9.1",
"description": "Tracker plugin: Linear",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-workspace-clone
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-workspace-clone",
"version": "0.9.0",
"version": "0.9.1",
"description": "Workspace plugin: git clone",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,13 @@
# @aoagents/ao-plugin-workspace-worktree
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
## 0.9.0
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-plugin-workspace-worktree",
"version": "0.9.0",
"version": "0.9.1",
"description": "Workspace plugin: git worktrees",
"license": "MIT",
"type": "module",

View File

@ -1,5 +1,25 @@
# @aoagents/ao-web
## 0.9.1
### Patch Changes
- 2d4c457: Fix canary nightly to include all publishable packages and fix Next.js import.meta.url build path issue
- Updated dependencies [2d4c457]
- @aoagents/ao-core@0.9.1
- @aoagents/ao-plugin-agent-claude-code@0.9.1
- @aoagents/ao-plugin-agent-codex@0.9.1
- @aoagents/ao-plugin-agent-cursor@0.9.1
- @aoagents/ao-plugin-agent-grok@0.1.2
- @aoagents/ao-plugin-agent-kimicode@0.9.1
- @aoagents/ao-plugin-agent-opencode@0.9.1
- @aoagents/ao-plugin-runtime-process@0.9.1
- @aoagents/ao-plugin-runtime-tmux@0.9.1
- @aoagents/ao-plugin-scm-github@0.9.1
- @aoagents/ao-plugin-tracker-github@0.9.1
- @aoagents/ao-plugin-tracker-linear@0.9.1
- @aoagents/ao-plugin-workspace-worktree@0.9.1
## 0.9.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@aoagents/ao-web",
"version": "0.9.0",
"version": "0.9.1",
"description": "Web dashboard for agent-orchestrator",
"license": "MIT",
"type": "module",