Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/codex-install-add-only.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/foreign-destination-inventory.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mcp-client-tool-visibility.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/refresh-scaffold-consumers.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# agent-bundle

## 0.2.2

### Patch Changes

- ab5ae66: Replace Codex plugins with `codex plugin add` only so nested MCP overrides in `config.toml` survive. Refuse disabled or unknown-enablement Codex replacements (`AB7004`) because the native plugin CLI has no qualified settings-preserving update API. (#824)
- a0652c1: Refuse a foreign destination and a same-version marketplace restage from `install.mjs` when the destination lacks paths listed in `agent-bundle.manifest.json`, instead of crashing with `ENOENT`. `uninstall --force` on a pre-receipt copy removes the files present in that copy, matching the framework CLI. (#818)
- 7c96689: Add `ToolConfig.excludeClients` to hide generated MCP tools from matching negotiated client-name prefixes and reject direct calls while preserving other clients and CLI/browser projections. (#820)

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-bundle",
"version": "0.2.1",
"version": "0.2.2",
"description": "Compile a typed Agent Bundle configuration into portable, Codex, Claude Code, and Cursor artifacts, plus experimental Amp.",
"license": "Apache-2.0",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/create-agent-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-agent-bundle

## 0.1.2

### Patch Changes

- e57c0ac: Update the `minimal`, `mcp-server`, and `cli-tool` templates to `@types/node` 26.5.1, update the routed templates to React 19.3.0, and move the `mcp-server` template to `@types/react` 19.3.0 while preserving the `zod` 4.5.4 runtime peer floor. (#808)
- Updated dependencies [ab5ae66]
- Updated dependencies [a0652c1]
- Updated dependencies [7c96689]
- agent-bundle@0.2.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-agent-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-agent-bundle",
"version": "0.1.1",
"version": "0.1.2",
"description": "Scaffold a new agent-bundle plugin project from a checked-in template.",
"license": "Apache-2.0",
"keywords": [
Expand Down
Loading