Commit graph

1413 commits

Author SHA1 Message Date
David Hill
0fc4a73553 tweak(ui): use new-session icon in sidebar buttons 2026-03-13 00:04:43 +00:00
David Hill
77b49135de fix(app): avoid clipping new session during sidebar anim 2026-03-12 23:40:09 +00:00
David Hill
d89b652163 fix(app): animate titlebar controls on sidebar open 2026-03-12 23:23:03 +00:00
David Hill
d86b00ebd0 tui: remove shell/normal mode toggle from prompt input
Users no longer need to manually switch between shell and normal modes as the agent now automatically determines the appropriate mode based on context.
2026-03-12 17:23:05 +00:00
David Hill
69e3924aaf tui: fix status indicator positioning for better visual alignment 2026-03-12 17:13:39 +00:00
David Hill
d0b4c5d3d7 fix(app): normalize open app icon sizing 2026-03-12 16:40:02 +00:00
David Hill
d25e9426fd fix(app): adjust open dropdown spacing 2026-03-12 14:02:43 +00:00
David Hill
c12b2b75bb fix(app): tone down search shortcut color 2026-03-12 12:58:20 +00:00
David Hill
23980fb62d fix(ui): stabilize dropdown menu item layout 2026-03-12 12:56:03 +00:00
David Hill
e7988d9e12 fix(app): tighten open button spacing 2026-03-12 12:42:24 +00:00
David Hill
7242d572ba fix(app): keep server tooltip on one line 2026-03-12 12:31:16 +00:00
David Hill
f0bc54f096 fix(app): truncate server row in status popover 2026-03-12 12:28:33 +00:00
David Hill
08d090b10a feat(app): add status tooltip 2026-03-12 12:17:01 +00:00
David Hill
648e64082b feat(app): add status titlebar icon with health badge 2026-03-12 12:13:28 +00:00
David Hill
4b1e6ac557 feat(app): refresh titlebar icons
Swap titlebar controls to the new terminal/review/file tree/sidebar/new session icons with explicit active variants, and style navigation-active titlebar buttons via aria-current.
2026-03-12 11:07:31 +00:00
David Hill
719828958b revert(app): remove shared link button in session header
Drop the inline share-url copy icon next to session context, returning the session header controls to context + options only.
2026-03-11 16:46:25 +00:00
David Hill
fe4d4a7a3a feat(app): add shared link button in session header
When a session is published, show a link icon next to context that copies the share URL with a transient check + tooltip, and animate the header controls to make room for it.
2026-03-11 16:06:00 +00:00
David Hill
d2747d70d6 fix(app): keep session options button active while sharing
Avoid a one-frame active-state flicker when transitioning from the options dropdown to the share popover by treating the pending-share state as active until the popover opens.
2026-03-11 15:45:06 +00:00
David Hill
5ca2dc87b7 fix(app): move session share into options menu
Remove the title bar share control and surface sharing from the session options dropdown, opening the share popover in-place after selection to avoid flicker and keep consistent dismissal behavior.
2026-03-11 15:39:59 +00:00
Shoubhit Dash
7291e28273
perf(app): trim session render work (#16987) 2026-03-11 18:19:17 +05:30
Adam
89bf199c07
chore(app): fix tests 2026-03-10 19:03:44 -05:00
Adam
f5d7fe3072
chore: cleanup 2026-03-10 13:00:14 -05:00
Adam
835a27cf51
fix(app): terminal jank 2026-03-10 13:00:14 -05:00
Adam
85afaaa13d
fix(app): terminal focus issues and jank 2026-03-10 13:00:14 -05:00
Adam
5ec5d1dace
chore(app): debug window 2026-03-10 07:05:54 -05:00
Adam
ee18c9976e
chore(app): dev stats 2026-03-09 15:57:24 -05:00
Adam
794532928f
fix(app): terminal state corruption 2026-03-09 15:28:35 -05:00
opencode
c6262f9d40 release: v1.2.24 2026-03-09 16:09:34 +00:00
Adam
b749fa90f2
fix(app): scroll jitter/loop 2026-03-09 10:44:02 -05:00
David Hill
399b8f0701
fix(app): session title turn spinner (#16764) 2026-03-09 09:46:15 -05:00
Filip
3742e42fdf
fix(app): dismiss toast notifications when questions or permissions a… (#16758) 2026-03-09 09:36:57 -05:00
opencode
2712244ad3 release: v1.2.23 2026-03-09 13:50:43 +00:00
Adam
6388cbaf92
fix(app): remove oc-1 theme 2026-03-09 08:25:41 -05:00
David Hill
5cc61e1b53 tui: fix sidebar workspace container sizing by adding box-border class to prevent content overflow issues 2026-03-09 13:05:43 +00:00
Adam
0243be86a7
fix(app): don't animate review panel in/out 2026-03-09 07:49:11 -05:00
Adam
c71d1bde5e
revert(app): "STUPID SEXY TIMELINE (#16420)" (#16745) 2026-03-09 07:36:39 -05:00
Luke Parker
f27ef595f6
fix(app): sanitize workspace store filenames on Windows (#16703) 2026-03-09 20:26:53 +10:00
Adam
b976f339e8
feat(app): generate color palettes (#16232) 2026-03-08 19:28:58 -05:00
opencode
1db292f4df release: v1.2.22 2026-03-08 22:34:59 +00:00
David Hill
d15c2ce349 tui: fix sidebar background color when collapsed
When the sidebar was collapsed (not on mobile), the background color was showing as the stronger variant instead of matching the base background. This fixes the hover state detection so users see a consistent lighter background when the sidebar is in collapsed mode.
2026-03-08 13:34:56 +00:00
David Hill
5cc4bb4089 app: suppress hover when opening project menu or right-clicking to prevent flickering 2026-03-08 13:31:18 +00:00
Shoubhit Dash
6e9e027886
fix: trim retained desktop terminal buffers (#16583) 2026-03-08 07:50:04 -05:00
Adam
f386137fba
chore: refactoring ui hooks 2026-03-08 07:11:15 -05:00
Adam
c797b60069
fix(app): messages not loading reliably 2026-03-08 07:11:15 -05:00
Shoubhit Dash
a139e9297d
fix: prune and evict stale app session caches (#16584) 2026-03-08 07:10:00 -05:00
David Hill
8fa04986cf Revert "tui: dock auto-accept after thinking and move Add file to bottom-left"
This reverts commit 69cb49f7cc.
2026-03-08 01:31:09 +00:00
David Hill
a5710ed3e1 Revert "tui: keep model + thinking selectors beside Add file"
This reverts commit 426dcfa3b0.
2026-03-08 01:31:06 +00:00
David Hill
2efdc9df93 Revert "tui: add more editor bottom padding for prompt controls"
This reverts commit 981353793d.
2026-03-08 01:31:03 +00:00
David Hill
0c245886fe Revert "tui: expose auto-accept as a permissions select"
This reverts commit 12d862dbd3.
2026-03-08 01:31:00 +00:00
David Hill
f03288b411 Revert "tui: use text-base color for prompt selects"
This reverts commit 207ebf4b8c.
2026-03-08 01:30:55 +00:00