multicorn-shield 1.3.2 → 1.3.5
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 +19 -0
- package/dist/multicorn-proxy.js +477 -73
- package/dist/multicorn-shield.js +476 -72
- package/dist/shield-extension.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,25 @@ 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.5] - 2026-05-08
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Replace flow no longer shows duplicate agent names (deduplication fix from 1.3.4 was incomplete)
|
|
17
|
+
|
|
18
|
+
## [1.3.3] - 2026-05-08
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- 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)
|
|
23
|
+
- Claude Desktop config snippet now uses mcp-remote bridge format (url + headers format not supported by Claude Desktop)
|
|
24
|
+
- Replace flow no longer shows duplicate agent names when agent exists in both local config and account API
|
|
25
|
+
- Replace flow name prompt now defaults to the selected agent's name instead of the generic platform default
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
|
|
29
|
+
- Claude model recommendation note shown when selecting Cursor or GitHub Copilot in the wizard
|
|
30
|
+
|
|
12
31
|
## [1.3.2] - 2026-05-07
|
|
13
32
|
|
|
14
33
|
### Fixed
|