adaptive-memory-multi-model-router 2.13.0 → 2.13.1

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.
@@ -1,19 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * A3M Router TUI — Terminal Dashboard
3
+ * A3M Router TUI v2 10x UI
4
4
  *
5
- * Inspired by: k9s, lazygit, btop, htop, PI CLI
5
+ * Inspired by: lazygit panels + k9s pulse + btop graphs + Tokyo Night theme
6
6
  * Built with: blessed + blessed-contrib
7
7
  *
8
- * Key Bindings:
9
- * / — Command mode (route queries)
10
- * r — Refresh provider health
11
- * c — Cost breakdown view
12
- * p — Provider detail view
13
- * l — Live request log
14
- * b — Budget alerts
15
- * q — Quit
16
- * tab — Switch panel focus
17
- * ↑↓ — Navigate lists
8
+ * TABS: 1-Dashboard 2-Costs 3-Providers 4-Logs 5-Help
9
+ * F-KEYS: F1 Dash F2 Costs F3 Prov F4 Logs F5 Help F10 Quit
10
+ * vim/hjkl for list nav, mouse for click targets
18
11
  */
19
12
  export {};