Adam
3394402aef
chore: cleanup
2026-02-18 06:32:35 -06:00
Adam
e345b89ce5
fix(app): better tool call batching
2026-02-17 15:57:50 -06:00
Adam
d327a2b1cf
chore(app): use radio group in prompt input ( #14025 )
2026-02-17 15:53:38 -06:00
Adam
3a505b2691
fix(app): virtualizer getting wrong scroll root
2026-02-17 12:57:40 -06:00
David Hill
7379903568
tui: improve modified file visibility and button spacing
...
- Replace warning yellow with distinct orange color for modified files in git diff indicators
- Increase button padding for better visual balance in session header and status popover
2026-02-17 18:39:21 +00:00
David Hill
a685e7a805
tui: show monochrome file icons by default in tree view, revealing colors on hover to reduce visual clutter and help users focus on code content
2026-02-17 18:23:04 +00:00
David Hill
0bc1dcbe1b
tweak(ui): update icon transparency
2026-02-17 17:52:29 +00:00
David Hill
a69b339baf
fix(ui): use icon-strong-base for active titlebar icon buttons
2026-02-17 17:51:49 +00:00
David Hill
26f835cdd2
tweak(ui): icon-interactive-base color change dark mode
2026-02-17 17:43:37 +00:00
David Hill
bd3d1413fd
tui: add warning icon to permission requests for better visibility
...
Adds a visual warning indicator to permission request dialogs to make
them more noticeable and help users understand when the agent needs
approval to use tools. Also improves the layout with consistent
spacing and icon alignment.
2026-02-17 17:43:37 +00:00
David Hill
2c17a980ff
refactor(ui): extract dock prompt shell
2026-02-17 17:43:37 +00:00
David Hill
b784c923a8
tweak(ui): bump button heights and align permission prompt layout
2026-02-17 17:43:37 +00:00
David Hill
652a776554
ui: add clearer 'Copy response' tooltip label for text parts
2026-02-17 15:19:30 +00:00
David Hill
1d78100f63
tweak(ui): allow full-width user message meta
...
Moves the user message meta row out of the bubble width constraints and truncates long metadata while keeping the timestamp visible with consistent middot spacing.
2026-02-17 15:16:07 +00:00
David Hill
57a5d5fd34
tweak(ui): show assistant response meta on hover
...
Adds hover-only metadata after the assistant copy icon showing agent, provider, model, and response duration.
2026-02-17 15:16:07 +00:00
David Hill
14684d8e75
tweak(ui): refine user message hover meta
...
Moves the interrupted state into the user message hover metadata and updates the copy tooltip to 'Copy message'.
2026-02-17 15:16:07 +00:00
David Hill
2cac848823
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
David Hill
5a3e0ef13a
tweak(ui): show user message meta on hover
...
Adds a hover-only metadata line under user messages showing agent, provider, model, and timestamp for quicker context.
2026-02-17 15:16:07 +00:00
David Hill
222b6cda96
tweak(ui): update magnifying-glass icon
...
Replace the magnifying-glass glyph with a 16px viewBox variant and keep default 1px stroke; adjust the titlebar search to render the icon at 16x16.
2026-02-17 14:37:44 +00:00
David Hill
ce08442732
tweak(ui): center titlebar search and soften keybind
...
Mount the titlebar search in the center area and tune its sizing/spacing; use regular weight for the keybind pill text.
2026-02-17 14:37:44 +00:00
Adam
10985671ad
feat(app): session timeline/turn rework ( #13196 )
...
Co-authored-by: David Hill <iamdavidhill@gmail.com>
2026-02-17 07:16:23 -06:00
Alex Yaroshuk
3a3aa300bb
feat(app): localize "free usage exceeded" error & "Add credits" clickable link ( #13652 )
2026-02-15 10:40:09 -06:00
Brandon Julio Thenaro
985c2a3d15
feat: Add GeistMono Nerd Font to available mono font options ( #13720 )
2026-02-15 07:44:21 -06:00
Kit Langton
d30e917385
fix(ui): support cmd-click links in inline code ( #12552 )
2026-02-13 13:57:38 -06:00
Filip
ebb907d646
fix(desktop): performance optimization for showing large diff & files ( #13460 )
2026-02-13 05:08:13 -06:00
Adam
fb7b2f6b4d
feat(app): toggle all provider models
2026-02-12 20:19:26 -06:00
Adam
dec304a273
fix(app): emoji as avatar
2026-02-12 20:05:58 -06:00
Adam
b525c03d20
chore: cleanup
2026-02-12 19:52:20 -06:00
Adam
a82ca86008
fix(app): more defensive code component
2026-02-12 10:00:58 -06:00
Adam
ecb274273a
wip(ui): diff virtualization ( #12693 )
2026-02-12 07:25:58 -06:00
Adam
5f421883a8
chore: style loading screen
2026-02-12 07:16:30 -06:00
Adam
fbabce1125
fix(app): translations
2026-02-11 11:03:35 -06:00
Adam
50f3e74d05
fix(app): task tool rendering
2026-02-10 15:28:46 -06:00
Adam
55119559b3
fix(app): don't scroll code search input
2026-02-10 20:22:31 +00:00
Adam
4a73d51acd
fix(app): workspace reset issues
2026-02-10 05:52:34 -06:00
Adam
9824370f82
chore: more defensive
2026-02-09 14:12:23 -06:00
Joseph Campuzano
373b2270e7
fix(app): make keyboard focus visible in settings ( #12612 )
2026-02-09 09:12:06 -06:00
Adam
05355a6b5c
fix(app): tooltip children focus loop
2026-02-09 07:43:36 -06:00
Adam
acc53d9f61
chore(app): cleanup
2026-02-09 07:38:06 -06:00
Adam
03f3029dc6
feat(app): polish Open in icon treatment
...
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 <86423329+edoedac0@users.noreply.github.com>
2026-02-09 07:38:05 -06:00
Anton Volkov
aed7bb8c09
chore: remove unused themes ( #12753 )
2026-02-09 13:33:00 +00:00
opencode-agent[bot]
9a7f54f21a
chore: generate
2026-02-08 17:38:44 +00:00
Kit Langton
27c8a08144
ui: default TextField copy affordance to clipboard ( #12714 )
2026-02-08 11:37:59 -06:00
Daniel Polito
71930621fd
feat(desktop): Session Review Images ( #12360 )
2026-02-06 15:01:40 -06:00
Adam
24ed2d3a1d
fix(ui): markdown table rendering
2026-02-06 13:45:48 -06:00
OpeOginni
8069197329
feat(desktop): added Macos support for displaying only installed editors & added sublime text editor ( #12501 )
2026-02-06 17:21:47 +00:00
Adam
9497cfdf45
fix(app): don't rely on metadata.summary in task tool render ( #12497 )
2026-02-06 10:54:54 -06:00
Brendan Allan
b7ad8e459c
desktop: add loading window and restructure rust ( #12176 )
2026-02-06 23:03:07 +08:00
Maharshi Patel
d4fcc1b863
fix(ui): add Windows File Explorer icon for session header ( #12386 )
2026-02-06 06:18:45 -06:00
Adam
5d92219812
fix(app): retry error unwrapping ( #12462 )
2026-02-06 05:50:38 -06:00
Adam
d7c2d5db3b
fix(app): hide prompt input when there are perms or questions ( #12339 )
2026-02-05 14:42:56 -06:00
Adam
26b786dd3f
fix(ui): toast overflow
2026-02-05 14:21:12 -06:00
Adam
b738d88ec4
feat(app): open in <app> button ( #12322 )
2026-02-05 19:55:49 +00:00
Adam
05529f66d7
fix(app): copy buttons smaller and out of the way
2026-02-05 07:03:29 -06:00
Edin
ef09dddaa5
feat(i18n): add Bosnian locale ( #12283 )
2026-02-05 06:58:14 -06:00
Adam
222bddc41a
fix(app): last turn changes rendered in review pane ( #12182 )
2026-02-04 19:50:56 +00:00
Adam
28dc5de6a8
fix(ui): review comments z-index stacking
2026-02-04 10:35:11 -06:00
Adam
a38bae684f
chore(app): don't forceMount tooltips
2026-02-03 07:01:12 -06:00
Alex Yaroshuk
ba545ba9b3
fix(app): session scroll bar color ( #11857 )
2026-02-02 17:01:47 -06:00
Filip
aadd2e13d7
fix(app): prompt input overflow issue ( #11840 )
2026-02-02 22:02:56 +00:00
Adam
c002ca03ba
feat(app): search through sessions
2026-02-02 14:26:09 -06:00
Adam
befb5d54fb
chore: cleanup
2026-02-02 14:24:25 -06:00
Adam
69f5f657f2
chore: cleanup
2026-02-02 14:24:25 -06:00
Adam
0405b425f5
feat(app): file search
2026-02-02 14:24:24 -06:00
Adam
70cf609ce9
Revert "feat(ui): Select, dropdown, popover styles & transitions ( #11675 )"
...
This reverts commit 377bf7ff21 .
2026-02-02 14:24:24 -06:00
Adam
2f76b49df3
Revert "feat(ui): Smooth fading out on scroll, style fixes ( #11683 )"
...
This reverts commit e445dc0746 .
2026-02-02 14:24:24 -06:00
Adam
f1e0c31b8f
fix(app): button heights
2026-02-02 14:24:23 -06:00
Adam
30a25e4edc
fix(app): user messages not rendering consistently
2026-02-02 14:24:23 -06:00
Adam
ea1aba4192
feat(app): project context menu on right-click
2026-02-02 14:24:22 -06:00
Filip
b9aad20be6
fix(app): open project search ( #11783 )
2026-02-02 12:15:53 -06:00
OpeOginni
37979ea44f
feat(app): enhance responsive design with additional breakpoints for larger screen layout adjustments ( #10459 )
...
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-02 06:06:45 -06:00
OpeOginni
50b5168c16
fix(desktop): added inverted svg for steps expanded for nice UX ( #10462 )
...
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-02 06:03:55 -06:00
Sam Huckaby
43bb389e35
Fix(app): the Vesper theme's light mode ( #9892 )
2026-02-02 11:30:44 +00:00
Lucio Delelis
985090ef3c
fix(ui): adjusts alignment of elements to prevent incomplete scroll ( #11649 )
2026-02-02 05:20:30 -06:00
opencode-agent[bot]
fa75d922ed
chore: generate
2026-02-02 00:18:42 +00:00
Aaron Iker
e445dc0746
feat(ui): Smooth fading out on scroll, style fixes ( #11683 )
2026-02-02 01:18:06 +01:00
opencode-agent[bot]
e84d441b82
chore: generate
2026-02-02 00:17:54 +00:00
Aaron Iker
377bf7ff21
feat(ui): Select, dropdown, popover styles & transitions ( #11675 )
2026-02-02 01:17:14 +01:00
Filip
3e67104257
fix(app): show retry status only on active turn ( #11543 )
2026-02-01 06:42:33 -06:00
Filip
e5f677dfb5
fix(app): rendering question tool when the step are collapsed ( #11539 )
2026-01-31 18:25:06 -06:00
Adam
a552652fcc
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]
fe66ca163c
chore: generate
2026-01-30 17:58:31 +00:00
Aaron Iker
20619a6a26
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
60de810d9a
fix(app): dialog not closing
2026-01-29 20:26:35 -06:00
Devin Griffin
a7d7f5bb07
fix(app): make settings more responsive for mobile and small web/desktop ( #10775 )
2026-01-28 21:20:34 -06:00
Max Kong
90a7e3d64e
fix(ui): improve zh duration display formatting ( #10844 )
2026-01-28 16:53:37 -06:00
Max Kong
33dc70b754
fix(opencode): normalize zh punctuation for Chinese UI ( #10842 )
2026-01-28 16:52:04 -06:00
GitHub Action
832bbba616
chore: generate
2026-01-28 22:51:20 +00:00
Alex Yaroshuk
36df0d823a
fix(app): alignment and padding in dialogs ( #10866 )
2026-01-28 16:50:00 -06:00
zerone0x
9424f829eb
fix(ui): allow KaTeX inline math to be followed by punctuation ( #11033 )
2026-01-28 16:44:35 -06:00
Nattawee Phantawong
775d288027
feat(i18n): add th locale support ( #10809 )
2026-01-28 08:10:50 -06:00
adamelmore
33d400c567
fix(app): spinner color
2026-01-27 15:59:01 -06:00
David Hill
f2bf620206
fix(app): highlight selected change
...
Track clicked file in the Changes tree and apply selection styling to the matching review diff.
2026-01-27 20:22:05 +00:00
adamelmore
07d84fe008
feat(app): show loaded agents.md files
2026-01-27 11:38:37 -06:00
adamelmore
099ab929db
chore(app): cleanup tailwind vs pure css
2026-01-27 08:43:37 -06:00
David Hill
c68261fc06
fix(ui): add max-width 280px to tabs with text truncation
2026-01-27 14:04:10 +00:00
David Hill
3862b1aeda
fix(ui): set filetree tablist height to 48px with centered content
2026-01-27 14:04:10 +00:00
adamelmore
58b9b54600
feat(app): forward and back buttons
2026-01-27 06:29:18 -06:00
David Hill
9d1cf98192
fix: search clear icon
2026-01-26 15:35:09 -06:00
David Hill
f4392e023a
fix(app): tighten filetree row spacing
2026-01-26 19:47:58 +00:00
David Hill
0dcb850a7a
fix(ui): scope filetree pill tabs styling
2026-01-26 19:47:58 +00:00
David Hill
c551f7e47b
fix(ui): reduce dialog transition in time to 150ms
2026-01-26 19:47:58 +00:00
David Hill
7caf59b433
fix(ui): prevent double-close and fix dialog replacement
2026-01-26 19:47:57 +00:00
David Hill
92229b44f8
feat(ui): add optional transition animations to dialog
2026-01-26 19:47:57 +00:00
David Hill
ecd04a118a
feat(ui): add models icon and use in settings
2026-01-26 19:47:57 +00:00
David Hill
6f3d413472
feat(ui): add providers icon and use in settings
2026-01-26 19:47:57 +00:00
David Hill
810bc012b6
fix(ui): update button styles and disconnect button size
2026-01-26 19:47:57 +00:00
adamelmore
d4e3acf17e
fix(app): session sync issue
2026-01-26 13:36:36 -06:00
adamelmore
04337f6202
chore: cleanup
2026-01-26 13:03:34 -06:00
adamelmore
97aec21cb3
chore(app): missing i18n strings
2026-01-26 13:03:34 -06:00
adamelmore
37f1a1a4ef
chore: cleanup
2026-01-26 11:07:52 -06:00
adamelmore
b8e8d82323
chore: cleanup
2026-01-26 11:07:52 -06:00
adamelmore
801eb5d2cb
wip(app): file tree mode
2026-01-26 11:07:52 -06:00
adamelmore
ebeed03115
wip(app): file tree mode
2026-01-26 11:07:51 -06:00
Rahul A Mistry
783121c06e
fix(ui): use focus-visible instead of focus to prevent sticky hover effect on click ( #10651 )
2026-01-26 10:58:29 -06:00
Sam Huckaby
7fcdbd155b
fix(app): Order themes alphabetically ( #10698 )
2026-01-26 10:55:43 -06:00
adamelmore
7016be0739
wip(app): full-height sidebar
2026-01-26 09:33:42 -06:00
adamelmore
6c1e18f111
fix(app): line selection waits on ready
2026-01-26 08:15:00 -06:00
adamelmore
a5b72a7d99
fix(ui): tab click hit area
2026-01-25 20:32:59 -06:00
adamelmore
5369e96ab7
fix(app): line selection colors
2026-01-25 19:07:24 -06:00
adamelmore
14b00f64a7
fix(app): escape should always close dialogs
2026-01-25 12:17:35 -06:00
GitHub Action
b982ab2fbc
chore: generate
2026-01-25 17:26:11 +00:00
adamelmore
9a89cd91d7
fix(app): line selection styling
2026-01-25 11:25:31 -06:00
adamelmore
65ac318282
fix(app): user message fade
2026-01-25 11:25:31 -06:00
adamelmore
471fc06f01
chore(app): visual cleanup
2026-01-25 10:48:20 -06:00
adamelmore
4c2d597ae6
fix(app): line selection colors
2026-01-25 10:30:10 -06:00
adamelmore
2b07291e17
fix(app): scroll to comment on click
2026-01-25 10:30:10 -06:00
GitHub Action
d25120680d
chore: generate
2026-01-25 14:07:33 +00:00
Devin Griffin
a900c89245
fix(app): mobile horizontal scrolling due to session stat btn ( #10487 )
2026-01-25 08:06:56 -06:00
Rahul A Mistry
caecc7911d
fix(app): cursor on resize ( #10293 )
2026-01-25 08:04:25 -06:00
adamelmore
e9152b174f
fix(app): comment line placement in diffs
2026-01-25 06:50:27 -06:00
adamelmore
ddc4e89359
fix(app): cleanup comment component usage
2026-01-25 06:20:50 -06:00
Rahul A Mistry
399fec770f
fix(app): markdown rendering with morphdom for better dom functions ( #10373 )
2026-01-24 18:29:58 -06:00
GitHub Action
e1fe86e6d7
chore: generate
2026-01-24 23:10:03 +00:00
David Hill
93e948ae12
fix(ui): ensure comment popover appears above other comment icons
2026-01-24 23:09:22 +00:00
David Hill
8714b1a3ac
add active state to comment cards in prompt input
2026-01-24 23:09:22 +00:00
David Hill
4ded06f05d
update: theme variables
2026-01-24 23:09:22 +00:00
GitHub Action
1269766cb8
chore: generate
2026-01-24 22:58:15 +00:00
adamelmore
ae11cad13b
fix: type error
2026-01-24 16:57:38 -06:00
adamelmore
10d227b8d6
fix(ui): tab focus state
2026-01-24 16:57:38 -06:00
adamelmore
d97cd56867
fix(ui): popover exit ux
2026-01-24 16:57:38 -06:00
David Hill
fba77a364c
fix(ui): prevent tooltip fade when forceOpen is true
2026-01-24 22:29:38 +00:00
David Hill
3d956c5f7e
fix(ui): show 'Copied' tooltip instantly when copy button clicked
2026-01-24 22:25:20 +00:00
David Hill
4a4c1b31a7
fix(ui): update copy button tooltip gutter and label to 'Copy link'
2026-01-24 22:22:01 +00:00
David Hill
30111d2b16
fix(ui): prevent focus on share popover text field
2026-01-24 22:17:59 +00:00
David Hill
b695216063
fix(ui): align list search input width with list items
2026-01-24 22:11:31 +00:00
David Hill
c2ec608212
feat(ui): add link icon and use it for copy-to-clipboard buttons
...
Replace copy icon with new link icon in share URL copy button
and TextField copyable button for better visual indication.
2026-01-24 22:02:09 +00:00
David Hill
8845f2b926
feat(ui): add onFilter callback to List, discard add server row when searching
2026-01-24 22:02:09 +00:00
David Hill
02aea77e92
feat(app): update manage servers dialog styling and behavior
2026-01-24 22:02:08 +00:00
David Hill
2c620e1742
fix(app): update status popover styling and positioning
2026-01-24 22:02:08 +00:00
adamelmore
847a7ca009
fix(app): don't show scroll to bottom if no scroll
2026-01-24 15:01:17 -06:00
adamelmore
41f2653a30
fix(app): prompt submission failing on first message
2026-01-24 13:15:34 -06:00
GitHub Action
b3901ac38b
chore: generate
2026-01-24 18:59:51 +00:00
David Hill
48236ee0ef
feat(ui): add critical shadow for comment input validation, set editor popover radius to 14px
2026-01-24 18:59:07 +00:00
David Hill
e2bffc29f2
fix(ui): change read-only comment popover border-radius to 8px
2026-01-24 18:59:07 +00:00
David Hill
0d41f1fc24
fix(ui): remove unnecessary !important from diff selection styles
2026-01-24 18:59:07 +00:00
David Hill
363ff153a4
fix(ui): fix selected line number color in diff view for light/dark mode
2026-01-24 18:59:07 +00:00
adamelmore
1080f37f9c
fix(app): don't use findLast
2026-01-24 12:41:50 -06:00
adamelmore
d90b4c9ebd
fix(app): line selection ux
2026-01-24 12:41:50 -06:00
adamelmore
42b802b688
fix(app): line selection ux fixes
2026-01-24 12:41:50 -06:00
Joseph Campuzano
15801a01ba
fix: add state to pause existing audio for demo menus, add support fo… ( #10428 )
2026-01-24 12:16:53 -06:00
OpeOginni
67ea21b55a
feat(web): implement new server management for web and desktop ( #8513 )
2026-01-24 12:03:36 -06:00
Britt
f4cf3f4976
fix(web): construct apply_patch metadata before requesting permission ( #10422 )
2026-01-24 12:00:21 -06:00
adamelmore
6d8e994383
fix(app): line selection fixes
2026-01-24 09:09:27 -06:00
Rahul A Mistry
91287dd7bc
fix(app): tooltip text in light mode to use inverted neutral scale ( #9786 )
2026-01-24 07:17:20 -06:00
adamelmore
da8f3e92a7
perf(app): better session stream rendering
2026-01-24 07:00:41 -06:00
GitHub Action
04b511e1fe
chore: generate
2026-01-24 12:50:47 +00:00
adamelmore
456469d541
fix(app): tool details indentation
2026-01-24 06:50:01 -06:00
adamelmore
d96877f173
fix(app): sticky header top
2026-01-24 06:50:01 -06:00
Ariane Emory
98b66ff933
feat(desktop): add Iosevka as a font choice ( resolves #10103 ) ( #10347 )
2026-01-24 06:28:58 -06:00
Devin Griffin
d5f78a7278
fix(app): Fix plan mode btn keyboard a11y issues ( #10330 )
2026-01-24 06:27:09 -06:00
David Hill
0cc206a1a5
update: border radius on popover card
2026-01-24 06:18:56 +00:00
David Hill
d4443d79c7
update: border variable
2026-01-24 06:18:55 +00:00
David Hill
c9215e8dc3
fix(ui): style review tab comment button to match file tab - blue background, white comment icon
2026-01-24 06:18:55 +00:00
David Hill
40ab6ac862
fix(ui): use shadow-lg-border-base on read-only comment popovers and align label spacing
2026-01-24 06:18:55 +00:00
David Hill
0a9f51f87f
fix(ui): position read-only comment popover below icon with 4px gutter
2026-01-24 06:18:55 +00:00
David Hill
af6bd9d3b1
fix(ui): style comment popovers - 14px radius, move label below, use text-weak for label, text-strong 14px for comment
2026-01-24 06:18:55 +00:00
David Hill
c66da17364
fix(ui): move filename and line count below comment text in popovers
2026-01-24 06:18:55 +00:00
David Hill
1476c4ca49
fix(app): add shadow-xs-border with hover state to comment card
2026-01-24 06:18:55 +00:00
David Hill
d3490cfd29
feat(ui): add close-small icon and use it for comment card dismiss button
2026-01-24 06:18:55 +00:00
David Hill
2daa3652bb
fix(ui): add button-primary-base variable and use primary variant for Comment button
2026-01-24 06:18:54 +00:00
David Hill
ae84e9909a
fix(app): improve comment popup styling and add new comment icon
2026-01-24 06:18:54 +00:00
Rahul A Mistry
e376e1de16
fix(app): enable dialog dismiss on model selector (dialog.tsx) ( #10203 )
2026-01-23 04:55:00 -06:00
Adam
82f718b3cf
wip(app): line selection
2026-01-22 22:12:12 -06:00
Adam
0eb523631d
wip(app): line selection
2026-01-22 22:12:12 -06:00
Adam
99e15caaf6
wip(app): line selection
2026-01-22 22:12:12 -06:00
Adam
1e1872aada
wip(app): line selection
2026-01-22 22:12:12 -06:00
Adam
cb481d9ac8
wip(app): line selection
2026-01-22 22:12:12 -06:00
Adam
0ce0cacb28
wip(app): line selection
2026-01-22 22:12:12 -06:00
Adam
640d1f1ecc
wip(app): line selection
2026-01-22 22:12:12 -06:00
Alex Yaroshuk
3c7d5174b3
fix(ui): prevent copy buttons from stealing focus from prompt input ( #10084 )
2026-01-22 12:37:13 -06:00
Ygor Simões
32f72f49a8
feat(i18n): add br locale support ( #10086 )
2026-01-22 12:36:33 -06:00
Shubh Porwal
923e3da973
feat(ui): add aura theme ( #10056 )
2026-01-22 12:28:41 -06:00
Adam
9802ceb94f
chore: cleanup
2026-01-22 12:22:10 -06:00
Adam
62115832f5
feat(app): render audio players in session review
2026-01-22 12:22:10 -06:00
Adam
496bbd70f4
feat(app): render images in session review
2026-01-22 12:22:10 -06:00
Ryan Miville
9aa54fd71b
fix(app): support ctrl-n/p in lists ( #10036 )
2026-01-22 08:33:35 -06:00
Adam
8e3b459d77
fix(app): hover-card scrolling
2026-01-22 07:16:02 -06:00
GitHub Action
b59f3e6811
chore: generate
2026-01-22 12:47:58 +00:00
Sondre
8427f40e8d
feat: Add support for Norwegian translations ( #10018 )
2026-01-22 06:47:19 -06:00
Adam
fb007d6bab
feat(app): copy buttons for assistant messages and code blocks
2026-01-22 06:29:38 -06:00
Adam
d9b9485019
fix(app): a11y translations
2026-01-22 05:36:38 -06:00
GitHub Action
d14735ef4b
chore: generate
2026-01-22 11:11:32 +00:00
Nolan Darilek
3435327bc0
fix(app): session screen accessibility improvements ( #9907 )
2026-01-22 05:10:53 -06:00
Shoubhit Dash
c737776958
refactor(desktop): move markdown rendering to rust ( #10000 )
2026-01-22 04:48:39 -06:00
David Hill
cf1fc02d27
update jump to latest button with circular design and animation
...
- add arrow-down-to-line icon
- circular 32px button centered above prompt input
- fade/scale/translate animation on show/hide
- fix duplicate language.ru keys in i18n files
2026-01-22 09:41:28 +00:00
NourEldin Osama
ba2e35e29c
feat(i18n): add Arabic language support ( #9947 )
2026-01-22 02:14:01 -06:00
Adam
877b0412c9
fix(app): use message diffs, not session diffs
2026-01-21 18:18:57 -06:00
Suad Wolgram
936f3ebe95
feat(ui): add gruvbox theme (Web/App) ( #9855 )
2026-01-21 15:34:27 -06:00
Alex Yaroshuk
23daac2170
feat(i18n): add Traditional Chinese language support & rename 'Chinese' to 'Chinese (Simplified)' ( #9887 )
2026-01-21 15:33:26 -06:00
Alex Yaroshuk
383c2787f9
feat(i18n): add Russian language support ( #9882 )
2026-01-21 15:30:12 -06:00
Filip
5ca28b6454
feat(app): polish translations ( #9884 )
2026-01-21 15:04:25 -06:00
Adam
b7b2eae20c
fix(web): favicon rename again
2026-01-21 14:36:21 -06:00
Adam
6d656e4827
fix(app): querySelector errors, more defensive scroll-to-item
2026-01-21 14:21:59 -06:00
Daniel Polito
df2ed99231
fix(desktop): Navigation with Big Sessions ( #9529 )
2026-01-21 13:01:18 -06:00
Adam
c69e3bbde7
fix(app): auto-scroll ux
2026-01-21 12:53:24 -06:00
Adam
cd34f5e07c
feat(app): new sound effects, downmixed to mono
2026-01-21 11:14:11 -06:00
Adam
b746c006cf
feat(app): new sounds
2026-01-21 11:14:11 -06:00
Ronan Kearns
6ac8c85b34
feat(app): model tooltip metadata in chooser (per Figma request) ( #9707 )
2026-01-21 09:25:34 -06:00
Adam
8b0353cb2a
feat(app): danish translations
2026-01-21 05:50:25 -06:00
Adam
4a386906dd
feat(app): japanese translations
2026-01-21 05:50:25 -06:00
Adam
efff52714d
feat(app): french translations
2026-01-21 05:50:25 -06:00
Adam
09a9556c70
feat(app): spanish translations
2026-01-21 05:24:38 -06:00
Adam
118b4f65da
feat(app): german translations
2026-01-21 05:24:38 -06:00
Adam
e6438aa3f6
feat(app): korean translations
2026-01-21 05:24:38 -06:00
Ronan Kearns
996eeb1f68
feat(app): add manage models icon to selector (per Figma request) ( #9722 )
2026-01-21 04:44:17 -06:00
zerone0x
2e5fe6d5c8
fix(ui): preserve filename casing in edit/write tool titles ( #9752 )
2026-01-21 04:41:45 -06:00
yash
3723e1b8d2
fix: correct dot prefix display in directory names for RTL text rendering issue #9579 ( #9591 )
2026-01-20 20:36:41 -06:00
GitHub Action
bb8bf32abe
chore: generate
2026-01-20 23:58:59 +00:00
Adam
6037e88ddf
wip(app): i18n
2026-01-20 17:58:06 -06:00
Adam
b13c269162
wip(app): i18n
2026-01-20 17:58:06 -06:00
Adam
ef36af0e55
wip(app): i18n
2026-01-20 17:58:06 -06:00
Adam
92beae1410
wip(app): i18n
2026-01-20 17:58:06 -06:00
David Hill
3b46f90124
fix: icon size in sidbar
2026-01-20 22:04:13 +00:00
Adam
a0636fcd50
fix(app): auto-scroll ux
2026-01-20 22:04:13 +00:00
David Hill
7be6671e6e
refactor Select component to use settings variant for settings modal styling
2026-01-20 21:53:17 +00:00
David Hill
575cc59b37
fix: increase sidebar icon size by removing 16px constraint
2026-01-20 21:53:17 +00:00
David Hill
de87694867
fix: resolve Select children type conflict with ButtonProps
2026-01-20 21:09:20 +00:00
David Hill
ecd28fd520
fix: prompt agent button style
2026-01-20 21:08:50 +00:00
David Hill
bf9047ccd1
fix settings sidebar active tab hover to use consistent background
2026-01-20 21:08:50 +00:00
David Hill
7eb724f4e9
fix: dialog shadow
2026-01-20 20:34:46 +00:00
David Hill
7653e2d4d8
update: add new border and shadow style
2026-01-20 20:34:45 +00:00
David Hill
73b1bc42f4
increase specificity of select trigger hover/expanded states
2026-01-20 20:34:45 +00:00
David Hill
3eea1d424e
set select trigger value font weight to regular
2026-01-20 20:34:45 +00:00
David Hill
1092cf4034
increase gap between label and icon in select trigger to 12px
2026-01-20 20:34:45 +00:00
David Hill
0c270b4743
reset select trigger to default state after selection
2026-01-20 20:34:45 +00:00
David Hill
715860f997
set default select trigger background to transparent
2026-01-20 20:34:45 +00:00
David Hill
26f66b5f5d
update: color token
2026-01-20 20:34:45 +00:00
David Hill
f250a229c9
update select trigger icon styling and spacing
2026-01-20 20:34:45 +00:00
David Hill
c2c2bb1fa9
add 4px left padding to sidebar section title
2026-01-20 20:34:45 +00:00
David Hill
19ac6f1948
set hover background of active sidebar item to surface-raised-base
2026-01-20 20:34:45 +00:00
David Hill
0d9ce6ad7b
set settings sidebar width to 200px
2026-01-20 20:34:45 +00:00
David Hill
2b95956132
add x-large dialog size and use it for settings modal
2026-01-20 20:34:45 +00:00
David Hill
36bbe809fa
add 4px gutter between select trigger and dropdown
2026-01-20 20:34:45 +00:00
David Hill
a8113ee0df
update select trigger and dropdown styling
2026-01-20 20:34:45 +00:00
David Hill
bcb8d970f1
add selector icon and use it for select dropdown trigger
2026-01-20 20:34:44 +00:00
David Hill
c57491ba48
add triggerStyle prop to Select and use it for font selector
2026-01-20 20:34:44 +00:00
David Hill
9ffb7141e5
set select dropdown border-radius to 8px
2026-01-20 20:34:44 +00:00
David Hill
f3b0f312bf
adjust select dropdown positioning and padding structure
2026-01-20 20:34:44 +00:00
David Hill
09a6107649
set select dropdown min-width to 180px
2026-01-20 20:34:44 +00:00
David Hill
af8d91117c
update select item styling: 4px radius, default cursor, 8px 2px padding
2026-01-20 20:34:44 +00:00
David Hill
0ffc2c2b39
increase select dropdown padding to 4px
2026-01-20 20:34:44 +00:00
David Hill
ecae24f426
use medium font weight for settings tab labels
2026-01-20 20:34:44 +00:00
David Hill
745206ffbb
increase gap between icon and label in settings tabs to 12px
2026-01-20 20:34:44 +00:00
David Hill
83557e9b66
add keyboard icon and use it for Shortcuts settings tab
2026-01-20 20:34:44 +00:00
David Hill
1a4abe85e8
add sliders icon and use it for General settings tab
2026-01-20 20:34:44 +00:00
David Hill
175313922b
use active background color for selected settings tab
2026-01-20 20:34:44 +00:00
David Hill
74ad6dd4c9
update settings tabs layout and spacing
2026-01-20 20:34:44 +00:00
Adam
1d6f650f53
fix(app): ayu theme colors
2026-01-20 13:59:04 -06:00
Adam
0b9b85ea6e
wip(app): ayu colors
2026-01-20 13:59:04 -06:00
Adam
5521d66bb8
wip(app): ayu colors
2026-01-20 13:59:04 -06:00
drunkpiano
156ce54362
fix(ui): prevent Enter key action during IME composition ( #9564 )
2026-01-20 13:01:56 -06:00
zerone0x
a3a06ffc4f
fix(ui): show filename in Edit/Write permission titles ( #9662 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-20 11:14:47 -06:00
Adam
5f67e6fd12
fix(app): don't jump accordion on expand/collapse
2026-01-20 10:54:04 -06:00
GitHub Action
47fa496701
chore: generate
2026-01-20 13:34:20 +00:00
Adam
340285575b
chore: cleanup
2026-01-20 07:33:44 -06:00
Adam
dd5b5f5482
chore: cleanup
2026-01-20 07:33:44 -06:00
Adam
8bcbfd6396
wip(app): settings
2026-01-20 07:33:44 -06:00
Adam
5145b72c4a
chore: cleanup
2026-01-20 05:37:15 -06:00
Adam
347cd8ac63
chore: cleanup
2026-01-20 05:35:24 -06:00
Adam
353115a895
fix(app): user message expand on click
2026-01-20 05:21:33 -06:00
David Hill
7f9ffe57f9
update thinking text styling in desktop app
2026-01-20 00:42:55 +00:00
David Hill
a05c334702
retain session hover state when popover open and update border radius
2026-01-20 00:24:51 +00:00
David Hill
cf284e32aa
update session hover popover styling
2026-01-20 00:21:11 +00:00
Adam
bec294b781
fix(app): remove copy button from summary
2026-01-19 16:13:16 -06:00
Adam
79ae749ed8
fix(app): don't change resize handle on hover
2026-01-19 15:28:37 -06:00
Adam
3173ba1288
fix(app): fade under sticky elements
2026-01-19 14:59:50 -06:00
Filip
d19e76d96c
fix: keyboard nav when mouse hovered over list ( #9500 )
2026-01-19 14:43:32 -06:00
Ryan Vogel
889c60d63b
fix(web): rename favicons to v2 for cache busting ( #9492 )
2026-01-19 15:04:59 -05:00
Adam
092428633f
fix(app): layout jumping
2026-01-19 11:44:20 -06:00
David Hill
b72a00eaa3
fix text field border showing through focus ring
2026-01-19 17:10:27 +00:00
David Hill
2dbdd18483
add hover overlay with upload/trash icons to project icon in edit dialog
2026-01-19 17:10:27 +00:00
David Hill
c7f0cb3d2d
fix: remove focus outline from dropdown menu
2026-01-19 17:10:26 +00:00
Adam
eb779a7cc5
chore: cleanup
2026-01-19 10:55:57 -06:00
Adam
c720a2163c
chore: cleanup
2026-01-19 10:55:57 -06:00
Adam
7811e01c8e
fix(app): new layout improvements
2026-01-19 10:55:57 -06:00
Adam
befd0f1636
feat(app): new session layout
2026-01-19 10:55:57 -06:00
Adam
1f11a8a6ea
feat(app): improved session layout
2026-01-19 10:55:57 -06:00
GitHub Action
453417ed47
chore: generate
2026-01-19 16:46:09 +00:00
Joseph Campuzano
72cb7ccc00
fix(app): list component jumping when mouse happens to be under the list and keyboard navigating. ( #9435 )
2026-01-19 10:43:27 -06:00
Adam
dca2540ca7
chore: cleanup
2026-01-19 07:35:52 -06:00
Aiden Cline
b7ad6bd839
feat: apply_patch tool for openai models ( #9127 )
2026-01-18 00:35:09 -06:00
David Hill
389d97ece9
fix: adjust project path tooltip placement
...
Move the desktop project path tooltip above the header and tune spacing/offset; add content style hooks to Tooltip for max-width and horizontal shift.
2026-01-18 00:48:49 +00:00
David Hill
0384e6b0e1
fix: update desktop initializing splash logo
2026-01-17 21:46:23 +00:00
Slone
07dc8d8ce4
fix: escape CSS selector keys to handle special characters ( #9030 )
2026-01-17 05:48:38 -06:00
David Hill
38847e13bb
fix: truncate long search queries in empty state
2026-01-17 00:55:13 +00:00
David Hill
e0c6459faa
fix: remove smooth scroll behavior from list component
2026-01-17 00:55:13 +00:00
David Hill
d23c21023a
fix: refine search modal styling and list component
2026-01-17 00:55:13 +00:00
David Hill
6f78a71fa7
feat: add hideIcon and class options to List search, customize search modal input
2026-01-17 00:55:13 +00:00
David Hill
1250486ddf
feat: add Keybind component for displaying keyboard shortcuts
2026-01-17 00:55:13 +00:00
David Hill
d645e8bbe1
fix: (desktop) command palette width
2026-01-17 00:55:13 +00:00
Daniel Polito
c325aa1142
fix(desktop): Stream bash output + strip-asni ( #8961 )
2026-01-16 17:00:56 -06:00
Adam
360765c591
fix(app): center dialog on page instead of session
2026-01-16 14:33:32 -06:00
Adam
0866034946
feat(app): edit project and session titles
2026-01-16 13:55:59 -06:00
GitHub Action
efaf854e09
chore: generate
2026-01-16 11:59:12 +00:00
David Hill
416f419a81
fix: add default icon to sessions
2026-01-16 11:55:15 +00:00
David Hill
3ba03a97dc
fix: search bar size and padding, and shortcut style
2026-01-16 11:55:15 +00:00
David Hill
b1a22e08f5
fix: avatar radius and current project
2026-01-16 11:55:15 +00:00
outside.observer
83ed1adcbd
feat: add Carbonfox theme ( #8723 )
2026-01-15 16:02:29 -06:00
David Hill
0f7b17b1b4
fix: thinking animation opacity and design
2026-01-15 20:42:14 +00:00
Adam
7e016fdda6
chore: cleanup
2026-01-15 13:34:53 -06:00
dbpolito
4b2a14c154
chore(desktop): Question Tools Updates
2026-01-15 13:17:31 -06:00
David Hill
8cba7d7f53
fix: tooltips cleanup
2026-01-15 19:15:21 +00:00
Adam
076dfb3752
chore: cleanup
2026-01-15 07:29:13 -06:00
Adam
679270d9e0
feat(app): new layout
2026-01-15 07:29:13 -06:00
Turcu Laurentiu
779610d668
fix(desktop): open external links in system browser instead of webview ( #7360 )
2026-01-15 02:12:27 -06:00
Ryan Vogel
3206ed47e0
feat(console): add OG image and SEO meta tags for /black page ( #8506 )
2026-01-14 11:20:50 -06:00
Andrew Jazbec
05cbb11709
fix(ui): layout-bottom icons ( #8330 )
2026-01-14 07:25:09 -06:00
Filip
ee6ca104e5
fix(app): file listing ( #8309 )
2026-01-14 07:09:36 -06:00
Daniel Polito
3600bd27f4
feat(desktop): Ask Question Tool Support ( #8232 )
2026-01-13 12:28:08 -06:00
GitHub Action
92089bb295
chore: generate
2026-01-13 18:27:28 +00:00
cmdr-chara
a70932f742
feat: add Undertale and Deltarune built-in themes ( #8240 )
2026-01-13 12:26:45 -06:00
Daniel Polito
217cf24c3c
fix(desktop): Revert provider icon on select model dialog ( #8245 )
2026-01-13 12:26:21 -06:00
Daniel Polito
528291532b
feat(desktop): Adding Provider Icons ( #8215 )
2026-01-13 09:41:35 -06:00
GitHub Action
067338bc25
chore: generate
2026-01-13 14:17:35 +00:00
OpeOginni
736cd10847
fix(ui): track memo-based items in useFilteredList without affecting async function based lists ( #8216 )
...
Co-authored-by: neriousy <neriousy@users.noreply.github.com>
2026-01-13 08:16:57 -06:00
Adam
f3b7d2f786
fix(app): file search
2026-01-13 06:55:21 -06:00
Adam
d7a1c268d9
fix(app): sanitize markdown -> html
2026-01-12 15:50:24 -06:00
GitHub Action
64f0205f97
chore: generate
2026-01-12 21:27:36 +00:00
OpeOginni
b3a1360ad9
feat(dialog-select-server): add icon button for server removal ( #8053 )
2026-01-12 15:26:58 -06:00
Daniel Polito
b4f33485a7
fix(desktop): Improve User Message Badges for Big Titles and Small Screens ( #8037 )
2026-01-12 14:22:03 -06:00
Daniel Polito
3e9366487a
feat(desktop): User Message Badges on Hover ( #7835 )
2026-01-11 14:14:26 -06:00
Daniel Polito
025ed04da0
feat(desktop): Image Preview support for Image Attachments ( #7841 )
2026-01-11 14:12:52 -06:00
Daniel Polito
50ed4c6b5d
feat(deskop): Add Copy to Messages ( #7658 )
2026-01-10 16:01:23 -06:00
zerone0x
b6b0097755
fix(ui): allow text editing shortcuts in search dialogs on macOS ( #7419 )
2026-01-10 08:53:52 -06:00
Daniel Polito
afb1cad26d
fix(desktop): Allow Selecting Card Errors ( #7506 )
2026-01-10 08:52:11 -06:00
Adam
6da60bd5d9
fix(app): more defensive dom access
2026-01-09 19:53:03 -06:00
GitHub Action
bce9dc040f
chore: generate
2026-01-09 17:03:51 +00:00
adamelmore
44297ffe78
fix(app): break words in user message
2026-01-09 11:03:11 -06:00
adamelmore
ec828619ca
fix(app): more defensive todo access
2026-01-09 06:02:45 -06:00