indirecttek-vibe-engine 2.3.3 → 2.4.0
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,6 +59,7 @@ Do you want to host the AI models yourself?
|
|
|
59
59
|
- **Intent Router**: Automatically switches models based on task (Chat vs Refactor vs Plan).
|
|
60
60
|
- **Context Hygiene**: Enforces strict token limits to prevent "poisoning" the model with too much history.
|
|
61
61
|
- **Deep Telemetry**: Tracks real-time Token/s and Latency for every request.
|
|
62
|
+
- **Visual Dashboard**: View live metrics and request logs at `http://localhost:43110/stats`.
|
|
62
63
|
- **Autonomous Editing**: Strict "Hunk Only" editing to prevent creating massive diffs.
|
|
63
64
|
|
|
64
65
|
## ⚙️ Configuration (The "Router")
|
package/package.json
CHANGED