Skip to content

Releases: Threadlines/threadlines

Threadlines v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 07:46
1f4c399

Highlights

Work with agents beside a live browser, organize active and wrapped threads from a focused inbox, and carry prompts, settings, and thread state safely across contexts and devices.

A live browser beside every agent thread

Open local pages beside chat in a responsive, tabbed browser that Codex and Claude can navigate. Inspect, annotate, draw on, and attach page context without leaving Threadlines.

An inbox built around attention

The redesigned sidebar separates active work from Wrapped threads, keeps blockers and unseen completions visible, and syncs filing and unread state between desktop and phone.

Stash prompts with their context intact

Save unfinished prompts with attachments and context, switch threads or providers, then restore them later from the composer or with Cmd/Ctrl+S.

Inspect delegated work in place

Open Claude and Codex subagent transcripts inside the parent conversation to follow delegated work without breaking your flow.

Also improved

  • Settings now come from the paired computer, and retention rules are applied server-side.
  • Browser navigation approvals use clearer controls and readable destination text.
  • Completed threads keep running terminal status visible, and clean checkouts reset diff stats.
  • Local preview discovery now supports IPv6 servers.
  • Touch scrolling no longer fights timeline auto-follow.
Complete technical changes

What's changed

Changes since v0.2.5.

Features

  • #93 Add prompt stashing across threads (d4f7a39d)
  • 570ef9b2 Support IPv6 local preview servers
  • 04cc9f91 Add preview navigation approvals and model controls
  • d0ac9007 Add subagent transcript inspection across Claude and Codex

Fixes

  • 796d8b5e Fix terminal browser test link typing
  • #92 Fix browser approval sentence semantics (2f2f021a)
  • cc1b34e4 Ignore lockstep and patched deps in dependabot config

Performance

  • 3fd2d611 Defer, cache, and scope Codex apps in the plugins inventory

Tests

  • 8ceda10e Add backend connection mocks to web component tests

Maintenance

  • 91775ba2 Move thread pinning into the row context menu
  • a949a0b7 Rename subagentMeta to TSX component file
  • #90 Bump the development-dependencies group across 1 directory with 7 updates (37faa2e2)
  • #89 Bump the production-dependencies group across 1 directory with 11 updates (63462931)
  • 50daa7f5 Serve settings from the paired computer, and move retention to the server

Other changes

  • #96 Prepare v0.3.0 changelog and announcement (1f4c399b)
  • #95 Refresh v0.3.0 marketing site and capture studio (de6d8ddf)
  • #94 Sync inbox lifecycle state across devices (04f4a91b)
  • ba0b8d1e Require confirmation before deleting stashed prompts
  • eb1c4a56 Show running terminal status on completed inbox rows
  • d8d7c7e4 Preserve picked browser context while writing annotations
  • b9422241 Let clean checkouts reset diff stats and steady preview browsing
  • 19f3573b Default source control panel to closed in chat
  • #91 Inbox sidebar, browser auto-open, and eleven rounds of polish (7842e145)
  • af0cf63f Say out loud that the browser suite is separate
  • #88 In-app browser panel with agent control (7fa4712f)
  • 1fc7ee6c Stop auto-follow from fighting touch scrolls
  • 2b1f6230 Reframe the plugins page around what the user has
  • c1044ea1 Standardize keyboard focus styles across the web UI
  • 3ff44d2b Keep armed timelines pinned through viewport resizing

Full Changelog: v0.2.5...v0.3.0

Threadlines Nightly 0.3.0-nightly.20260730.203 (ba0b8d1e9bfd)

Choose a tag to compare

What's changed

Changes since v0.3.0-nightly.20260729.202.

Other changes

  • ba0b8d1e Require confirmation before deleting stashed prompts

Full Changelog: v0.3.0-nightly.20260729.202...v0.3.0-nightly.20260730.203

Threadlines Nightly 0.3.0-nightly.20260729.202 (d4f7a39dfdda)

Choose a tag to compare

@github-actions github-actions released this 29 Jul 12:04
d4f7a39

What's changed

Changes since v0.3.0-nightly.20260729.201.

Features

Other changes

  • eb1c4a56 Show running terminal status on completed inbox rows
  • d8d7c7e4 Preserve picked browser context while writing annotations

