@solongate/proxy 0.1.13 → 0.1.15
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/dist/create.js +7 -0
- package/dist/index.js +7 -0
- package/package.json +1 -1
package/dist/create.js
CHANGED
|
@@ -280,6 +280,13 @@ async function main() {
|
|
|
280
280
|
bEmpty();
|
|
281
281
|
log(` ${c.dim}\u251C${hr}\u2524${c.reset}`);
|
|
282
282
|
bEmpty();
|
|
283
|
+
bLine(`${c.yellow}Use with OpenClaw:${c.reset}`);
|
|
284
|
+
bEmpty();
|
|
285
|
+
bLine(` ${c.cyan}$${c.reset} solongate-proxy -- npx @openclaw/server`);
|
|
286
|
+
bLine(` ${c.dim}Wraps OpenClaw servers with SolonGate protection${c.reset}`);
|
|
287
|
+
bEmpty();
|
|
288
|
+
log(` ${c.dim}\u251C${hr}\u2524${c.reset}`);
|
|
289
|
+
bEmpty();
|
|
283
290
|
bLine(`${c.yellow}Use with Claude Code:${c.reset}`);
|
|
284
291
|
bEmpty();
|
|
285
292
|
bLine(` ${c.dim}1.${c.reset} Open the project folder in Claude Code`);
|
package/dist/index.js
CHANGED
|
@@ -941,6 +941,13 @@ async function main3() {
|
|
|
941
941
|
bEmpty();
|
|
942
942
|
log3(` ${c2.dim}\u251C${hr}\u2524${c2.reset}`);
|
|
943
943
|
bEmpty();
|
|
944
|
+
bLine(`${c2.yellow}Use with OpenClaw:${c2.reset}`);
|
|
945
|
+
bEmpty();
|
|
946
|
+
bLine(` ${c2.cyan}$${c2.reset} solongate-proxy -- npx @openclaw/server`);
|
|
947
|
+
bLine(` ${c2.dim}Wraps OpenClaw servers with SolonGate protection${c2.reset}`);
|
|
948
|
+
bEmpty();
|
|
949
|
+
log3(` ${c2.dim}\u251C${hr}\u2524${c2.reset}`);
|
|
950
|
+
bEmpty();
|
|
944
951
|
bLine(`${c2.yellow}Use with Claude Code:${c2.reset}`);
|
|
945
952
|
bEmpty();
|
|
946
953
|
bLine(` ${c2.dim}1.${c2.reset} Open the project folder in Claude Code`);
|
package/package.json
CHANGED