session-intelligence-cli
Advanced tools
+1
-1
@@ -24,3 +24,3 @@ import { createInterface } from "node:readline"; | ||
| console.log("\n Session Intelligence — Setup\n"); | ||
| const serverUrl = await prompt(" Server URL (e.g. https://your-app.vercel.app): "); | ||
| const serverUrl = await prompt(" Server URL (default: https://www.session-intelligence.com): ") || "https://www.session-intelligence.com"; | ||
| const apiKey = await prompt(" API Key: "); | ||
@@ -27,0 +27,0 @@ writeConfig({ apiKey, serverUrl }); |
+1
-1
| { | ||
| "name": "session-intelligence-cli", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "CLI plugin for Session Intelligence — hooks into Claude Code to track sessions", | ||
@@ -5,0 +5,0 @@ "type": "module", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
12481
0.44%