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
58db12de6c
tweak(ui): replace app icons
2026-03-12 16:43:55 +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
8593e6ad67
fix(ui): update sidebar and new session icons
2026-03-12 11:37:43 +00:00
David Hill
1995064bc5
fix(ui): update terminal and review icons
2026-03-12 11:15:46 +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
David Hill
21f562fdae
tui: make context group header non-clickable except for arrow icon
...
Users now see that only the arrow icon expands/collapses context groups,
not the entire row, making the UI behavior more predictable.
2026-03-11 14:57:57 +00:00
Shoubhit Dash
7291e28273
perf(app): trim session render work ( #16987 )
2026-03-11 18:19:17 +05:30
Filip
db57fe6193
fix(app): make error tool card respect settings ( #17005 )
2026-03-11 14:52:33 +05:30
opencode-agent[bot]
7ec398d855
chore: generate
2026-03-11 03:34:02 +00:00
Luke Parker
4ab35d2c5c
fix(electron): hide Windows background consoles ( #16842 )
...
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-03-11 13:33:06 +10:00
SOUMITRA-SAHA
b4ae030fc2
fix: add GOOGLE_VERTEX_LOCATION env var support for Vertex AI ( #16922 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-03-10 22:32:39 -05:00
Jack
0843964eb3
feat(web): use Feishu for Chinese community links ( #16908 )
...
Co-authored-by: Frank <frank@anoma.ly>
2026-03-11 11:07:13 +08:00
Kit Langton
a1b06d63c9
fix(account): resilient orgs fetch ( #16944 )
2026-03-11 00:39:07 +00:00
Adam
89bf199c07
chore(app): fix tests
2026-03-10 19:03:44 -05:00
Aiden Cline
5acfdd1c5d
chore: kill old copilot 403 message that was used for old plugin migration ( #16904 )
2026-03-10 16:20:41 -05:00
Frank
6b9f8fb9b3
zen: raise limit
2026-03-10 15:22:02 -04:00
David Hill
f77e5cf8fb
feat(ui): restyle Card and improve tool error cards ( #16888 )
...
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2026-03-10 13:52:32 -05:00
Frank
e6cdc21f2d
zen: raise limit
2026-03-10 14:40:18 -04: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
Dax
bb232247d0
Fix ESM imports for @opencode-ai/plugin ( #16916 )
2026-03-10 13:11:36 -04:00
opencode-agent[bot]
94c128f73b
chore: generate
2026-03-10 16:56:30 +00:00
Dax
613562f504
core: make account login upgrades safe while adding multi-account workspace auth ( #15487 )
...
Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 12:53:47 -04:00
Adam
9c4325bcf8
fix(core): don't permit access to system directories ( #16891 )
2026-03-10 11:32:05 -05:00
opencode-agent[bot]
54ba59d3e1
chore: generate
2026-03-10 15:14:46 +00:00
James Long
a4330a225d
feat(core): allow passing `workspaceID` into session create endpoint ( #16798 )
2026-03-10 11:12:51 -04:00
James Long
69ddc91c35
fix(core): a chunk timeout when processing llm stream ( #16366 )
2026-03-10 11:12:14 -04:00
James Long
4c4aed5a87
fix(core): make worktrees read the project id from local workspace ( #16795 )
2026-03-10 11:11:28 -04:00
opencode-agent[bot]
5a40158abf
chore: generate
2026-03-10 15:07:35 +00:00
Jérôme Benoit
4dce485854
fix(opencode): add thinking variants support for SAP AI provider ( #14958 )
...
Co-authored-by: Test <test@test.com>
Co-authored-by: Stephen Collings <stevoland@gmail.com>
2026-03-10 10:05:45 -05:00
Adam
5ec5d1dace
chore(app): debug window
2026-03-10 07:05:54 -05:00
opencode-agent[bot]
d2c765e2b3
chore: generate
2026-03-10 11:01:22 +00:00