chore: version packages
Auto-generated version-packages PR. Bumps @aoagents/ao 0.9.1 → 0.10.0 + linked packages. Triggers Release workflow.
This commit is contained in:
parent
2fa27412ea
commit
249c67046d
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
"@aoagents/ao": minor
|
||||
"@aoagents/ao-cli": minor
|
||||
"@aoagents/ao-web": minor
|
||||
"@aoagents/ao-plugin-agent-grok": minor
|
||||
---
|
||||
|
||||
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.
|
||||
|
|
@ -1,5 +1,16 @@
|
|||
# @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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@aoagents/ao",
|
||||
"version": "0.9.1",
|
||||
"version": "0.10.0",
|
||||
"description": "Orchestrate parallel AI coding agents — global CLI wrapper",
|
||||
"keywords": [
|
||||
"ai",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
# @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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@aoagents/ao-cli",
|
||||
"version": "0.9.1",
|
||||
"version": "0.10.0",
|
||||
"description": "CLI for agent-orchestrator — the `ao` command",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@aoagents/ao-plugin-agent-grok",
|
||||
"version": "0.1.2",
|
||||
"version": "0.2.0",
|
||||
"description": "Agent plugin: Grok",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
# @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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@aoagents/ao-web",
|
||||
"version": "0.9.1",
|
||||
"version": "0.10.0",
|
||||
"description": "Web dashboard for agent-orchestrator",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Reference in New Issue