cue-console 0.1.10 → 0.1.12
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ Add the contents of `cue-command/protocol.md` to your tool's system prompt / rul
|
|
|
66
66
|
|
|
67
67
|
### Step 5: Connect your runtime
|
|
68
68
|
|
|
69
|
-
In the agent/runtime you want to use, call `cueme cue
|
|
69
|
+
In the agent/runtime you want to use, call `cueme cue <agent_id> -` / `cueme pause <agent_id> -` (see `cue-command/protocol.md`).
|
|
70
70
|
|
|
71
71
|
---
|
|
72
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cue-console",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Cue Hub console launcher (Next.js UI)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": ["mcp", "cue", "console", "nextjs"],
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"@radix-ui/react-separator": "^1.1.8",
|
|
34
34
|
"@radix-ui/react-slot": "^1.2.4",
|
|
35
35
|
"@tailwindcss/postcss": "^4",
|
|
36
|
+
"@types/better-sqlite3": "^7.6.13",
|
|
36
37
|
"@types/node": "^20",
|
|
37
38
|
"@dicebear/core": "^9.2.4",
|
|
38
39
|
"@dicebear/thumbs": "^9.2.4",
|
|
@@ -54,7 +55,6 @@
|
|
|
54
55
|
"uuid": "^13.0.0"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
|
-
"@types/better-sqlite3": "^7.6.13",
|
|
58
58
|
"@types/react": "^19",
|
|
59
59
|
"@types/react-dom": "^19",
|
|
60
60
|
"@types/uuid": "^11.0.0",
|