Changelog
Full release history for Treq.
0.2.0 - 9 August 2026
Bug Fixes
- Gate docusaurus gtag on deploy flag (#85)
- Keep working-copy commit and avoid pushing empty commit on sync (#107)
- Refresh header sync indicator immediately after committing (#108)
- Render the inline conflict card with base and both sides (#111)
- Include hidden .generated/ files when uploading QA screenshots (#113)
- Prod configs (#114)
- Send review to terminal respects repo default agent setting (#17)
- Filebrowser markdown syntax highlighting (#133)
- Settings close navigation button should navigate back to previous page (#132)
- File-browser fix for multiline-selection (#134)
- Jj-binstall failing due to rate limits (#138)
- Common-create-workspace-modal (#136)
- Code-prompt-cmd-enter (#139)
- Github-button-dark-mode-tooltips (#141)
- Cmd-p-file-navigation (#156)
- Treq-mv-partial-file (#157)
- Abandon empty commits during commit and push operations (#159)
- View PR button opens matching Open/Closed filter instead of All (#150)
- Filebrowser-comment-polling (#162)
- Disable Create PR button until a workspace has a real commit (#166)
- Show stack card for the first workspace in a stack (#175)
- Share PR creation state across UI surfaces using React Query (#188)
- Repurpose Cmd/Ctrl+W to close the selected terminal, not the window (#185)
- Stop Ctrl+A in commit message textarea from selecting all files (#186)
- Show remote pull conflicts in ShowWorkspace for local resolve (#182)
- Collapse the Committed files section after a commit (#170)
- Make Merge button outline by default, solid green when CI passes (#174)
- Show inline error on Commit input for empty messages (#179)
- Hide base branch in PR list when dual-pane detail is open (#189)
- Review tab collapsible copy button actually copies to clipboard (#180)
- Hide-create-pr-after-created (#196)
- Refresh Review tab diffs on window focus to catch external edits (#197)
- Checks-dropdown-url (#198)
- Close workspace terminals when workspace is deleted (#195)
- Allow parent/child workspace stack reorders without cycle errors (#176)
- Stacking-default-branch-workspace (#199)
- Home-branch-hash (#204)
- Agent-terminal-escaping (#203)
- Lossless-bookmark-conflicts (#205)
- Squash-merge-commit-resolution (#206)
- Improve CLI error handling and logging consistency (#209)
- Persist commit message drafts across tab switches (#208)
- Report CLI parse errors instead of silently opening the GUI (#211)
- Reliable-concurrent-agent-dispatch (#207)
- Run Create PR off the UI thread via spawn_blocking (#217)
- Create-workspace-loading-layout (#216)
- Workspace-sync-preserve-remote-lineage (#215)
- Remote-commit-history (#214)
- Allow agent terminal treq CLI to create external workspaces (#222)
- Place GitHub PR review threads on committed Review hunks (#221)
- Keep PR status color on selected workspace sidebar icon (#225)
- Prevent workspace creation bookmark conflicts (#224)
- Review tab discard changes actually restores working copy (#181)
- Show home repo sync indicator for checked-out branch (#227)
- Review tab badge shows stable WC + committed total (#229)
- Multi-line comments on committed Review-tab files (#234)
- Detect conflicts in committed tip trees on Review tab (#228)
- Improve git-jj reconciliation (#242)
Features
- Generate PR-based changelogs (#87)
- Add searchable Skills Library catalog (#95)
- Add stacked workspace UI to the Code tab (#11)
- Add GitHub merge queue automation with dashboard UI (#72)
- Add Storybook setup for component documentation and visual testing (#117)
- Add sparse checkout support for workspaces (#93)
- Feat(app): use the docs site's fonts (Inter / Inter Tight / JetBrains Mono) (#116)
- Implement merge queue feature with per-repo opt-in and UI (#121)
- Markdown-preview in FileBrowser (#135)
- Code-prompt input for default-agent-checkbox (#140)
- Ui-zoom-settings (#142)
- Review-syntax-highlighting (#143)
- Cmdk-agent-prompt flow (#144)
- Color sidebar workspace icons by GitHub PR state (#148)
- Add CI status indicator to the workspace header (#147)
- Combine push and PR creation into single action (#153)
- Add edit commit description functionality to Commit tab (#152)
- Inline GitHub PR review comment threads in the Review tab (#149)
- Add CI status checks to PR detail view (#158)
- Add treq commit CLI command (#151)
- Scroll-down-terminal-btn (#160)
- Add GitHub PR commands to workspace command palette (#163)
- Support 'home' as source/destination in treq mv (#165)
- Add per-file comment button to the Review tab (#167)
- Add Gerrit-style LOC bar chart to workspace stack panel (#169)
- Turn Commit button into a split-button group with push/PR options (#171)
- Add wouter-based routing for the GitHub integration pages (#172)
- Add "Copy link to GitHub PR" to workspace sidebar context menu (#183)
- Add help tooltip to Code tab stack card (#178)
- Yellow pip and outline style on sync button for unsynced changes (#173)
- Add confirmation dialog for Review tab's Discard all changes button (#187)
- Add terminal sessions list to workspace sidebar (#184)
- Add conventional commit title derivation for pull requests (#164)
- Add Undo action to discard toasts in the Review tab (#192)
- Status-pr-info (#201)
- Treq-st-title-details (#202)
- Double-click terminal scrolls fully into view (#226)
- Add settings for symlinking heavy dirs into new workspaces (#177)
- Add auto-push to remote repository setting (#210)
- Add terminal sessions list to workspace sidebar (#219)
- Persist prompt history and surface it in the UI (#194)
- Polish GitHub review inline comment UI (#230)
- Add FileBrowser review session for batched code comments (#213)
- Color Review tab pill by workspace change state (#231)
- Sort workspace sidebar siblings by tip activity recency (#235)
- Show CI check duration in checks dropdown (#232)
Performance
- Docs: perf: improve lcp (#57)
- Perf: async-show-workspace (#200)
- Perf: Move workspace sidebar PR status polling to Rust background jobs (#218)
- Perf: Move ShowWorkspace CI polling off the UI IPC path (#223)
Style
- Style: restyle in-app toasts to match shadcn design language (#112)
Test
- Test: Add napi+jsdom screenshot harness for the app (#105)
- Test: resolve jj state through napi instead of the jj CLI (#109)
- Test: promote duplicated e2e test setup into TestRepo helpers (#124)
- Test: delete Rust tests subsumed by other coverage (#126)
- Test(screenshot): capture ShowWorkspace's workspace-view branch-target header (#118)
0.1.3 - 11 July 2026
Bug Fixes
- Mobile docs sidebar menu not opening (#10)
- Workspace_diff not resolving correctly when comparing against target branch that is moving or post-rebase (#19)
- Correctly resolve branch commit from revision (#20)
- Improve text contrast in light mode for footer and landing page (#29)
Feat
Features
- Expose docs pages as markdown (#25)
- Docs: Add AI documentation and marketing copy workflow guides (#35)
- Docs: Add Gherkin BDD Editor tool for writing and exporting .feature files (#53)
Performance
Bug
Ci
Design
Kaizen
Style
Test
- Test(web): Add Playwright e2e tests for web public navigation (#16)