Skip to content

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 13:21
· 5 commits to main since this release

v1.15.0

Features

  • Vendored taskboard updated to upstream v1.1.7–v1.1.13: merge 91 upstream
    commits into vendor/dashi-taskboard while preserving the launcher runtime
    endpoint discovery (~/.codex-pro-max/launcher-runtime.json) and the
    injector reliability fixes. Highlights:
    • Stabilized visual markdown editing in the task composer (inline video,
      markdown, and attachment cards render inline).
    • Taskboard work routes to Codex SSH projects (remote execution).
    • Project switcher gains search and scrolling.
    • Empty blocked columns hide automatically; completed review cards animate
      out and the issue board restores its horizontal scroll position.
    • Markdown rendering fixes: video nodes stay stable, GFM editor round trips
      preserve content, tilde delimiters isolate widths.
    • Codex task detail interaction fixes and tolerant handling of missing
      Codex workspace roots.
    • taskctl discovers the Windows launcher runtime descriptor from WSL and
      can reach Windows-side endpoints through the curl transport.

Fixes

  • Injector retry semantics survive the merge: per-target injection retries
    (3 attempts) and the initial-injection retry round (2 attempts) now call the
    upstream injectTarget/injectAll signatures, including the new Codex
    app-server notification/ready/unavailable callbacks, so one-click launch
    keeps its renderer-wait resilience on top of v1.1.13.
  • Launcher runtime descriptor keeps satisfying upstream's stricter
    version === 1 endpoint contract.

Verification

  • Taskboard suite: node --test 371 passed / 0 failed, component tests 9
    passed, npm run typecheck passes.
  • pnpm run build:taskboard rebuilds dist/web cleanly.
  • pnpm run check:release -- --tag v1.15.0 passes.