Skip to content

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 09:47
· 9 commits to main since this release

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 ws runtime dependency: the upstream Taskboard server
    now uses ws for realtime channels. node_modules/ws is 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:taskboard passes (dashi-taskboard web UI built).
  • node vendor/dashi-taskboard/server/index.mjs starts and resolves ws.
  • pnpm run check:release -- --tag v1.13.0 passes.