@node9/proxy 1.0.16 → 1.0.17
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,10 @@ Node9 initiates a **Concurrent Race** across all enabled channels. The first cha
|
|
|
44
44
|
|
|
45
45
|
Node9 records every tool call your AI agent makes in real-time — no polling, no log files, no refresh. Two ways to watch:
|
|
46
46
|
|
|
47
|
+
<p align="center">
|
|
48
|
+
<img src="docs/flight-recorder.jpeg" width="100%">
|
|
49
|
+
</p>
|
|
50
|
+
|
|
47
51
|
**Browser Dashboard** (`node9 daemon start` → `localhost:7391`)
|
|
48
52
|
|
|
49
53
|
A live 3-column dashboard. The left column streams every tool call as it happens, updating in-place from `● PENDING` to `✓ ALLOW` or `✗ BLOCK`. The center handles pending approvals. The right sidebar controls shields and persistent decisions — all without ever causing a browser scrollbar.
|