Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 05:10
· 82 commits to main since this release
df1c3c9

Fixes

  • Claude transcript /model now accepts Claude model aliases or IDs instead of opening the Codex picker.
  • Claude composer labels show the reported Claude model, including on mobile, rather than GPT names found in conversation text.

Added

  • Shared prompt-only, response-only, and code-only filters for transcripts and conversation outlines. Filters reset on refresh.

Install or update

  • Homebrew: brew upgrade danialfarid/tap/termdeck (or brew install danialfarid/tap/termdeck).
  • PyPI: uv tool upgrade termdeck-agents (or uv tool install termdeck-agents).

Verification

CI, 341 Python tests, package validation, and an isolated installed-wheel shell/WebSocket smoke test passed. The extended local scroll suite was incomplete: a stale-pin assertion failed and headless browser fixtures stalled; this release does not change terminal scroll/rendering logic.

Full changelog