@m64/nats-agent-dashboard 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +4 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -97,24 +97,11 @@ websocket {
97
97
 
98
98
  Then connect the dashboard to `wss://nats.example.com:443`.
99
99
 
100
- ## Spinning up some agents
100
+ ## Related packages
101
101
 
102
- Once the dashboard is open, start one or more agents and watch them appear in the grid within ~5 seconds:
103
-
104
- ```bash
105
- # PI exec headless bridge (control + per-session sub-services)
106
- cd ../nats-pi-bridge && npm run dev
107
-
108
- # PI interactive in any project that loads the nats-pi-channel extension
109
- cd ~/some-project && pi
110
-
111
- # Claude Code NATS bridge
112
- cd ../nats-claude-channel && bun server.ts
113
-
114
- # OpenClaw with the NATS channel plugin enabled
115
- ```
116
-
117
- Click any card to prompt the agent. Click a pi-exec control card to create a new session or fan out across multiple directories.
102
+ - [`@m64/nats-channel`](https://www.npmjs.com/package/@m64/nats-channel) OpenClaw NATS channel plugin
103
+ - [`@m64/nats-pi-channel`](https://www.npmjs.com/package/@m64/nats-pi-channel) — PI interactive NATS channel
104
+ - [`@m64/nats-pi-bridge`](https://www.npmjs.com/package/@m64/nats-pi-bridge) — PI headless session bridge
118
105
 
119
106
  ## Tech stack
120
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m64/nats-agent-dashboard",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "Static Vue 3 dashboard for the NATS AI agent network — discover, prompt and manage agents across pi-channel, pi-exec, claude-channel and OpenClaw runtimes from a single screen, with no backend. Ships as a single HTML file or via npx.",
6
6
  "license": "Apache-2.0",