Skip to content

Commit f81ff04

Browse files
feat!: rename the renderer package to @agent-bundle/runtime (#139)
Adopt the G2 package identity before the Flight contracts land, and keep workspace consumers, preview URLs, pending release metadata, and active documentation on one installable name.
1 parent b8b115e commit f81ff04

43 files changed

Lines changed: 82 additions & 64 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.changeset/clarify-rsc-runtime-not-rsc.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-bundle/rsc-runtime": patch
2+
"@agent-bundle/runtime": patch
33
---
44

55
Docs-only clarification of the operation/JSX model (#88). The published

‎.changeset/deslop-wave1-delta.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
'agent-bundle': patch
3-
'@agent-bundle/rsc-runtime': patch
3+
'@agent-bundle/runtime': patch
44
---
55

66
Deslop pass over the Wave 1 delta: `config/normalize.ts` reuses the shared `core/freeze.ts` `deepFreeze` instead of a local copy, the internal `configClaimedSources` helper is no longer exported, the dev-lock URL publication settles through one named cleanup, and the rsc-runtime CLI binding drops a redundant `Object.freeze` (the request store snapshots and freezes capabilities itself). No behavior changes.

‎.changeset/framework-mode-rsc-runtime.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-bundle/rsc-runtime": minor
2+
"@agent-bundle/runtime": minor
33
---
44

55
Framework mode (RFC #63), runtime side — **breaking removals**. The

‎.changeset/fresh-runtimes-curate.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-bundle/rsc-runtime": minor
2+
"@agent-bundle/runtime": minor
33
"agent-bundle": patch
44
---
55

‎.changeset/lower-mcp-undefined-wire-semantics.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-bundle/rsc-runtime": patch
2+
"@agent-bundle/runtime": patch
33
---
44

55
`lowerMcpResult` now follows MCP SDK wire semantics for `undefined` inside
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@agent-bundle/runtime": minor
3+
---
4+
5+
Rename the preview runtime package from `@agent-bundle/rsc-runtime` to
6+
`@agent-bundle/runtime`. Update workspace consumers, documentation, paired
7+
pkg.pr.new URL derivation, and preview publishing guidance for the new name.

‎.changeset/request-store-agent.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-bundle/rsc-runtime": minor
2+
"@agent-bundle/runtime": minor
33
---
44

55
Add the versioned realm-singleton request store, `await agent()`, and

‎.changeset/rsc-mcp-app-element.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-bundle/rsc-runtime": minor
2+
"@agent-bundle/runtime": minor
33
---
44

55
`defineRscAgentBundle` element trees can declare MCP Apps first-class:

‎.changeset/rsc-mcp-listing-title-meta.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-bundle/rsc-runtime": minor
2+
"@agent-bundle/runtime": minor
33
---
44

55
`RscMcpDefinition` gains optional listing-level `title` and `_meta` slots;

‎.changeset/rsc-runtime-drop-rsc-keyword.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@agent-bundle/rsc-runtime": patch
2+
"@agent-bundle/runtime": patch
33
---
44

55
Published-metadata fix: the `react-server-components` keyword is removed from

0 commit comments

Comments
 (0)