multicorn-shield 1.3.1 → 1.3.4

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.
package/CHANGELOG.md CHANGED
@@ -9,6 +9,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  - Bump `version` in `package.json` before publishing to npm.
11
11
 
12
+ ## [1.3.3] - 2026-05-08
13
+
14
+ ### Fixed
15
+
16
+ - Hosted proxy wizard now auto-writes MCP server config to platform config files instead of showing paste-only snippets (Cursor, Claude Desktop, Windsurf, Cline, Gemini CLI)
17
+ - Claude Desktop config snippet now uses mcp-remote bridge format (url + headers format not supported by Claude Desktop)
18
+ - Replace flow no longer shows duplicate agent names when agent exists in both local config and account API
19
+ - Replace flow name prompt now defaults to the selected agent's name instead of the generic platform default
20
+
21
+ ### Added
22
+
23
+ - Claude model recommendation note shown when selecting Cursor or GitHub Copilot in the wizard
24
+
25
+ ## [1.3.2] - 2026-05-07
26
+
27
+ ### Fixed
28
+
29
+ - Pass action cost (USD) to the backend when logging approved and spending-blocked actions via the MCP proxy. Previously cost was computed locally for spending-limit checks but never sent to the API, causing all agent spend totals to show $0.
30
+ - Add optional `cost` field to `ActionLogPayload` in `shield-client.ts` so OpenClaw plugin callers can include cost when it becomes available upstream.
31
+ - Sanitise cost values extracted from tool arguments before logging (reject negative, NaN, Infinity, and values exceeding $1M).
32
+
33
+ ### Added
34
+
35
+ - Print signup URL and API key instructions before the key prompt in the CLI wizard for new users who don't yet have an account.
36
+ - Print dashboard URL at the end of the CLI wizard setup summary.
37
+ - Log a one-time "First action recorded" message with dashboard link on the first approved action in both the MCP proxy and OpenClaw plugin.
38
+
12
39
  ## [1.3.1] - 2026-05-07
13
40
 
14
41
  ### Fixed