From 581e2e51815c700a78d0c05bc9da9995b928b115 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:34:28 +0000 Subject: [PATCH 1/2] Prepare v0.2.5 changelog and announcement --- .../marketing/src/content/changelog/v0.2.5.md | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 apps/marketing/src/content/changelog/v0.2.5.md diff --git a/apps/marketing/src/content/changelog/v0.2.5.md b/apps/marketing/src/content/changelog/v0.2.5.md new file mode 100644 index 00000000..290140d3 --- /dev/null +++ b/apps/marketing/src/content/changelog/v0.2.5.md @@ -0,0 +1,62 @@ +--- +version: 0.2.5 +date: 2026-07-26 +title: Realtime voice, external thread import, and source control upgrades +summary: This release adds realtime voice mode for Codex, external thread import, Git stash support, inline provider authentication retries, and Claude session reliability improvements. +githubRelease: https://github.com/Threadlines/threadlines/releases/tag/v0.2.5 +highlights: + - title: Realtime voice mode for Codex threads + description: Codex threads now support realtime voice mode, including web and server-side voice controls for API-key authenticated sessions. + evidence: + - a9c04a12 + - 7edf22ef + - 23b6c967 + - 82ba5d0d + - title: External thread import and richer source-control UX + description: You can now import and resume external provider threads, with improved source-control integration and repository context display. + evidence: + - 739b31c6 + - title: Stash support in source control + description: Git stash operations (list, create, apply, drop) are available in the UI and API. + evidence: + - 9f0c3185 + - title: Inline retry for failed provider authentications + description: Failed provider authentications can be retried inline, preserving your chat transcript. + evidence: + - 0d834cbf + - 9e94c8ad + - title: Claude model metadata and session reliability improvements + description: Claude model metadata and session persistence are surfaced in the UI, with improved update and rollback handling. + evidence: + - def07158 + - defac24c +alsoImproved: + - description: Recent threads now prioritize active sessions for easier access. + evidence: + - 2c812d3e + - description: Draft chat empty states are clearer and show recent threads and prompts. + evidence: + - 9a3543a2 + - 1658a131 + - description: Settings navigation and provider usage dashboards are more readable and responsive. + evidence: + - b0a0c859 + - description: Changelog and release notes pages have a denser, more navigable layout. + evidence: + - 2ea2c36f + - 3373a213 + - description: Dependency and compatibility updates for improved reliability. + evidence: + - bdff69e8 + - 79f43e3b + - 2ea2c36f +social: |- + Threadlines v0.2.5 is out 🧵 + + • Realtime voice mode for Codex + • Import and resume external threads + • Git stash actions in source control + • Inline retry for provider auth failures + + Release notes: https://github.com/Threadlines/threadlines/releases/tag/v0.2.5 +--- From c4da562cdfd59eb25a0417f2c13ecb70be5fc609 Mon Sep 17 00:00:00 2001 From: Badcuban <108198679+badcuban@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:47:57 -0400 Subject: [PATCH 2/2] Remove dormant voice mode from v0.2.5 release copy --- apps/marketing/src/content/changelog/v0.2.5.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/apps/marketing/src/content/changelog/v0.2.5.md b/apps/marketing/src/content/changelog/v0.2.5.md index 290140d3..d7c61bcb 100644 --- a/apps/marketing/src/content/changelog/v0.2.5.md +++ b/apps/marketing/src/content/changelog/v0.2.5.md @@ -1,17 +1,10 @@ --- version: 0.2.5 date: 2026-07-26 -title: Realtime voice, external thread import, and source control upgrades -summary: This release adds realtime voice mode for Codex, external thread import, Git stash support, inline provider authentication retries, and Claude session reliability improvements. +title: External thread import, source control, and provider reliability +summary: This release adds external thread import, Git stash support, inline provider authentication retries, and Claude session reliability improvements. githubRelease: https://github.com/Threadlines/threadlines/releases/tag/v0.2.5 highlights: - - title: Realtime voice mode for Codex threads - description: Codex threads now support realtime voice mode, including web and server-side voice controls for API-key authenticated sessions. - evidence: - - a9c04a12 - - 7edf22ef - - 23b6c967 - - 82ba5d0d - title: External thread import and richer source-control UX description: You can now import and resume external provider threads, with improved source-control integration and repository context display. evidence: @@ -53,10 +46,10 @@ alsoImproved: social: |- Threadlines v0.2.5 is out 🧵 - • Realtime voice mode for Codex • Import and resume external threads • Git stash actions in source control - • Inline retry for provider auth failures + • Retry provider sign-in inline + • Better Claude session reliability Release notes: https://github.com/Threadlines/threadlines/releases/tag/v0.2.5 ---