multicorn-shield 0.12.0 → 1.0.0
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 +29 -12
- package/README.md +5 -5
- package/dist/index.cjs +13 -0
- package/dist/index.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +13 -1
- package/dist/multicorn-proxy.js +691 -131
- package/dist/multicorn-shield.js +3091 -31
- package/dist/openclaw-plugin/multicorn-shield.js +2 -2
- package/dist/proxy.cjs +1 -1
- package/dist/proxy.js +1 -1
- package/dist/shield-extension.js +1 -1
- package/package.json +4 -3
- package/plugins/gemini-cli/hooks/scripts/after-tool.cjs +110 -0
- package/plugins/gemini-cli/hooks/scripts/before-tool.cjs +197 -0
- package/plugins/gemini-cli/hooks/scripts/shared.cjs +319 -0
- package/plugins/windsurf/README.md +2 -2
|
@@ -13,7 +13,7 @@ Native Shield integration for [Windsurf](https://windsurf.com) using [Cascade Ho
|
|
|
13
13
|
2. Run the wizard and pick **Windsurf**, then **Native plugin (recommended)**.
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npx multicorn-
|
|
16
|
+
npx multicorn-shield init
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
3. Restart Windsurf (quit fully, then reopen) so hooks load.
|
|
@@ -43,7 +43,7 @@ Hooks run shell commands with **your user permissions**. They can read the JSON
|
|
|
43
43
|
|
|
44
44
|
## Hosted proxy alternative
|
|
45
45
|
|
|
46
|
-
If you only need MCP traffic governed, use **Hosted proxy** in `npx multicorn-
|
|
46
|
+
If you only need MCP traffic governed, use **Hosted proxy** in `npx multicorn-shield init` and paste the proxy URL into `~/.codeium/windsurf/mcp_config.json` instead.
|
|
47
47
|
|
|
48
48
|
## Windows
|
|
49
49
|
|