@dreb/dashboard 2.50.0 → 2.51.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 CHANGED
@@ -343,4 +343,4 @@ acceptance, use Chromium network throttling at 100 ms RTT and 1.5 Mbps; HTTP
343
343
  packet loss is not emulated.
344
344
 
345
345
  See `packages/coding-agent/docs/dashboard.md` in the repo for the full
346
- product documentation.
346
+ product documentation, including systemd and launchd auto-restart setup.
package/dist/static/sw.js CHANGED
@@ -14,7 +14,7 @@
14
14
  */
15
15
 
16
16
  // Replaced at build time; see vite.config.ts generateBundle hook.
17
- const SW_CACHE_VERSION = "2.50.0";
17
+ const SW_CACHE_VERSION = "2.51.0";
18
18
  const SHELL_CACHE = `dreb-dashboard-shell-v${SW_CACHE_VERSION}`;
19
19
 
20
20
  // Shell assets (HTML, JS, CSS) get a network-first strategy. The dashboard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreb/dashboard",
3
- "version": "2.50.0",
3
+ "version": "2.51.0",
4
4
  "description": "Web dashboard for dreb — fleet overview, chat parity, subagent observability",
5
5
  "license": "MIT",
6
6
  "type": "module",