From a4e76e6468f1ed1cf9ecf9fe1f9db3f1387a578f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 09:32:55 +0000 Subject: [PATCH] chore: release packages --- .changeset/clear-mcp-tool-results.md | 8 -------- .changeset/clear-shell-attribution.md | 5 ----- .changeset/quiet-tools-select.md | 8 -------- .changeset/tidy-phones-recover.md | 7 ------- .claude-plugin/marketplace.json | 2 +- docs/install/claude-plugin.md | 2 +- docs/install/cursor-plugin.md | 2 +- packages/claude-plugin/CHANGELOG.md | 8 ++++++++ packages/claude-plugin/README.md | 2 +- packages/claude-plugin/package.json | 2 +- .../plugin/.claude-plugin/plugin.json | 2 +- packages/claude-plugin/plugin/README.md | 2 +- .../claude-plugin/plugin/skills/calle/SKILL.md | 2 +- .../plugin/skills/calle/references/commands.md | 2 +- packages/cli/CHANGELOG.md | 15 +++++++++++++++ packages/cli/lib/config.js | 2 +- packages/cli/package.json | 2 +- packages/codex-plugin/CHANGELOG.md | 8 ++++++++ packages/codex-plugin/package.json | 2 +- .../codex-plugin/plugin/.codex-plugin/plugin.json | 2 +- .../codex-plugin/plugin/skills/calle/SKILL.md | 2 +- .../plugin/skills/calle/references/commands.md | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/cursor-plugin/CHANGELOG.md | 8 ++++++++ packages/cursor-plugin/README.md | 2 +- packages/cursor-plugin/package.json | 2 +- .../plugin/.cursor-plugin/plugin.json | 2 +- packages/cursor-plugin/plugin/README.md | 2 +- .../cursor-plugin/plugin/skills/calle/SKILL.md | 2 +- .../plugin/skills/calle/references/commands.md | 2 +- 31 files changed, 69 insertions(+), 50 deletions(-) delete mode 100644 .changeset/clear-mcp-tool-results.md delete mode 100644 .changeset/clear-shell-attribution.md delete mode 100644 .changeset/quiet-tools-select.md delete mode 100644 .changeset/tidy-phones-recover.md diff --git a/.changeset/clear-mcp-tool-results.md b/.changeset/clear-mcp-tool-results.md deleted file mode 100644 index 80dfae4..0000000 --- a/.changeset/clear-mcp-tool-results.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@call-e/core": patch -"@call-e/cli": patch ---- - -Normalize JSON object payloads from content-only MCP tool results into -`structuredContent` while preserving the raw result envelope, and document the -direct MCP and CLI output paths. diff --git a/.changeset/clear-shell-attribution.md b/.changeset/clear-shell-attribution.md deleted file mode 100644 index 0022efa..0000000 --- a/.changeset/clear-shell-attribution.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@call-e/cli": patch ---- - -Accept `--source`, `--integration`, and `--integration-version` as per-invocation attribution overrides. Validate values before requests and preserve environment-variable compatibility. diff --git a/.changeset/quiet-tools-select.md b/.changeset/quiet-tools-select.md deleted file mode 100644 index a44534b..0000000 --- a/.changeset/quiet-tools-select.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@call-e/cli": patch -"@call-e/codex-plugin": patch -"@call-e/claude-plugin": patch -"@call-e/cursor-plugin": patch ---- - -Run agent commands through a bundled launcher that verifies the MCP package and help before passing JSON argument arrays without a shell. Preserve structured login, help, and recovery arguments and integration attribution across Bash, PowerShell, and cmd, including installations with SDK releases that also export `calle`. diff --git a/.changeset/tidy-phones-recover.md b/.changeset/tidy-phones-recover.md deleted file mode 100644 index 7881a69..0000000 --- a/.changeset/tidy-phones-recover.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@call-e/codex-plugin": patch -"@call-e/claude-plugin": patch -"@call-e/cursor-plugin": patch ---- - -Guide agents to recover uncertain call starts with the original recovery ID, avoiding duplicate calls and keeping recovery data private. diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d997b96..9c446bf 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ "name": "calle", "source": "./packages/claude-plugin/plugin", "description": "Use CALL-E phone call workflows from Claude Code through the calle CLI.", - "version": "0.2.2", + "version": "0.2.3", "author": { "name": "CALLE AI", "url": "https://github.com/CALLE-AI" diff --git a/docs/install/claude-plugin.md b/docs/install/claude-plugin.md index e873ac4..faa952e 100644 --- a/docs/install/claude-plugin.md +++ b/docs/install/claude-plugin.md @@ -66,7 +66,7 @@ The plugin reuses the verified entry point for every CLI command. Commands run by the skill include this CALL-E attribution: ```json -{"integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.2"}} +{"integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.3"}} ``` ## Use diff --git a/docs/install/cursor-plugin.md b/docs/install/cursor-plugin.md index 62c2e7d..ef3288d 100644 --- a/docs/install/cursor-plugin.md +++ b/docs/install/cursor-plugin.md @@ -85,7 +85,7 @@ and prepare the launcher and `request.json`. Use each array below as `argv`: CLI commands run by the Cursor skill include this CALL-E attribution: ```json -{"integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.1"}} +{"integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.2"}} ``` ## Safety diff --git a/packages/claude-plugin/CHANGELOG.md b/packages/claude-plugin/CHANGELOG.md index 5a63fbe..3730f03 100644 --- a/packages/claude-plugin/CHANGELOG.md +++ b/packages/claude-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @call-e/claude-plugin +## 0.2.3 + +### Patch Changes + +- [#115](https://github.com/CALLE-AI/call-e-integrations/pull/115) [`826905b`](https://github.com/CALLE-AI/call-e-integrations/commit/826905b7ca4cbf185f08c432eeaa2b1bf69e18cc) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Run agent commands through a bundled launcher that verifies the MCP package and help before passing JSON argument arrays without a shell. Preserve structured login, help, and recovery arguments and integration attribution across Bash, PowerShell, and cmd, including installations with SDK releases that also export `calle`. + +- [#114](https://github.com/CALLE-AI/call-e-integrations/pull/114) [`7768c20`](https://github.com/CALLE-AI/call-e-integrations/commit/7768c2030e868192ceb0acc64604a2ccdb4408d0) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Guide agents to recover uncertain call starts with the original recovery ID, avoiding duplicate calls and keeping recovery data private. + ## 0.2.2 ### Patch Changes diff --git a/packages/claude-plugin/README.md b/packages/claude-plugin/README.md index 2001528..dc3db2b 100644 --- a/packages/claude-plugin/README.md +++ b/packages/claude-plugin/README.md @@ -47,7 +47,7 @@ to prepare the bundled launcher and its JSON request. The skill runs CLI commands with this integration attribution: ```json -{"integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.2"}} +{"integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.3"}} ``` The version segment must stay in sync with this package version. diff --git a/packages/claude-plugin/package.json b/packages/claude-plugin/package.json index c9155bf..9f8c72e 100644 --- a/packages/claude-plugin/package.json +++ b/packages/claude-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@call-e/claude-plugin", - "version": "0.2.2", + "version": "0.2.3", "description": "Claude Code plugin bundle for CALL-E CLI workflows.", "type": "module", "license": "MIT", diff --git a/packages/claude-plugin/plugin/.claude-plugin/plugin.json b/packages/claude-plugin/plugin/.claude-plugin/plugin.json index d8a92e4..3278b18 100644 --- a/packages/claude-plugin/plugin/.claude-plugin/plugin.json +++ b/packages/claude-plugin/plugin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "calle", - "version": "0.2.2", + "version": "0.2.3", "description": "Use CALL-E from Claude Code through the calle CLI.", "author": { "name": "CALLE AI", diff --git a/packages/claude-plugin/plugin/README.md b/packages/claude-plugin/plugin/README.md index f7cd745..9134e12 100644 --- a/packages/claude-plugin/plugin/README.md +++ b/packages/claude-plugin/plugin/README.md @@ -15,5 +15,5 @@ to prepare the bundled launcher and a JSON request before running CLI commands. CLI commands run with: ```json -{"integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.2"}} +{"integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.3"}} ``` diff --git a/packages/claude-plugin/plugin/skills/calle/SKILL.md b/packages/claude-plugin/plugin/skills/calle/SKILL.md index 5ae4bcc..0e14c4c 100644 --- a/packages/claude-plugin/plugin/skills/calle/SKILL.md +++ b/packages/claude-plugin/plugin/skills/calle/SKILL.md @@ -55,7 +55,7 @@ Reuse the verified entry point for every command. Include this attribution in every request: ```json -{"integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.2"}} +{"integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.3"}} ``` If the package is missing, use `npm install --prefix @call-e/cli` diff --git a/packages/claude-plugin/plugin/skills/calle/references/commands.md b/packages/claude-plugin/plugin/skills/calle/references/commands.md index 1ad471c..c6bcd88 100644 --- a/packages/claude-plugin/plugin/skills/calle/references/commands.md +++ b/packages/claude-plugin/plugin/skills/calle/references/commands.md @@ -20,7 +20,7 @@ installation. Select the MCP package independently of the SDK command name. ```json { "package_dir": "/absolute/trusted/node_modules/@call-e/cli", - "integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.2"}, + "integration": {"source": "claude", "name": "claude_code_plugin", "version": "0.2.3"}, "argv": ["auth", "status"] } ``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3e36600..84887a2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # @call-e/cli +## 0.5.1 + +### Patch Changes + +- [#94](https://github.com/CALLE-AI/call-e-integrations/pull/94) [`a7e5439`](https://github.com/CALLE-AI/call-e-integrations/commit/a7e5439eb2a9e1870b937106c562afd6042161c7) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Normalize JSON object payloads from content-only MCP tool results into + `structuredContent` while preserving the raw result envelope, and document the + direct MCP and CLI output paths. + +- [#119](https://github.com/CALLE-AI/call-e-integrations/pull/119) [`e752bf2`](https://github.com/CALLE-AI/call-e-integrations/commit/e752bf23a0c4732e1740e07302defc49f0aa14ee) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Accept `--source`, `--integration`, and `--integration-version` as per-invocation attribution overrides. Validate values before requests and preserve environment-variable compatibility. + +- [#115](https://github.com/CALLE-AI/call-e-integrations/pull/115) [`826905b`](https://github.com/CALLE-AI/call-e-integrations/commit/826905b7ca4cbf185f08c432eeaa2b1bf69e18cc) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Run agent commands through a bundled launcher that verifies the MCP package and help before passing JSON argument arrays without a shell. Preserve structured login, help, and recovery arguments and integration attribution across Bash, PowerShell, and cmd, including installations with SDK releases that also export `calle`. + +- Updated dependencies [[`a7e5439`](https://github.com/CALLE-AI/call-e-integrations/commit/a7e5439eb2a9e1870b937106c562afd6042161c7)]: + - @call-e/core@0.3.1 + ## 0.5.0 ### Minor Changes diff --git a/packages/cli/lib/config.js b/packages/cli/lib/config.js index 82cae55..9428643 100644 --- a/packages/cli/lib/config.js +++ b/packages/cli/lib/config.js @@ -40,7 +40,7 @@ export const DEFAULT_POLL_TIMEOUT_SECONDS = 300; export const DEFAULT_PLAN_CALL_TIMEOUT_SECONDS = 150; export const DEFAULT_TELEMETRY_TIMEOUT_SECONDS = 1.5; export const DEFAULT_CACHE_ROOT = path.join(os.homedir(), ".calle-mcp", "cli"); -export const CLI_VERSION = "0.5.0"; +export const CLI_VERSION = "0.5.1"; function firstOptionValue(value) { return Array.isArray(value) ? value[0] : value; diff --git a/packages/cli/package.json b/packages/cli/package.json index 0e6d5b5..6fe8880 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@call-e/cli", - "version": "0.5.0", + "version": "0.5.1", "description": "CLI wrapper for brokered MCP login and CALL-E MCP client configuration.", "type": "module", "license": "MIT", diff --git a/packages/codex-plugin/CHANGELOG.md b/packages/codex-plugin/CHANGELOG.md index 26fe739..e918e6e 100644 --- a/packages/codex-plugin/CHANGELOG.md +++ b/packages/codex-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @call-e/codex-plugin +## 0.1.12 + +### Patch Changes + +- [#115](https://github.com/CALLE-AI/call-e-integrations/pull/115) [`826905b`](https://github.com/CALLE-AI/call-e-integrations/commit/826905b7ca4cbf185f08c432eeaa2b1bf69e18cc) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Run agent commands through a bundled launcher that verifies the MCP package and help before passing JSON argument arrays without a shell. Preserve structured login, help, and recovery arguments and integration attribution across Bash, PowerShell, and cmd, including installations with SDK releases that also export `calle`. + +- [#114](https://github.com/CALLE-AI/call-e-integrations/pull/114) [`7768c20`](https://github.com/CALLE-AI/call-e-integrations/commit/7768c2030e868192ceb0acc64604a2ccdb4408d0) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Guide agents to recover uncertain call starts with the original recovery ID, avoiding duplicate calls and keeping recovery data private. + ## 0.1.11 ### Patch Changes diff --git a/packages/codex-plugin/package.json b/packages/codex-plugin/package.json index b122565..9671f67 100644 --- a/packages/codex-plugin/package.json +++ b/packages/codex-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@call-e/codex-plugin", - "version": "0.1.11", + "version": "0.1.12", "description": "Codex plugin bundle for CALL-E CLI workflows.", "type": "module", "license": "MIT", diff --git a/packages/codex-plugin/plugin/.codex-plugin/plugin.json b/packages/codex-plugin/plugin/.codex-plugin/plugin.json index 5b0e082..e44cce9 100644 --- a/packages/codex-plugin/plugin/.codex-plugin/plugin.json +++ b/packages/codex-plugin/plugin/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "calle", - "version": "0.1.11", + "version": "0.1.12", "description": "Use CALL-E from Codex through the calle CLI.", "author": { "name": "CALLE AI", diff --git a/packages/codex-plugin/plugin/skills/calle/SKILL.md b/packages/codex-plugin/plugin/skills/calle/SKILL.md index 9f189f9..28301f2 100644 --- a/packages/codex-plugin/plugin/skills/calle/SKILL.md +++ b/packages/codex-plugin/plugin/skills/calle/SKILL.md @@ -64,7 +64,7 @@ Reuse the verified entry point for every command. Include this attribution in every request: ```json -{"integration": {"source": "codex", "name": "codex_plugin", "version": "0.1.11"}} +{"integration": {"source": "codex", "name": "codex_plugin", "version": "0.1.12"}} ``` If the package is missing, use `npm install --prefix @call-e/cli` diff --git a/packages/codex-plugin/plugin/skills/calle/references/commands.md b/packages/codex-plugin/plugin/skills/calle/references/commands.md index c61eb0f..2d82369 100644 --- a/packages/codex-plugin/plugin/skills/calle/references/commands.md +++ b/packages/codex-plugin/plugin/skills/calle/references/commands.md @@ -20,7 +20,7 @@ installation. Select the MCP package independently of the SDK command name. ```json { "package_dir": "/absolute/trusted/node_modules/@call-e/cli", - "integration": {"source": "codex", "name": "codex_plugin", "version": "0.1.11"}, + "integration": {"source": "codex", "name": "codex_plugin", "version": "0.1.12"}, "argv": ["auth", "status"] } ``` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fbfecf5..5d0a9b7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @call-e/core +## 0.3.1 + +### Patch Changes + +- [#94](https://github.com/CALLE-AI/call-e-integrations/pull/94) [`a7e5439`](https://github.com/CALLE-AI/call-e-integrations/commit/a7e5439eb2a9e1870b937106c562afd6042161c7) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Normalize JSON object payloads from content-only MCP tool results into + `structuredContent` while preserving the raw result envelope, and document the + direct MCP and CLI output paths. + ## 0.3.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index cb79d04..1a4c087 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@call-e/core", - "version": "0.3.0", + "version": "0.3.1", "description": "Shared CALL-E runtime helpers for brokered auth, local token cache, and MCP HTTP calls.", "type": "module", "types": "./lib/index.d.ts", diff --git a/packages/cursor-plugin/CHANGELOG.md b/packages/cursor-plugin/CHANGELOG.md index 1ec6e01..2a5e4d8 100644 --- a/packages/cursor-plugin/CHANGELOG.md +++ b/packages/cursor-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @call-e/cursor-plugin +## 0.1.2 + +### Patch Changes + +- [#115](https://github.com/CALLE-AI/call-e-integrations/pull/115) [`826905b`](https://github.com/CALLE-AI/call-e-integrations/commit/826905b7ca4cbf185f08c432eeaa2b1bf69e18cc) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Run agent commands through a bundled launcher that verifies the MCP package and help before passing JSON argument arrays without a shell. Preserve structured login, help, and recovery arguments and integration attribution across Bash, PowerShell, and cmd, including installations with SDK releases that also export `calle`. + +- [#114](https://github.com/CALLE-AI/call-e-integrations/pull/114) [`7768c20`](https://github.com/CALLE-AI/call-e-integrations/commit/7768c2030e868192ceb0acc64604a2ccdb4408d0) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Guide agents to recover uncertain call starts with the original recovery ID, avoiding duplicate calls and keeping recovery data private. + ## 0.1.1 ### Patch Changes diff --git a/packages/cursor-plugin/README.md b/packages/cursor-plugin/README.md index bbe0754..c9b1f71 100644 --- a/packages/cursor-plugin/README.md +++ b/packages/cursor-plugin/README.md @@ -69,7 +69,7 @@ When the Cursor skill falls back to CLI commands, it uses this integration attribution: ```json -{"integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.1"}} +{"integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.2"}} ``` The version segment must stay in sync with this package version. diff --git a/packages/cursor-plugin/package.json b/packages/cursor-plugin/package.json index a2a3068..2ae286f 100644 --- a/packages/cursor-plugin/package.json +++ b/packages/cursor-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@call-e/cursor-plugin", - "version": "0.1.1", + "version": "0.1.2", "description": "Cursor plugin bundle for CALL-E MCP workflows.", "type": "module", "license": "MIT", diff --git a/packages/cursor-plugin/plugin/.cursor-plugin/plugin.json b/packages/cursor-plugin/plugin/.cursor-plugin/plugin.json index 4757e40..8f8e0d3 100644 --- a/packages/cursor-plugin/plugin/.cursor-plugin/plugin.json +++ b/packages/cursor-plugin/plugin/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "calle", "displayName": "CALL-E", - "version": "0.1.1", + "version": "0.1.2", "description": "Use CALL-E from Cursor through MCP, the calle CLI, and safety-aware agent skills.", "author": { "name": "CALLE AI" diff --git a/packages/cursor-plugin/plugin/README.md b/packages/cursor-plugin/plugin/README.md index 4e7b041..4bfe57b 100644 --- a/packages/cursor-plugin/plugin/README.md +++ b/packages/cursor-plugin/plugin/README.md @@ -25,5 +25,5 @@ If Cursor MCP tools are unavailable, the skill can fall back to the shared `calle` CLI. CLI commands run with: ```json -{"integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.1"}} +{"integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.2"}} ``` diff --git a/packages/cursor-plugin/plugin/skills/calle/SKILL.md b/packages/cursor-plugin/plugin/skills/calle/SKILL.md index 76e4154..c3836c5 100644 --- a/packages/cursor-plugin/plugin/skills/calle/SKILL.md +++ b/packages/cursor-plugin/plugin/skills/calle/SKILL.md @@ -138,7 +138,7 @@ Reuse the verified entry point for every command. Include this attribution in every request: ```json -{"integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.1"}} +{"integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.2"}} ``` If the package is missing, use `npm install --prefix @call-e/cli` diff --git a/packages/cursor-plugin/plugin/skills/calle/references/commands.md b/packages/cursor-plugin/plugin/skills/calle/references/commands.md index ad1de81..33fe094 100644 --- a/packages/cursor-plugin/plugin/skills/calle/references/commands.md +++ b/packages/cursor-plugin/plugin/skills/calle/references/commands.md @@ -20,7 +20,7 @@ installation. Select the MCP package independently of the SDK command name. ```json { "package_dir": "/absolute/trusted/node_modules/@call-e/cli", - "integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.1"}, + "integration": {"source": "cursor", "name": "cursor_plugin", "version": "0.1.2"}, "argv": ["auth", "status"] } ```