@sma1lboy/kobe 0.7.24 → 0.7.26

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 CHANGED
@@ -118,6 +118,21 @@ export KOBE_OPEN_EDITOR=/Applications/Cursor.app/Contents/Resources/app/bin/curs
118
118
 
119
119
  For the full feature manifest, see [`CHANGELOG.md`](./CHANGELOG.md).
120
120
 
121
+ ## Browser dashboard
122
+
123
+ kobe also ships a local web UI over the same tasks and sessions, for when you'd
124
+ rather drive things from a browser than the TUI:
125
+
126
+ ```bash
127
+ kobe web # serves http://localhost:5173
128
+ kobe web --port 5180 # pick a different port
129
+ kobe web --help # all options (--bridge-only, --no-takeover, …)
130
+ ```
131
+
132
+ It connects to the same daemon as the TUI, so tasks created in either surface
133
+ appear in both. The process model, routes, and security posture are documented
134
+ in [`docs/design/web-dashboard.md`](../../docs/design/web-dashboard.md).
135
+
121
136
  ## Custom themes
122
137
 
123
138
  kobe ships a handful of bundled themes (`claude` is the default), and any JSON