Skip to content

Commit 7b78ec4

Browse files
Version Packages
1 parent 3835b8b commit 7b78ec4

10 files changed

Lines changed: 37 additions & 17 deletions

File tree

‎.changeset/clean-rendered-cli-failures.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/deps-2026-09-15.md‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎packages/agent-bundle/CHANGELOG.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# agent-bundle
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 3835b8b: Report thrown rendered CLI routes through the shell's `render-failed` text and `--json` error output without echoing React Flight stack frames. (#801)
8+
- 04e1616: Update third-party dependencies: `agent-bundle` now compiles with `@rsbuild/core` 2.2.5, lints with `@rslint/core` 0.9.2, loads `agent-bundle.config.ts` through `@rstackjs/load-config` 1.0.0, and reads emitted-module imports for `validate --artifact` (`AB6005`) with `es-module-lexer` 3.0.2 (`ignore` 7.0.9 and `yaml` 2.9.1 also move); `create-agent-bundle` prompts with `@clack/prompts` 1.8.1; every package is now built and tested against React 19.3.0, `@types/react` 19.3.0, and `@types/node` 26.5.1. `zod` stays at 4.5.4: `@agent-bundle/runtime` declares `zod` as a `^4.5.4` peer and its dev pin proves that floor, and zod brands schemas by minor version, so every workspace package must share one minor. (#798)
9+
- Updated dependencies [04e1616]
10+
- @agent-bundle/runtime@0.1.1
11+
312
## 0.2.0
413

514
### Minor Changes

‎packages/agent-bundle/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-bundle",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Compile a typed Agent Bundle configuration into portable, Codex, Claude Code, and Cursor artifacts, plus experimental Amp.",
55
"license": "Apache-2.0",
66
"keywords": [

‎packages/create-agent-bundle/CHANGELOG.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# create-agent-bundle
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 04e1616: Update third-party dependencies: `agent-bundle` now compiles with `@rsbuild/core` 2.2.5, lints with `@rslint/core` 0.9.2, loads `agent-bundle.config.ts` through `@rstackjs/load-config` 1.0.0, and reads emitted-module imports for `validate --artifact` (`AB6005`) with `es-module-lexer` 3.0.2 (`ignore` 7.0.9 and `yaml` 2.9.1 also move); `create-agent-bundle` prompts with `@clack/prompts` 1.8.1; every package is now built and tested against React 19.3.0, `@types/react` 19.3.0, and `@types/node` 26.5.1. `zod` stays at 4.5.4: `@agent-bundle/runtime` declares `zod` as a `^4.5.4` peer and its dev pin proves that floor, and zod brands schemas by minor version, so every workspace package must share one minor. (#798)
8+
- Updated dependencies [3835b8b]
9+
- Updated dependencies [04e1616]
10+
- agent-bundle@0.2.1
11+
- @agent-bundle/runtime@0.1.1
12+
313
## 0.1.0
414

515
### Minor Changes

‎packages/create-agent-bundle/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-agent-bundle",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Scaffold a new agent-bundle plugin project from a checked-in template.",
55
"license": "Apache-2.0",
66
"keywords": [

‎packages/rsc-markdown-stream/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rsc-markdown-stream
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 04e1616: Update third-party dependencies: `agent-bundle` now compiles with `@rsbuild/core` 2.2.5, lints with `@rslint/core` 0.9.2, loads `agent-bundle.config.ts` through `@rstackjs/load-config` 1.0.0, and reads emitted-module imports for `validate --artifact` (`AB6005`) with `es-module-lexer` 3.0.2 (`ignore` 7.0.9 and `yaml` 2.9.1 also move); `create-agent-bundle` prompts with `@clack/prompts` 1.8.1; every package is now built and tested against React 19.3.0, `@types/react` 19.3.0, and `@types/node` 26.5.1. `zod` stays at 4.5.4: `@agent-bundle/runtime` declares `zod` as a `^4.5.4` peer and its dev pin proves that floor, and zod brands schemas by minor version, so every workspace package must share one minor. (#798)
8+
39
## 0.1.1
410

511
### Patch Changes

‎packages/rsc-markdown-stream/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsc-markdown-stream",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Render React / RSC trees to a Markdown stream. A custom renderer: React → Markdown, never HTML.",
55
"license": "Apache-2.0",
66
"keywords": [

‎packages/rsc-runtime/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @agent-bundle/runtime
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 04e1616: Update third-party dependencies: `agent-bundle` now compiles with `@rsbuild/core` 2.2.5, lints with `@rslint/core` 0.9.2, loads `agent-bundle.config.ts` through `@rstackjs/load-config` 1.0.0, and reads emitted-module imports for `validate --artifact` (`AB6005`) with `es-module-lexer` 3.0.2 (`ignore` 7.0.9 and `yaml` 2.9.1 also move); `create-agent-bundle` prompts with `@clack/prompts` 1.8.1; every package is now built and tested against React 19.3.0, `@types/react` 19.3.0, and `@types/node` 26.5.1. `zod` stays at 4.5.4: `@agent-bundle/runtime` declares `zod` as a `^4.5.4` peer and its dev pin proves that floor, and zod brands schemas by minor version, so every workspace package must share one minor. (#798)
8+
- Updated dependencies [04e1616]
9+
- rsc-markdown-stream@0.1.2
10+
311
## 0.1.0
412

513
### Minor Changes

‎packages/rsc-runtime/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-bundle/runtime",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Agent Document contracts and streaming React Flight dispatch for Agent Bundle runtimes.",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)