diff --git a/.changeset/hotfix-091.md b/.changeset/hotfix-091.md deleted file mode 100644 index 9678337e4..000000000 --- a/.changeset/hotfix-091.md +++ /dev/null @@ -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 diff --git a/packages/ao/CHANGELOG.md b/packages/ao/CHANGELOG.md index b414c1beb..fea3cf3f3 100644 --- a/packages/ao/CHANGELOG.md +++ b/packages/ao/CHANGELOG.md @@ -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 diff --git a/packages/ao/package.json b/packages/ao/package.json index 75b8e4c3d..037281e98 100644 --- a/packages/ao/package.json +++ b/packages/ao/package.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 60abe6f05..fc7839348 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index ea210f849..bbb9b6adb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 70ddadfc0..a47c946fa 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 34a08f9f0..e44e109ad 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/notifier-macos/CHANGELOG.md b/packages/notifier-macos/CHANGELOG.md index 40086a243..00ecdead5 100644 --- a/packages/notifier-macos/CHANGELOG.md +++ b/packages/notifier-macos/CHANGELOG.md @@ -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 diff --git a/packages/notifier-macos/package.json b/packages/notifier-macos/package.json index 3a68ed89a..ee4f1d17d 100644 --- a/packages/notifier-macos/package.json +++ b/packages/notifier-macos/package.json @@ -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", diff --git a/packages/plugins/agent-aider/CHANGELOG.md b/packages/plugins/agent-aider/CHANGELOG.md index c61e362b4..135d02427 100644 --- a/packages/plugins/agent-aider/CHANGELOG.md +++ b/packages/plugins/agent-aider/CHANGELOG.md @@ -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 diff --git a/packages/plugins/agent-aider/package.json b/packages/plugins/agent-aider/package.json index 233654890..d4bd5f51f 100644 --- a/packages/plugins/agent-aider/package.json +++ b/packages/plugins/agent-aider/package.json @@ -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", diff --git a/packages/plugins/agent-claude-code/CHANGELOG.md b/packages/plugins/agent-claude-code/CHANGELOG.md index 429529639..71efb9f55 100644 --- a/packages/plugins/agent-claude-code/CHANGELOG.md +++ b/packages/plugins/agent-claude-code/CHANGELOG.md @@ -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 diff --git a/packages/plugins/agent-claude-code/package.json b/packages/plugins/agent-claude-code/package.json index 573710961..4145cc1b5 100644 --- a/packages/plugins/agent-claude-code/package.json +++ b/packages/plugins/agent-claude-code/package.json @@ -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", diff --git a/packages/plugins/agent-codex/CHANGELOG.md b/packages/plugins/agent-codex/CHANGELOG.md index bcc3eb780..2828522ea 100644 --- a/packages/plugins/agent-codex/CHANGELOG.md +++ b/packages/plugins/agent-codex/CHANGELOG.md @@ -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 diff --git a/packages/plugins/agent-codex/package.json b/packages/plugins/agent-codex/package.json index 584821386..1f4b2f2d5 100644 --- a/packages/plugins/agent-codex/package.json +++ b/packages/plugins/agent-codex/package.json @@ -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", diff --git a/packages/plugins/agent-cursor/CHANGELOG.md b/packages/plugins/agent-cursor/CHANGELOG.md index 378d383e2..bf14c6a4f 100644 --- a/packages/plugins/agent-cursor/CHANGELOG.md +++ b/packages/plugins/agent-cursor/CHANGELOG.md @@ -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 diff --git a/packages/plugins/agent-cursor/package.json b/packages/plugins/agent-cursor/package.json index 14177b58e..41a665032 100644 --- a/packages/plugins/agent-cursor/package.json +++ b/packages/plugins/agent-cursor/package.json @@ -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", diff --git a/packages/plugins/agent-grok/CHANGELOG.md b/packages/plugins/agent-grok/CHANGELOG.md index 51011dbdd..0b21db2a3 100644 --- a/packages/plugins/agent-grok/CHANGELOG.md +++ b/packages/plugins/agent-grok/CHANGELOG.md @@ -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 diff --git a/packages/plugins/agent-grok/package.json b/packages/plugins/agent-grok/package.json index 2f29eb542..ba2e93aaa 100644 --- a/packages/plugins/agent-grok/package.json +++ b/packages/plugins/agent-grok/package.json @@ -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", diff --git a/packages/plugins/agent-kimicode/CHANGELOG.md b/packages/plugins/agent-kimicode/CHANGELOG.md index 1a181913a..3f75d3475 100644 --- a/packages/plugins/agent-kimicode/CHANGELOG.md +++ b/packages/plugins/agent-kimicode/CHANGELOG.md @@ -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 diff --git a/packages/plugins/agent-kimicode/package.json b/packages/plugins/agent-kimicode/package.json index 71a3e545c..e2190bc0d 100644 --- a/packages/plugins/agent-kimicode/package.json +++ b/packages/plugins/agent-kimicode/package.json @@ -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", diff --git a/packages/plugins/agent-opencode/CHANGELOG.md b/packages/plugins/agent-opencode/CHANGELOG.md index eb6e5abf1..ae38ec215 100644 --- a/packages/plugins/agent-opencode/CHANGELOG.md +++ b/packages/plugins/agent-opencode/CHANGELOG.md @@ -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 diff --git a/packages/plugins/agent-opencode/package.json b/packages/plugins/agent-opencode/package.json index b1e5b7865..8a8f7ef7b 100644 --- a/packages/plugins/agent-opencode/package.json +++ b/packages/plugins/agent-opencode/package.json @@ -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", diff --git a/packages/plugins/notifier-composio/CHANGELOG.md b/packages/plugins/notifier-composio/CHANGELOG.md index ce0be2d0e..b5c236dbd 100644 --- a/packages/plugins/notifier-composio/CHANGELOG.md +++ b/packages/plugins/notifier-composio/CHANGELOG.md @@ -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 diff --git a/packages/plugins/notifier-composio/package.json b/packages/plugins/notifier-composio/package.json index ba6709226..d72f6ec8d 100644 --- a/packages/plugins/notifier-composio/package.json +++ b/packages/plugins/notifier-composio/package.json @@ -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", diff --git a/packages/plugins/notifier-dashboard/CHANGELOG.md b/packages/plugins/notifier-dashboard/CHANGELOG.md index cab113736..307650914 100644 --- a/packages/plugins/notifier-dashboard/CHANGELOG.md +++ b/packages/plugins/notifier-dashboard/CHANGELOG.md @@ -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 diff --git a/packages/plugins/notifier-dashboard/package.json b/packages/plugins/notifier-dashboard/package.json index f10fdbd65..78ac44c4a 100644 --- a/packages/plugins/notifier-dashboard/package.json +++ b/packages/plugins/notifier-dashboard/package.json @@ -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", diff --git a/packages/plugins/notifier-desktop/CHANGELOG.md b/packages/plugins/notifier-desktop/CHANGELOG.md index 918ee5c02..a1ccdd7e1 100644 --- a/packages/plugins/notifier-desktop/CHANGELOG.md +++ b/packages/plugins/notifier-desktop/CHANGELOG.md @@ -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 diff --git a/packages/plugins/notifier-desktop/package.json b/packages/plugins/notifier-desktop/package.json index e18a55b87..d347e8567 100644 --- a/packages/plugins/notifier-desktop/package.json +++ b/packages/plugins/notifier-desktop/package.json @@ -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", diff --git a/packages/plugins/notifier-discord/CHANGELOG.md b/packages/plugins/notifier-discord/CHANGELOG.md index da9dca1d8..68c0f568c 100644 --- a/packages/plugins/notifier-discord/CHANGELOG.md +++ b/packages/plugins/notifier-discord/CHANGELOG.md @@ -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 diff --git a/packages/plugins/notifier-discord/package.json b/packages/plugins/notifier-discord/package.json index 820437d40..8c2ae9a60 100644 --- a/packages/plugins/notifier-discord/package.json +++ b/packages/plugins/notifier-discord/package.json @@ -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", diff --git a/packages/plugins/notifier-openclaw/CHANGELOG.md b/packages/plugins/notifier-openclaw/CHANGELOG.md index 65aecfb24..36493b62c 100644 --- a/packages/plugins/notifier-openclaw/CHANGELOG.md +++ b/packages/plugins/notifier-openclaw/CHANGELOG.md @@ -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 diff --git a/packages/plugins/notifier-openclaw/package.json b/packages/plugins/notifier-openclaw/package.json index 5f1cb4314..c9406c5cb 100644 --- a/packages/plugins/notifier-openclaw/package.json +++ b/packages/plugins/notifier-openclaw/package.json @@ -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", diff --git a/packages/plugins/notifier-slack/CHANGELOG.md b/packages/plugins/notifier-slack/CHANGELOG.md index 7e501f0b7..3b6539509 100644 --- a/packages/plugins/notifier-slack/CHANGELOG.md +++ b/packages/plugins/notifier-slack/CHANGELOG.md @@ -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 diff --git a/packages/plugins/notifier-slack/package.json b/packages/plugins/notifier-slack/package.json index 85ffb1064..006e0178c 100644 --- a/packages/plugins/notifier-slack/package.json +++ b/packages/plugins/notifier-slack/package.json @@ -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", diff --git a/packages/plugins/notifier-webhook/CHANGELOG.md b/packages/plugins/notifier-webhook/CHANGELOG.md index e0a994df1..5846d1b8c 100644 --- a/packages/plugins/notifier-webhook/CHANGELOG.md +++ b/packages/plugins/notifier-webhook/CHANGELOG.md @@ -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 diff --git a/packages/plugins/notifier-webhook/package.json b/packages/plugins/notifier-webhook/package.json index b9a8db88b..22653f1dc 100644 --- a/packages/plugins/notifier-webhook/package.json +++ b/packages/plugins/notifier-webhook/package.json @@ -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", diff --git a/packages/plugins/runtime-process/CHANGELOG.md b/packages/plugins/runtime-process/CHANGELOG.md index 19a25a47b..1ef7cb90d 100644 --- a/packages/plugins/runtime-process/CHANGELOG.md +++ b/packages/plugins/runtime-process/CHANGELOG.md @@ -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 diff --git a/packages/plugins/runtime-process/package.json b/packages/plugins/runtime-process/package.json index 665257b09..23252c2ca 100644 --- a/packages/plugins/runtime-process/package.json +++ b/packages/plugins/runtime-process/package.json @@ -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", diff --git a/packages/plugins/runtime-tmux/CHANGELOG.md b/packages/plugins/runtime-tmux/CHANGELOG.md index 1efab2b8f..e6762330f 100644 --- a/packages/plugins/runtime-tmux/CHANGELOG.md +++ b/packages/plugins/runtime-tmux/CHANGELOG.md @@ -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 diff --git a/packages/plugins/runtime-tmux/package.json b/packages/plugins/runtime-tmux/package.json index c61b984ee..271e9c229 100644 --- a/packages/plugins/runtime-tmux/package.json +++ b/packages/plugins/runtime-tmux/package.json @@ -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", diff --git a/packages/plugins/scm-github/CHANGELOG.md b/packages/plugins/scm-github/CHANGELOG.md index 379c286bb..4701bbf01 100644 --- a/packages/plugins/scm-github/CHANGELOG.md +++ b/packages/plugins/scm-github/CHANGELOG.md @@ -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 diff --git a/packages/plugins/scm-github/package.json b/packages/plugins/scm-github/package.json index 11d11631c..fd4a933d7 100644 --- a/packages/plugins/scm-github/package.json +++ b/packages/plugins/scm-github/package.json @@ -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", diff --git a/packages/plugins/scm-gitlab/CHANGELOG.md b/packages/plugins/scm-gitlab/CHANGELOG.md index eebdfeedd..c7c953753 100644 --- a/packages/plugins/scm-gitlab/CHANGELOG.md +++ b/packages/plugins/scm-gitlab/CHANGELOG.md @@ -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 diff --git a/packages/plugins/scm-gitlab/package.json b/packages/plugins/scm-gitlab/package.json index dc674a61c..840a47919 100644 --- a/packages/plugins/scm-gitlab/package.json +++ b/packages/plugins/scm-gitlab/package.json @@ -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", diff --git a/packages/plugins/terminal-iterm2/CHANGELOG.md b/packages/plugins/terminal-iterm2/CHANGELOG.md index 395c037f7..57c66bd99 100644 --- a/packages/plugins/terminal-iterm2/CHANGELOG.md +++ b/packages/plugins/terminal-iterm2/CHANGELOG.md @@ -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 diff --git a/packages/plugins/terminal-iterm2/package.json b/packages/plugins/terminal-iterm2/package.json index 3c30f22de..697281d89 100644 --- a/packages/plugins/terminal-iterm2/package.json +++ b/packages/plugins/terminal-iterm2/package.json @@ -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", diff --git a/packages/plugins/terminal-web/CHANGELOG.md b/packages/plugins/terminal-web/CHANGELOG.md index 1f7abc4b7..86a063a89 100644 --- a/packages/plugins/terminal-web/CHANGELOG.md +++ b/packages/plugins/terminal-web/CHANGELOG.md @@ -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 diff --git a/packages/plugins/terminal-web/package.json b/packages/plugins/terminal-web/package.json index c43debf39..7316b26ca 100644 --- a/packages/plugins/terminal-web/package.json +++ b/packages/plugins/terminal-web/package.json @@ -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", diff --git a/packages/plugins/tracker-github/CHANGELOG.md b/packages/plugins/tracker-github/CHANGELOG.md index a3da5d1d7..16708df8e 100644 --- a/packages/plugins/tracker-github/CHANGELOG.md +++ b/packages/plugins/tracker-github/CHANGELOG.md @@ -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 diff --git a/packages/plugins/tracker-github/package.json b/packages/plugins/tracker-github/package.json index 7e52dd323..90d3bb572 100644 --- a/packages/plugins/tracker-github/package.json +++ b/packages/plugins/tracker-github/package.json @@ -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", diff --git a/packages/plugins/tracker-gitlab/CHANGELOG.md b/packages/plugins/tracker-gitlab/CHANGELOG.md index 92e45a446..94cc5ab56 100644 --- a/packages/plugins/tracker-gitlab/CHANGELOG.md +++ b/packages/plugins/tracker-gitlab/CHANGELOG.md @@ -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 diff --git a/packages/plugins/tracker-gitlab/package.json b/packages/plugins/tracker-gitlab/package.json index f45354d20..718dd3594 100644 --- a/packages/plugins/tracker-gitlab/package.json +++ b/packages/plugins/tracker-gitlab/package.json @@ -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", diff --git a/packages/plugins/tracker-linear/CHANGELOG.md b/packages/plugins/tracker-linear/CHANGELOG.md index 55283ee0f..555300ea6 100644 --- a/packages/plugins/tracker-linear/CHANGELOG.md +++ b/packages/plugins/tracker-linear/CHANGELOG.md @@ -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 diff --git a/packages/plugins/tracker-linear/package.json b/packages/plugins/tracker-linear/package.json index 08831473d..7ab614f1f 100644 --- a/packages/plugins/tracker-linear/package.json +++ b/packages/plugins/tracker-linear/package.json @@ -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", diff --git a/packages/plugins/workspace-clone/CHANGELOG.md b/packages/plugins/workspace-clone/CHANGELOG.md index 322ba52aa..38b7c729b 100644 --- a/packages/plugins/workspace-clone/CHANGELOG.md +++ b/packages/plugins/workspace-clone/CHANGELOG.md @@ -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 diff --git a/packages/plugins/workspace-clone/package.json b/packages/plugins/workspace-clone/package.json index 762412b65..aeba1bedf 100644 --- a/packages/plugins/workspace-clone/package.json +++ b/packages/plugins/workspace-clone/package.json @@ -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", diff --git a/packages/plugins/workspace-worktree/CHANGELOG.md b/packages/plugins/workspace-worktree/CHANGELOG.md index f7956c448..a83722ae1 100644 --- a/packages/plugins/workspace-worktree/CHANGELOG.md +++ b/packages/plugins/workspace-worktree/CHANGELOG.md @@ -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 diff --git a/packages/plugins/workspace-worktree/package.json b/packages/plugins/workspace-worktree/package.json index 20503bb29..7a9428f29 100644 --- a/packages/plugins/workspace-worktree/package.json +++ b/packages/plugins/workspace-worktree/package.json @@ -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", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 6fb5ac3e2..8db0a8269 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -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 diff --git a/packages/web/package.json b/packages/web/package.json index 79b26d4a1..47cfbc89a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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",