Releases: Multicorn-AI/multicorn-shield
v0.8.0
Added
- Windsurf IDE as a supported platform in
npx multicorn-proxy init. Generates a proxy config and prints an~/.codeium/windsurf/mcp_config.jsonsnippet using the WindsurfmcpServers/serverUrlschema. - Auto-detection of existing Windsurf proxy entries (shows "● detected locally" in the platform selection list).
Changed
- Next Steps block for Cursor and Windsurf rewritten as clear three-step numbered actions: download the IDE if needed, paste the config snippet, restart. Previous copy ("Config file: ...", "Restart Cursor to pick up MCP config changes") gave no guidance to first-time users.
Multicorn Shield v0.6.1 — Multi-agent config support
Fixed
Fixed missing README in npm package (published without README.md in 0.6.0)
Added
Multi-agent config support: ~/.multicorn/config.json now stores an agents array with per-platform entries instead of a single agentName
New CLI commands: npx multicorn-proxy agents (list configured agents) and npx multicorn-proxy delete-agent (remove an agent)
New exported helpers: getAgentByPlatform(), getDefaultAgent(), collectAgentsFromConfig(), deleteAgentByName()
AgentEntry interface exported from the SDK
Automatic migration: legacy single-agent configs are upgraded to the new format on first read and written back to disk
Platform-based agent lookup in Claude Code hooks, OpenClaw plugin, and Claude Desktop extension
CLI agent name sanitisation on delete-agent output
Changed
ProxyConfig interface now includes optional agents and defaultAgent fields
agentName and platform fields on ProxyConfig are deprecated
runInit() appends to the agents array instead of overwriting; detects duplicate platforms and prompts to replace
Restored inline OpenClaw setup flow with version detection, auto-config of ~/.openclaw/openclaw.json, and "Next steps" instructions
Restored inline Claude Code setup instructions (marketplace add, plugin install, start claude)
"Next steps" summary restored at end of init wizard
Help text clarified for non-technical users
README header image updated to new branding
Dashboard screenshot updated
Fixed
Running npx multicorn-proxy init for a second platform no longer overwrites the first agent's config
delete-agent clears defaultAgent when deleting the default agent
Security
Agent names from CLI input sanitised before echoing to prevent terminal escape sequence injection
v0.2.2
Desktop Extension (.mcpb), Claude Code hook .cjs fix, fail-closed improvements, MCP tool mapper
v0.2.0-test
Added
-
automate changelog generation from conventional commits
-
add feature
-
test changelog generation
Changed
- BREAKING: remove deprecated API
Fixed
- missing scope