From a3f3812833276eb66162ce5f97457bc2ae0f4023 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:37:50 +0000 Subject: [PATCH 1/2] Prepare v0.3.7 changelog and announcement --- .../marketing/src/content/changelog/v0.3.7.md | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 apps/marketing/src/content/changelog/v0.3.7.md diff --git a/apps/marketing/src/content/changelog/v0.3.7.md b/apps/marketing/src/content/changelog/v0.3.7.md new file mode 100644 index 00000000..69976088 --- /dev/null +++ b/apps/marketing/src/content/changelog/v0.3.7.md @@ -0,0 +1,53 @@ +--- +version: 0.3.7 +date: 2026-08-27 +title: Smoother streaming and clearer session controls +summary: This release improves streaming replies and code highlighting, clarifies live agent and approval UI, and makes provider status and checkout behavior more reliable. +githubRelease: https://github.com/Threadlines/threadlines/releases/tag/v0.3.7 +highlights: + - title: Streaming replies render without freezing + description: Long replies no longer freeze the page while they stream. Code blocks receive incremental syntax coloring as text arrives, and message text is revealed smoothly so content appears steadily instead of in large pauses. + evidence: + - c36606aa + - title: Working indicator shows real-time agent activity + description: The footer shows three moving dots next to the status word so you can tell when a turn is working, thinking, or sending. Delegated agents keep the working anchor visible after a turn settles, and subagent activity no longer flips the main turn indicator. + evidence: + - 5b91fa19 + - 00364ba4 + - title: Approval panel shows what you are approving on small screens + description: Pending approval now displays the actual command or tool detail on its own line, wraps action buttons on narrow screens, and names the tool when the request is not a shell command so you can see what you are approving before tapping accept. + evidence: + - c3c585d6 + - title: Provider and connection notices recover from transient failures + description: Slow provider probes are treated as warnings and retried instead of blocking the UI. Stale probe and auth warnings clear after successful verification, and status and connection states show clearer guidance with support links. + evidence: + - 33908eb6 + - e38cf59e +alsoImproved: + - description: Checkout switching is more reliable when changing branches or worktrees in the app. + evidence: + - 145871a9 + - description: Thread ordering is applied consistently across the sidebar, chats view, command palette, and thread actions, and the sidebar honors your sort preference. + evidence: + - be1043f4 + - fa0daa62 + - description: "Composer and drafts: model labels are preserved before they overflow, and thread drafts are retained when switching views." + evidence: + - 9a9fe1ac + - 2cef5d61 + - description: CI and release flow adjustments reduce gating delays and avoid preflight waits that previously caused release checks to stall. + evidence: + - 1eb60184 + - 5b55c9d4 + - c6fac36d + - 1b992af5 +social: |- + Threadlines v0.3.7 is out 🧵 + + • smoother streaming replies + • clearer live agent indicator + • approval UI fits mobile + • more reliable provider and checkout recovery + + Release notes: https://github.com/Threadlines/threadlines/releases/tag/v0.3.7 +--- From ed2142270d6df008e42b6b62e3d52d38f7af9bf6 Mon Sep 17 00:00:00 2001 From: badcuban <108198679+badcuban@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:38:56 -0400 Subject: [PATCH 2/2] Review v0.3.7 changelog copy Drop the CI commits and the log-flushing commit from user-facing notes, fix the thread ordering entry (the sidebar sort setting was removed, not honored), and tighten the highlight and social wording. --- .../marketing/src/content/changelog/v0.3.7.md | 41 ++++++++----------- 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/apps/marketing/src/content/changelog/v0.3.7.md b/apps/marketing/src/content/changelog/v0.3.7.md index 69976088..79803a25 100644 --- a/apps/marketing/src/content/changelog/v0.3.7.md +++ b/apps/marketing/src/content/changelog/v0.3.7.md @@ -1,53 +1,46 @@ --- version: 0.3.7 date: 2026-08-27 -title: Smoother streaming and clearer session controls -summary: This release improves streaming replies and code highlighting, clarifies live agent and approval UI, and makes provider status and checkout behavior more reliable. +title: Smoother Streaming and Clearer Session Controls +summary: Long replies now stream without freezing the page, the working indicator and approval panel tell you what is going on, and provider and checkout problems recover on their own. githubRelease: https://github.com/Threadlines/threadlines/releases/tag/v0.3.7 highlights: - - title: Streaming replies render without freezing - description: Long replies no longer freeze the page while they stream. Code blocks receive incremental syntax coloring as text arrives, and message text is revealed smoothly so content appears steadily instead of in large pauses. + - title: Streaming replies no longer freeze the page + description: Long replies stream at a steady pace instead of arriving in big pauses. Code blocks get syntax color as the text arrives, so you can read along while the agent is still writing. evidence: - c36606aa - - title: Working indicator shows real-time agent activity - description: The footer shows three moving dots next to the status word so you can tell when a turn is working, thinking, or sending. Delegated agents keep the working anchor visible after a turn settles, and subagent activity no longer flips the main turn indicator. + - title: Working indicator shows what the turn is doing + description: Three moving dots next to the status word tell you whether a turn is working, thinking, or sending. Delegated agents stay anchored after a turn settles, and subagent activity no longer flips the main indicator. evidence: - 5b91fa19 - 00364ba4 - - title: Approval panel shows what you are approving on small screens - description: Pending approval now displays the actual command or tool detail on its own line, wraps action buttons on narrow screens, and names the tool when the request is not a shell command so you can see what you are approving before tapping accept. + - title: Approval panel shows what you are approving + description: A pending approval now shows the actual command or tool detail on its own line and names the tool when the request is not a shell command. The action buttons wrap on narrow screens, so the panel fits on a phone. evidence: - c3c585d6 - - title: Provider and connection notices recover from transient failures - description: Slow provider probes are treated as warnings and retried instead of blocking the UI. Stale probe and auth warnings clear after successful verification, and status and connection states show clearer guidance with support links. + - title: Provider status recovers from slow checks + description: A slow Claude status check is now a warning that retries on its own instead of blocking the app. Stale warnings clear after a successful check, and the status and connection screens give clearer guidance. evidence: - 33908eb6 - - e38cf59e alsoImproved: - - description: Checkout switching is more reliable when changing branches or worktrees in the app. + - description: Switching branches or worktrees from the app is more reliable. evidence: - 145871a9 - - description: Thread ordering is applied consistently across the sidebar, chats view, command palette, and thread actions, and the sidebar honors your sort preference. + - description: Threads are ordered the same way everywhere (sidebar, chats view, command palette, and thread actions). The separate sidebar sort setting is gone. evidence: - be1043f4 - fa0daa62 - - description: "Composer and drafts: model labels are preserved before they overflow, and thread drafts are retained when switching views." + - description: Model labels in the composer stay readable before they overflow, and thread drafts survive switching views. evidence: - 9a9fe1ac - 2cef5d61 - - description: CI and release flow adjustments reduce gating delays and avoid preflight waits that previously caused release checks to stall. - evidence: - - 1eb60184 - - 5b55c9d4 - - c6fac36d - - 1b992af5 social: |- Threadlines v0.3.7 is out 🧵 - • smoother streaming replies - • clearer live agent indicator - • approval UI fits mobile - • more reliable provider and checkout recovery + • Streaming replies no longer freeze the page + • Working indicator shows what the turn is doing + • Approval panel fits on a phone + • Provider status recovers from slow checks Release notes: https://github.com/Threadlines/threadlines/releases/tag/v0.3.7 ---