Skip to content

v0.13.3

Choose a tag to compare

@AbysmalBiscuit AbysmalBiscuit released this 25 Aug 13:41

0.13.3 (2026-08-25)

Features

  • config: expand ${VAR} in config values (093a128)
  • config: resolve default paths against their layer (8f051ee)
  • dashboard: read the timeline from the configured tracker (dc3df67)
  • devkit: report the GitHub identity in devkit auth (f0b9ed2)
  • devkit: report the resolved tracker in doctor (89efe51)
  • github: answer a head-branch lookup with a type (b66fa51)
  • github: resolve issue and PR repositories from config (18f1655)
  • issue: accept a Linear URL and reuse its slug (e2164b7)
  • issue: bind a worktree to its pull request (8b414f4)
  • issue: carry a tagged PR status on every status row (fe9f27b)
  • issue: derive the setup slug from the Linear title (24d54b4)
  • issue: fit a derived setup slug to the branch column (d2f79d6)
  • issue: keep a pasted PR URL's repository (cbfc49f)
  • issue: report the worktree before running hooks (b3594ad)
  • issue: select the tracker from [tracker] kind (34ef825)
  • issue: show a progress step per worktree hook (2c9030c)
  • issue: tie the summary file to the worktree's lifetime (fe10134)
  • issue: write an issue summary file on setup (f7ce10e)
  • tracker: add a typed issue state vocabulary (43f3982)
  • tracker: add the GitHub Issues adapter (a2c6222)
  • tracker: add the Tracker trait and a no-tracker impl (0c5c506)
  • tracker: route setup, checkout and prs through the trait (da7d270)
  • tracker: select the GitHub adapter for kind = "github" (2b2466f)

Bug Fixes

  • config: absolutize an explicit or env-named config layer (6edef93)
  • config: fix path resolution edge cases from review (2c11b52)
  • config: make the summary template tracker-neutral (cdb1f1f)
  • config: resolve ~ against USERPROFILE too (9588db4)
  • dashboard: scope the github cache to its viewer (0d3ee08)
  • devkit: refuse a token passed to auth github (8b10950)
  • github: address task 1 review findings (fc02960)
  • github: drop dead GraphQL error branch, dedupe ambiguity check (f1ed27e)
  • issue: act on one repository per request (4b11ae6)
  • issue: address hook-progress review findings (022e133)
  • issue: check out a linked pr from its repo (3f96b29)
  • issue: hold the state gate for a tracker devkit fell back to (60cef84)
  • issue: let the live PR answer win over the cache (b1e8773)
  • issue: make pr_cell's colour choice actually testable (04d10d6)
  • issue: match issue ids case-insensitively (9d8870c)
  • issue: read a Linear URL's id by path position (6c61e30)
  • issue: say the state gate is closed, not skipped (c6a3ce9)
  • issue: skip the state gate only when there is no tracker (89d9735)
  • issue: sweep legacy summary files regardless of id case (68699a3)
  • tracker: accept partial GraphQL NOT_FOUND (772e40a)
  • tracker: link a closing issue to its own repo (ea2fb21)
  • tracker: match a closing issue repo case-blind (7960c13)
  • tracker: match an issue url's repo case-blind (a65cb04)
  • tracker: say why a named tracker did not resolve (987ed5b)
  • tracker: tighten declared-gate coverage and drop stale doc claims (fa1d23d)