Full Changelog: v0.3.0-nightly.20260729.201...v0.3.0-nightly.20260729.202

Threadlines Nightly 0.3.0-nightly.20260729.201 (796d8b5ebb38)

Choose a tag to compare

What's changed

Changes since v0.3.0-nightly.20260728.200.

Features

  • 570ef9b2 Support IPv6 local preview servers

Fixes

  • 796d8b5e Fix terminal browser test link typing

Maintenance

  • 91775ba2 Move thread pinning into the row context menu

Full Changelog: v0.3.0-nightly.20260728.200...v0.3.0-nightly.20260729.201

Threadlines Nightly 0.3.0-nightly.20260728.200 (2f2f021a48a3)

Choose a tag to compare

@github-actions github-actions released this 28 Jul 22:13
2f2f021

What's changed

Changes since v0.3.0-nightly.20260728.199.

Fixes

  • #92 Fix browser approval sentence semantics (2f2f021a)

Other changes

  • b9422241 Let clean checkouts reset diff stats and steady preview browsing

Full Changelog: v0.3.0-nightly.20260728.199...v0.3.0-nightly.20260728.200

Threadlines Nightly 0.3.0-nightly.20260728.199 (04cc9f919c73)

Choose a tag to compare

What's changed

Changes since v0.3.0-nightly.20260728.198.

Features

  • 04cc9f91 Add preview navigation approvals and model controls

Maintenance

  • a949a0b7 Rename subagentMeta to TSX component file

Other changes

  • 19f3573b Default source control panel to closed in chat

Full Changelog: v0.3.0-nightly.20260728.198...v0.3.0-nightly.20260728.199

Threadlines Nightly 0.3.0-nightly.20260728.198 (7842e1458029)

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:51
7842e14

What's changed

Changes since v0.2.6-nightly.20260727.197.

Fixes

  • cc1b34e4 Ignore lockstep and patched deps in dependabot config

Performance

  • 3fd2d611 Defer, cache, and scope Codex apps in the plugins inventory

Maintenance

  • #90 Bump the development-dependencies group across 1 directory with 7 updates (37faa2e2)
  • #89 Bump the production-dependencies group across 1 directory with 11 updates (63462931)

Other changes

  • #91 Inbox sidebar, browser auto-open, and eleven rounds of polish (7842e145)
  • af0cf63f Say out loud that the browser suite is separate
  • #88 In-app browser panel with agent control (7fa4712f)

Full Changelog: v0.2.6-nightly.20260727.197...v0.3.0-nightly.20260728.198

Threadlines Nightly 0.2.6-nightly.20260727.197 (8ceda10e5305)

Choose a tag to compare

What's changed

Changes since v0.2.5-nightly.20260724.194.

Features

  • d0ac9007 Add subagent transcript inspection across Claude and Codex

Fixes

  • bdff69e8 Patch brace-expansion for legacy minimatch compatibility

Tests

  • 8ceda10e Add backend connection mocks to web component tests

Maintenance

  • 50daa7f5 Serve settings from the paired computer, and move retention to the server
  • 8a16cd9f Exclude dormant features from release copy
  • 9c3046e2 Use allowed release Models secret name
  • e0a6998c Use dedicated token for stable release content drafting
  • 12a8de99 Harden GitHub Models release summary requests
  • 79f43e3b Pin PostCSS and tar dependency overrides

Other changes

  • 1fc7ee6c Stop auto-follow from fighting touch scrolls
  • 2b1f6230 Reframe the plugins page around what the user has
  • c1044ea1 Standardize keyboard focus styles across the web UI
  • 3ff44d2b Keep armed timelines pinned through viewport resizing
  • #86 Prepare v0.2.5 changelog and announcement (ad4cd9d9)
  • 2a70da08 Use observed thread cwd for git status and diffs
  • 899e7145 Wait for activity popover to close before inspecting subagents

Full Changelog: v0.2.5-nightly.20260724.194...v0.2.6-nightly.20260727.197

Threadlines v0.2.5

Choose a tag to compare

@github-actions github-actions released this 26 Jul 07:29
ad4cd9d

Highlights

This release adds external thread import, Git stash support, inline provider authentication retries, and Claude session reliability improvements.

External thread import and richer source-control UX

