diff --git a/.changeset/clean-groks-smile.md b/.changeset/clean-groks-smile.md new file mode 100644 index 000000000..01d737413 --- /dev/null +++ b/.changeset/clean-groks-smile.md @@ -0,0 +1,8 @@ +--- +"@aoagents/ao": patch +"@aoagents/ao-cli": patch +"@aoagents/ao-web": patch +"@aoagents/ao-plugin-agent-grok": patch +--- + +Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. diff --git a/packages/ao/CHANGELOG.md b/packages/ao/CHANGELOG.md index 8c938869a..fea3cf3f3 100644 --- a/packages/ao/CHANGELOG.md +++ b/packages/ao/CHANGELOG.md @@ -1,16 +1,5 @@ # @aoagents/ao -## 0.10.0 - -### Minor Changes - -- cdd1030: Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. - -### Patch Changes - -- Updated dependencies [cdd1030] - - @aoagents/ao-cli@0.10.0 - ## 0.9.1 ### Patch Changes diff --git a/packages/ao/package.json b/packages/ao/package.json index 8f4d6c512..57b5eb4be 100644 --- a/packages/ao/package.json +++ b/packages/ao/package.json @@ -1,6 +1,6 @@ { "name": "@aoagents/ao", - "version": "0.10.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 9fbc1d88b..fc7839348 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,17 +1,5 @@ # @aoagents/ao-cli -## 0.10.0 - -### Minor Changes - -- cdd1030: Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. - -### Patch Changes - -- Updated dependencies [cdd1030] - - @aoagents/ao-web@0.10.0 - - @aoagents/ao-plugin-agent-grok@0.2.0 - ## 0.9.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index bee1cdc55..170924d74 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@aoagents/ao-cli", - "version": "0.10.0", + "version": "0.9.1", "description": "CLI for agent-orchestrator — the `ao` command", "license": "MIT", "type": "module", diff --git a/packages/plugins/agent-grok/CHANGELOG.md b/packages/plugins/agent-grok/CHANGELOG.md index 904cf2937..0b21db2a3 100644 --- a/packages/plugins/agent-grok/CHANGELOG.md +++ b/packages/plugins/agent-grok/CHANGELOG.md @@ -1,11 +1,5 @@ # @aoagents/ao-plugin-agent-grok -## 0.2.0 - -### Minor Changes - -- cdd1030: Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. - ## 0.1.2 ### Patch Changes diff --git a/packages/plugins/agent-grok/package.json b/packages/plugins/agent-grok/package.json index 8718b563f..342349a34 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.2.0", + "version": "0.1.2", "description": "Agent plugin: Grok", "license": "MIT", "type": "module", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 0b0a36d7f..8db0a8269 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,16 +1,5 @@ # @aoagents/ao-web -## 0.10.0 - -### Minor Changes - -- cdd1030: Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. - -### Patch Changes - -- Updated dependencies [cdd1030] - - @aoagents/ao-plugin-agent-grok@0.2.0 - ## 0.9.1 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index df57c2b7d..bd10e9795 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@aoagents/ao-web", - "version": "0.10.0", + "version": "0.9.1", "description": "Web dashboard for agent-orchestrator", "license": "MIT", "type": "module",