Skip to content

Threadlines v0.3.8

Choose a tag to compare

@github-actions github-actions released this 01 Sep 19:26
b87d832

Highlights

This release adds Claude Fable 5.1, direct messaging to Codex subagents, background markers in the agent roster, and browser preview find and error reporting, plus several UI and streaming fixes.

  • Claude Fable 5.1 in the model picker — Claude Fable 5.1 joins the curated Claude catalog with its full reasoning options, including Ultracode, and its native 1M context. The bare fable alias now resolves to it, matching Claude Code 2.1.257, and Fable 5 stays available for older CLIs.
  • Message Codex subagents directly from the Agents view — When a Codex subagent is live, open its drill-in to send a one-line reply. Enter sends the message and it appears in the subagent transcript like any other turn. The server routes these replies so steering a subagent no longer requires relaying through its parent.
  • See backgrounded agents and real task depth — Agents started in the background show a "background" note in the roster meta line while they are live. Task depth and ambient housekeeping are reported so background work no longer counts as active waiting in snapshots and summaries.
  • Browser preview: find bar, page errors, and preview controls — The preview browser includes an in-page find bar and explicit page error reporting. Desktop preview controls are wired through the app so you can use preview commands from the desktop UI, and picked-element context is preserved across drafts and messages.

Also improved

  • Non-blocking agent questions no longer pause the turn or show the interface as waiting unless explicitly marked blocking.
  • Installed plugin and skill entries show provider icons in settings so installed extensions are easier to identify.
  • Automatic approval results no longer render as warning rows when an auto review is approved, reducing false warning noise in the timeline.
  • Subagent streaming overhead was reduced so transcripts and the agent roster stay responsive during heavy multi-agent activity.
  • The Codex app-server client now speaks protocol 0.150.1, so the newest Codex CLI resumes threads, reports usage, and surfaces the new plan types without errors.
Complete technical changes

What's Changed

  • chore(providers): refresh Codex protocol 0.150.1 and Claude SDK 0.3.247 by @badcuban in #190
  • chore(deps): August 2026 dependency updates by @badcuban in #191
  • fix(release): pass desktop build flags without the -- separator by @badcuban in #193
  • fix(web): approved auto reviews no longer look like warnings by @badcuban in #194
  • feat(agents): message a Codex subagent straight from its transcript by @badcuban in #195
  • feat(agents): mark agents the provider runs in the background by @badcuban in #196
  • feat(codex): non-blocking questions no longer read as a paused turn by @badcuban in #197
  • chore(deps): bump voidzero-dev/setup-vp from 1.17.0 to 1.18.0 by @dependabot[bot] in #198
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #201
  • chore(deps): bump the production-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #199
  • perf(agents): reduce subagent streaming overhead by @badcuban in #202

Direct changes

  • 5a750b1f Add Claude Fable 5.1 to the Claude model catalog
  • c9889a76 Support direct input to Codex subagents
  • eea05ed5 Add browser find, page errors, and preview controls
  • a87d8e3b Show provider icons for installed plugins and skills
  • b5fc0def Read task depth, background flag, and ambient from the SDK
  • dac75992 Refresh app-server client to protocol 0.150.1

Full Changelog: v0.3.7...v0.3.8