Commit Graph

52 Commits

Author SHA1 Message Date
Dax 6cc1116f8e refactor(snapshot): store unified patches in file diffs (#21244)
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2026-04-07 19:48:23 -04:00
Adam 2d528d4ac7 feat(app): better subagent experience (#20708) 2026-04-07 11:06:23 -05:00
Brendan Allan 1c97b92774 cleanup event listeners with solid-primitives/event-listener (#20619) 2026-04-02 09:40:03 +00:00
Jack fd986f015a fix(ui): force wasm highlighter for markdown code blocks (#17373) 2026-03-13 09:57:14 -05:00
Adam 4a37b76340 feat(app): better diff/code comments (#14621)
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
Co-authored-by: David Hill <iamdavidhill@gmail.com>
2026-02-26 18:23:04 -06:00
Adam 4e6d2907cc fix(app): permissions and questions from child sessions (#15105)
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
2026-02-26 01:05:08 +00:00
David Hill ce98e719df tweak(ui): use provider catalog names
Renders provider and model display names from the provider list instead of raw IDs in user message hover metadata.
2026-02-17 15:16:07 +00:00
Adam e356fe0b53 feat(app): session timeline/turn rework (#13196)
Co-authored-by: David Hill <iamdavidhill@gmail.com>
2026-02-17 07:16:23 -06:00
Adam 62728c0073 wip(ui): diff virtualization (#12693) 2026-02-12 07:25:58 -06:00
Adam 01c10b61fa fix(app): task tool rendering 2026-02-10 15:28:46 -06:00
Adam af7ee500f9 Revert "feat: Transitions, spacing, scroll fade, prompt area update (#11168)" (#11461)
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
2026-01-31 07:18:51 -06:00
opencode-agent[bot] 7ce1532be8 chore: generate 2026-01-30 17:58:31 +00:00
Aaron Iker d1e8c95362 feat: Transitions, spacing, scroll fade, prompt area update (#11168)
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaroniker <4730431+aaroniker@users.noreply.github.com>
2026-01-30 17:57:49 +00:00
adamelmore d8a3bfe6aa fix(app): dialog not closing 2026-01-29 20:26:35 -06:00
zerone0x 2d0a5c9a11 fix(ui): allow KaTeX inline math to be followed by punctuation (#11033) 2026-01-28 16:44:35 -06:00
David Hill 4977232d12 fix(ui): prevent double-close and fix dialog replacement 2026-01-26 19:47:57 +00:00
David Hill 1182f5dc4a feat(ui): add optional transition animations to dialog 2026-01-26 19:47:57 +00:00
adamelmore cf61594c22 fix(app): escape should always close dialogs 2026-01-25 12:17:35 -06:00
Rahul A Mistry 5b26f2c178 fix(app): enable dialog dismiss on model selector (dialog.tsx) (#10203) 2026-01-23 04:55:00 -06:00
Shoubhit Dash 1b2b08aaa4 refactor(desktop): move markdown rendering to rust (#10000) 2026-01-22 04:48:39 -06:00
Adam f02645649f wip(app): i18n 2026-01-20 17:58:06 -06:00
Adam e7d2c9ab70 wip(app): i18n 2026-01-20 17:58:06 -06:00
Turcu Laurentiu 92d9ae2c68 fix(desktop): open external links in system browser instead of webview (#7360) 2026-01-15 02:12:27 -06:00
Daniel Polito aa932bebbe feat(desktop): Ask Question Tool Support (#8232) 2026-01-13 12:28:08 -06:00
Adam 6d0103ecf9 feat(app): cache session-scoped stores, optional context gating 2026-01-08 17:48:15 -06:00
Justas Raudonius b7073658e2 fix(app): open links in new tab or browser (#7127) 2026-01-06 14:58:36 -06:00
Adam c9dabf9d75 fix(app): code splitting for web load perf gains 2026-01-06 08:19:17 -06:00
OpeOginni c5289bf631 Feat/clickable subtask (#6846) 2026-01-05 13:32:16 -06:00
Dax e839c1522d Permission rework (#6319)
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2026-01-01 17:54:11 -05:00
Adam 6f35b35459 feat(desktop): unified diff toggle 2025-12-31 09:23:24 -06:00
Adam 9ec4d4acfa feat(app): change server 2025-12-30 07:24:40 -06:00
Adam faf600ef90 feat(desktop): latex support 2025-12-29 09:54:22 -06:00
Adam 48b9951946 feat(desktop): permissions 2025-12-27 14:43:42 -06:00
Adam 9143e9ef2f fix(desktop): event reconnect gaps 2025-12-20 06:12:58 -06:00
Adam 4084c2fe23 chore: localStorage -> tauri store 2025-12-17 13:11:02 -06:00
Amadeus Demarzi 1d4b48b425 Diffs Performance Improvements (#5653)
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-12-17 07:33:46 -06:00
Adam 999060cc3c fix(desktop): focus prompt input after dialog close 2025-12-16 15:25:00 -06:00
Adam 057d75ac3a feat(desktop): show write tool output 2025-12-16 12:53:11 -06:00
Dax Raad 0fd9b364f9 tui: refactor dialog system to use single active dialog instead of stack 2025-12-15 19:35:18 -05:00
Dax Raad 217437d6ee tui: fix dialog replacement to prevent nested dialogs from showing simultaneously 2025-12-15 18:21:54 -05:00
Dax Raad 99d44e7635 tui: fix model selection dialog to properly replace current dialog instead of creating nested dialogs 2025-12-15 18:14:33 -05:00
Dax Raad c85c066886 fix dialog root complexity 2025-12-15 17:13:20 -05:00
Adam 57f7def3ee fix: share page 2025-12-15 10:56:07 -06:00
Adam 335ee67c91 wip(desktop): progress 2025-12-14 21:38:59 -06:00
Adam e755286636 wip(desktop): progress 2025-12-09 15:21:47 -06:00
Adam e2d86e057e fix: use diff context instead of prop drilling 2025-12-07 21:21:18 -06:00
Adam 7e071f2447 fix: useData 2025-11-26 06:03:13 -06:00
Adam 18f160c091 fix: sanitize absolute paths 2025-11-25 16:02:31 -06:00
Adam 9fc5d0b281 feat(share): SSR'd diffs 2025-11-25 07:40:16 -06:00
Dax aed647068f enterprise (#4617)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-11-21 20:41:27 -05:00