codeam-cli 2.60.46 → 2.60.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/index.js +835 -419
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,31 @@ All notable changes to `codeam-cli` are documented here.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [2.60.47] — 2026-07-11
8
+
9
+ ### Added
10
+
11
+ - **cli:** Integrations manifest store + broker token client
12
+ - **cli:** Codeam mcp-run — token-refreshing stdio shim for integration MCP servers
13
+ - **cli:** Inject integration MCP servers into ACP sessions from the deploy manifest
14
+ - **shared:** StaticEnv on IntegrationMcpDelivery + pin mcp-atlassian==0.22.1 (jira needs ATLASSIAN_OAUTH_ENABLE)
15
+
16
+ ### Fixed
17
+
18
+ - **cli:** Truncate broker error detail to 200 chars in thrown message
19
+ - **cli:** Mcp-run proxy — stale-child teardown, SIGKILL escalation, sentinel replay id, fail-fast on mid-swap death
20
+ - **cli:** Mcp-run proxy — cancelled-request inflight cleanup, token-fetch-before-teardown, pip output off stdout
21
+
22
+ ### Tests
23
+
24
+ - **cli:** Docker integration test — mcp-run shim end-to-end with real mcp-atlassian
25
+
26
+ ## [2.60.46] — 2026-07-11
27
+
28
+ ### Added
29
+
30
+ - **shared:** IntegrationDefinition registry + integration user-event names (Agent Toolkits P1)
31
+
7
32
  ## [2.60.45] — 2026-07-10
8
33
 
9
34
  ### Fixed