Rahul Mishra
5a199b04cb
fix: don't try to open command palette if a dialog is already open ( #9116 )
2026-01-17 13:08:11 -06:00
Adam
2729705594
fix(app): archive session sometimes flaky
2026-01-17 05:23:17 -06:00
David Hill
69215d456c
fix: display arrow keys as symbols in keybind formatting
2026-01-17 00:55:13 +00:00
Adam
6e00348bd7
fix(app): remember last opened project
2026-01-16 15:49:35 -06:00
Adam
da78b758d4
fix(app): handle new session correctly
2026-01-16 14:49:04 -06:00
Adam
71306cbd1f
Revert "feat(desktop): Terminal Splits ( #8767 )"
...
This reverts commit 88fd6a294b .
2026-01-16 14:03:13 -06:00
Adam
0866034946
feat(app): edit project and session titles
2026-01-16 13:55:59 -06:00
Daniel Polito
88fd6a294b
feat(desktop): Terminal Splits ( #8767 )
2026-01-16 10:51:02 -06:00
David Hill
2c5437791b
fix: updated project/sessions list width
...
this was originally 280px and included the 64px project avatar rail on the left, so the sessions list portion was actually 280 - 64 = 216px wide (as seen in line 1362: Math.max(layout.sidebar.width() - 64, 0)px).
i kept the logic the same in case it broke anything, i just updated the new width to account for new projects avatar panel
2026-01-16 11:55:15 +00:00
Adam
657f3d5089
feat(app): unified search for commands and files
2026-01-15 17:59:26 -06:00
Adam
47d43aaf2d
feat(app): persist workspace branch
2026-01-15 15:45:12 -06:00
Adam
564d3edfac
fix(app): new layout issues
2026-01-15 07:29:13 -06:00
Adam
679270d9e0
feat(app): new layout
2026-01-15 07:29:13 -06:00
adamelmore
9f66a45970
feat(app): new layout
2026-01-15 07:29:13 -06:00
Shane Bishop
077ca4454f
fix(desktop): "load more" button behavior in desktop sidebar ( #8430 )
2026-01-14 07:36:08 -06:00
Daniel Polito
3600bd27f4
feat(desktop): Ask Question Tool Support ( #8232 )
2026-01-13 12:28:08 -06:00
Brendan Allan
f05f175842
feat(desktop): spawn local server with password ( #8139 )
2026-01-13 13:58:00 +08:00
GitHub Action
835e48cd28
chore: generate
2026-01-12 23:30:47 +00:00
OpeOginni
1a5a63843e
feat(terminal): implement better dynamic terminal numbering ( #8081 )
2026-01-12 17:30:09 -06:00
Andrew Thal
02b7eb59f8
feat: support configuring default server URL for desktop ( #7363 )
2026-01-10 08:56:48 -06:00
GitHub Action
a8f23fb548
chore: generate
2026-01-10 14:55:55 +00:00
OpeOginni
1a642a79a6
fix(desktop): remove split operation in serverDisplayName function ( #7397 )
2026-01-10 08:55:20 -06:00
adamelmore
0433d4d064
fix(app): store terminal and review pane visibility per session
2026-01-09 08:20:00 -06:00
Adam
be9b2bab15
feat(app): cache session-scoped stores, optional context gating
2026-01-08 17:48:15 -06:00
Adam
27675dfd70
feat(app): prefetch adjacent sessions
2026-01-08 17:48:15 -06:00
Adam
374275eeb6
feat(app): chunk message loading, lazy load diffs
2026-01-08 17:48:15 -06:00
zerone0x
c7b825a42a
fix(app): show custom models without valid release_date in web UI mod… ( #7349 )
2026-01-08 14:06:18 -06:00
Adam
f6055ad3d2
chore: fix types
2026-01-06 21:42:04 -06:00
Adam
761863ae35
chore(app): rework storage approach
2026-01-06 21:42:03 -06:00
Adam
7672b722ca
fix(app): permission auto-accept should hide when not needed
2026-01-06 21:18:29 -06:00
Adam
b88bcd49fd
fix(app): code splitting for web load perf gains
2026-01-06 08:19:17 -06:00
Adam
3f463bc916
fix(app): scroll store performance
2026-01-06 08:18:49 -06:00
Adam
001b486356
fix(app): performance improvements through event batching
2026-01-05 13:21:30 -06:00
Adam
d1191675c6
fix(app): worktree selection should navigate to worktree
2026-01-05 13:21:29 -06:00
Albin Groen
bbd1c071c4
fix(app): fix flicker and navigation when collapsing/expanding projects ( #6658 )
2026-01-05 11:24:49 -06:00
Shkumbin Hasani
e93699b741
perf: optimize model dialog visibility lookups ( #6791 )
2026-01-04 18:46:23 -06:00
Adam
7ce0520f8d
fix(app): auto-scroll behaviors
2026-01-04 04:24:37 -06:00
Daniel Polito
c7c1790da8
Desktop: Edit Project Fix ( #6757 )
2026-01-03 10:26:30 -06:00
OpeOginni
308e8060dc
fix(server): update server URL normalization to retain path ( #6647 )
2026-01-03 09:50:15 -06:00
Adam
1d2d710fce
fix: relax request timeouts
2026-01-02 12:40:36 -06:00
OpeOginni
fbd9677932
fix(desktop): Properly decode session id for permission context ( #6580 )
2026-01-02 06:22:50 -06:00
Adam
cd2c160cf6
fix(app): startup time
2026-01-01 21:03:08 -06:00
Adam
a5a569f892
chore: cleanup
2026-01-01 21:03:07 -06:00
Adam
b8872d9d20
wip(desktop): progress
2026-01-01 21:03:03 -06:00
Adam
78940d5b7e
wip(app): file context
2026-01-01 21:03:03 -06:00
Dax
351ddeed91
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
6e7fc30f94
feat(app): context window window
2026-01-01 05:23:07 -06:00
Daniel Polito
87978b1c17
Desktop: Add Subagents Mention Support ( #6540 )
2025-12-31 18:07:45 -06:00
Adam
d4a2652eda
feat(desktop): better affordance for auto-accept
2025-12-31 14:04:44 -06:00
Adam
93845db462
fix(desktop): don't show notifs if auto-accepting
2025-12-31 13:12:31 -06:00