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/clear-telemetry-fields.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/sdk-quickstart-recipients.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/sync-sdk-setup.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @call-e/cli

## 0.5.2

### Patch Changes

- [#141](https://github.com/CALLE-AI/call-e-integrations/pull/141) [`165323c`](https://github.com/CALLE-AI/call-e-integrations/commit/165323c4f030d6e8958e268e593188ca27537278) Thanks [@JJasonSun](https://github.com/JJasonSun)! - Clarify readable telemetry host fields and hashing of the complete server URL in the packaged README.

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.1";
export const CLI_VERSION = "0.5.2";

function firstOptionValue(value) {
return Array.isArray(value) ? value[0] : value;
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@call-e/cli",
"version": "0.5.1",
"version": "0.5.2",
"description": "CLI wrapper for brokered MCP login and CALL-E MCP client configuration.",
"type": "module",
"license": "MIT",
Expand Down