@solongate/proxy 0.49.1 → 0.50.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/README.md +72 -72
- package/dist/index.js +79 -782
- package/dist/login.js +2 -3
- package/hooks/audit.mjs +379 -293
- package/hooks/guard.bundled.mjs +7740 -7738
- package/hooks/guard.mjs +3 -1
- package/hooks/stop.mjs +75 -75
- package/package.json +76 -77
- package/dist/init.d.ts +0 -18
- package/dist/init.js +0 -910
package/dist/login.js
CHANGED
|
@@ -307,7 +307,7 @@ async function main() {
|
|
|
307
307
|
}
|
|
308
308
|
if (!install) {
|
|
309
309
|
console.log("");
|
|
310
|
-
console.log(" Logged in.
|
|
310
|
+
console.log(" Logged in. Re-run `login` to enable system-wide enforcement.");
|
|
311
311
|
return;
|
|
312
312
|
}
|
|
313
313
|
console.log("");
|
|
@@ -318,8 +318,7 @@ async function main() {
|
|
|
318
318
|
console.log(" \u2502 Every Claude Code session on this machine is \u2502");
|
|
319
319
|
console.log(" \u2502 now guarded by your cloud policy (OPA WASM). \u2502");
|
|
320
320
|
console.log(" \u2502 \u2502");
|
|
321
|
-
console.log(" \u2502 Undo: npx @solongate/proxy
|
|
322
|
-
console.log(" \u2502 --restore \u2502");
|
|
321
|
+
console.log(" \u2502 Undo: npx @solongate/proxy logout \u2502");
|
|
323
322
|
console.log(" \u2502 Manage policy: https://dashboard.solongate.com \u2502");
|
|
324
323
|
console.log(" \u2502 Restart Claude Code to apply. \u2502");
|
|
325
324
|
console.log(" \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518");
|