v1.13.0
v1.13.0
Upgrade the bundled dashi-taskboard from the v1.1.2-era snapshot to upstream
v1.1.6+ and adapt the launcher to its new runtime dependency.
Features
- Bundled dashi-taskboard upgraded to v1.1.6+: includes upstream
v1.1.3-v1.1.6 and subsequent commits - project README document view with
taskctl read/write, all-project dashboard, Cloud realtime WebSocket push,
inline media/editor polish, task tree queries, trusted browser origins,
Windows Codex reuse improvements, and Linux x64 taskboard packaging. - Package the new
wsruntime dependency: the upstream Taskboard server
now useswsfor realtime channels.node_modules/wsis added to the
bundled resources so the packaged server starts correctly. - Keep launcher-side Taskboard fixes: the fork merge retains launcher
runtime endpoint discovery, injector retries, and Codex page recognition.
Verification
pnpm run build:taskboardpasses (dashi-taskboard web UI built).node vendor/dashi-taskboard/server/index.mjsstarts and resolvesws.pnpm run check:release -- --tag v1.13.0passes.