You can now import and resume external provider threads, with improved source-control integration and repository context display.

Stash support in source control

Git stash operations (list, create, apply, drop) are available in the UI and API.

Inline retry for failed provider authentications

Failed provider authentications can be retried inline, preserving your chat transcript.

Claude model metadata and session reliability improvements

Claude model metadata and session persistence are surfaced in the UI, with improved update and rollback handling.

Also improved

  • Recent threads now prioritize active sessions for easier access.
  • Draft chat empty states are clearer and show recent threads and prompts.
  • Settings navigation and provider usage dashboards are more readable and responsive.
  • Changelog and release notes pages have a denser, more navigable layout.
  • Dependency and compatibility updates for improved reliability.
Complete technical changes

What's changed

Changes since v0.2.4.

Features

  • 9f0c3185 Add stash support and unhide Explorer launches
  • c090d77e Add creator attribution link to marketing footer
  • 739b31c6 Add external thread import and richer provider/source-control UX
  • b21965d4 Add managed stable release content and changelog publishing
  • 82ba5d0d Enable the Codex realtime conversation feature flag
  • a9c04a12 Add web voice mode UI for Codex realtime sessions
  • 7edf22ef Add server-side realtime voice support for Codex threads

Fixes

  • bdff69e8 Patch brace-expansion for legacy minimatch compatibility
  • 10176bc4 Fix stash mutation keys in browser test mock
  • cb502e41 Fix Windows updater spawn assertion

Reliability

  • 0d834cbf Allow retrying provider authentication failures
  • 9e94c8ad Add inline retry action for failed user turns

Tests

  • 74b70548 Align draft source control browser test
  • 7485d88a Stabilize edit-and-branch browser test

Maintenance

  • 8a16cd9f Exclude dormant features from release copy
  • 9c3046e2 Use allowed release Models secret name
  • e0a6998c Use dedicated token for stable release content drafting
  • 12a8de99 Harden GitHub Models release summary requests
  • 79f43e3b Pin PostCSS and tar dependency overrides
  • 4a94f55a Migrate release drafting to GitHub Models and disable voice mode
  • 2ea2c36f Tighten changelog layout and pin runtime dependencies
  • 3373a213 Refine changelog page layout and release entries
  • a225da63 Require branded thread marker in release social posts

Other changes

  • #86 Prepare v0.2.5 changelog and announcement (ad4cd9d9)
  • 2a70da08 Use observed thread cwd for git status and diffs
  • 899e7145 Wait for activity popover to close before inspecting subagents
  • def07158 Surface Claude model metadata in provider and chat UI
  • 70294cd1 Plan provider maintenance CLI spawns on Windows
  • 27fe6e4b Match thread activity trigger height with compact actions
  • 2c812d3e Prioritize active threads in the recent threads list
  • #84 Stabilize Windows trusted signing setup (e193260a)
  • #76 Bump actions/checkout from 7.0.0 to 7.0.1 (f38ff904)
  • b0a0c859 Refine settings navigation and provider usage activity UI
  • #83 Render Codex inline visualizations in chat (cbf0bb1c)
  • #82 Refine draft empty state (1658a131)
  • 9a3543a2 Improve draft chat empty states and stale context menus
  • defac24c Preserve Claude sessions and roll back failed updates
  • 23b6c967 Show voice mode only for API-key authenticated Codex
  • 00e8c514 Grant microphone access for voice mode in the desktop app
  • f55ac7b0 Regenerate Codex app-server protocol client from rust-v0.145.0
  • aeceeda0 Pause active thread goals before stopping sessions

Full Changelog: v0.2.4...v0.2.5

Threadlines Nightly 0.2.5-nightly.20260724.194 (10176bc47d17)

Choose a tag to compare

What's changed

Changes since v0.2.5-nightly.20260724.193.

Features

  • 9f0c3185 Add stash support and unhide Explorer launches

Fixes

  • 10176bc4 Fix stash mutation keys in browser test mock

Reliability

  • 0d834cbf Allow retrying provider authentication failures
  • 9e94c8ad Add inline retry action for failed user turns

Other changes

  • def07158 Surface Claude model metadata in provider and chat UI

Full Changelog: v0.2.5-nightly.20260724.193...v0.2.5-nightly.20260724.194