summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components
AgeCommit message (Collapse)Author
2026-02-17feat(app): session timeline/turn rework (#13196)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-17fix(app): keep Escape handling local to prompt input on macOS desktop (#13963)Ganesh
2026-02-15fix(app): only navigate prompt history at input boundaries (#13690)Shoubhit Dash
2026-02-15feat: Add GeistMono Nerd Font to available mono font options (#13720)Brandon Julio Thenaro
2026-02-14fix(app): stack overflow in filetree (#13667)Adam
Co-authored-by: adamelmore <[email protected]>
2026-02-13chore: cleanupAdam
2026-02-13fix(app): terminal resizeAdam
2026-02-13fix(web): use prompt_async endpoint to avoid timeout over VPN/tunnel (#12749)eytans
2026-02-12feat(app): toggle all provider modelsAdam
2026-02-12fix(app): prompt input quirksAdam
2026-02-12fix(app): terminal pty isolationAdam
2026-02-12feat(app): option to turn off sound effectsAdam
2026-02-12fix(app): normalize oauth error messagesAdam
2026-02-12chore: cleanupAdam
2026-02-12chore: cleanupAdam
2026-02-12chore: cleanupAdam
2026-02-12chore: cleanupAdam
2026-02-12fix(app): suggestion active state brokenAdam
2026-02-12fix(app): preserve undo history for plain-text paste (#13351)Rasheed
2026-02-12chore(app): refactor for better solidjs hygiene (#13344)Adam
2026-02-12fix(app): more defensive session context metricsAdam
2026-02-12chore: refactor packages/app files (#13236)Adam
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Frank <[email protected]>
2026-02-12fix(app): guard randomUUID in insecure browser contexts (#13237)Adam
Co-authored-by: Selim <[email protected]>
2026-02-11Fix/reverception (#13166)Filip
Co-authored-by: Adam <[email protected]>
2026-02-11Revert "feat(desktop): add WSL backend mode (#12914)"Adam
This reverts commit 213a87234dd7579873787070e5f8ad98eb88bce8.
2026-02-11fix(app): terminal resizeAdam
2026-02-11fix(app): terminal copy/pasteAdam
2026-02-11fix(app): copy path button stylesAdam
2026-02-11feat(desktop): enhance Windows app resolution and UI loading states (#13084)Filip
2026-02-11feat(desktop): add WSL backend mode (#12914)Brendan Allan
2026-02-10fix(desktop): open apps with executables on Windows (#13022)Filip
2026-02-10fix(app): disable terminal transparencyAdam
2026-02-10fix(app): regressionsAdam
2026-02-10fix(app): terminal replay (#12991)Adam
2026-02-10chore: fix testAdam
2026-02-10fix(app): new session in workspace choosing wrong workspaceAdam
2026-02-09feat(app): add Cmd+[/] keybinds for session history navigation (#12880)Kit Langton
2026-02-09chore: cleanupAdam
2026-02-09fix(app): max widthsAdam
2026-02-09fix(app): incorrect workspace on new sessionAdam
2026-02-09chore: cleanupAdam
2026-02-09chore: cleanupAdam
2026-02-09chore: cleanupAdam
2026-02-09feat(app): polish Open in icon treatmentAdam
Bring in the Open in button-group and transparent icon updates from #12641 while keeping locale strings unchanged. Replace CSS inversion with dedicated light/dark Zed icon assets for cleaner theme handling. Co-authored-by: Edin <[email protected]>
2026-02-09fix: add fallback for when crypto.randomUUID is unavailableAdam
Closes #11452 Co-authored-by: Yo'av Moshe <[email protected]>
2026-02-09feat(desktop): add native Wayland toggle on Linux (#11971)Israel Araújo de Oliveira
Co-authored-by: Brendan Allan <[email protected]>
2026-02-08ui: default TextField copy affordance to clipboard (#12714)Kit Langton
2026-02-08fix(ui): context stale in prompt input (#12695)Adam
2026-02-08chore: generateopencode-agent[bot]
2026-02-08refine(app): tighten slash autocomplete matching (#12647)Kit Langton