Commit Graph

180 Commits (ffa2a610034756cdc5aefccbc46aa6e40b4d362d)

Author SHA1 Message Date
zerone0x c7b825a42a
fix(app): show custom models without valid release_date in web UI mod… (#7349) 2026-01-08 14:06:18 -06:00
Daniel Polito 2d5b9a5cc6
Desktop: Fix Paste image on empty input (#7130) 2026-01-07 09:40:21 -06:00
usvimal a8c2928a87
perf: show window immediately during desktop startup (#6734)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-01-07 15:19:01 +08: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 4e5b0b00b0
fix(app): session navigation with shortcuts 2026-01-06 21:18:41 -06:00
Adam 7672b722ca
fix(app): permission auto-accept should hide when not needed 2026-01-06 21:18:29 -06:00
Adam 488c3502a7
fix(app): terminal selection color contrast 2026-01-06 21:18:17 -06:00
Adam 5181e4e90a
fix(app): copy and paste in terminal was broken 2026-01-06 13:38:15 -06:00
Adam ecbcbfbe90
fix(app): more contrast in terminal text 2026-01-06 12:03:24 -06:00
Justas Raudonius 6092f8792e
feat(app): add view button to open files from review sidebar (#7095) 2026-01-06 10:28:03 -06:00
Justas Raudonius 4142e1bcf6
fix(app): open review sidebar when selecting file from picker (#7096) 2026-01-06 10:27:22 -06:00
Justas Raudonius 49d837e0c1
feat(app): add middle-click to close tabs in review sidebar (#7094) 2026-01-06 10:15:17 -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 2ca0ae7755
fix(app): more defensive, handle no git 2026-01-05 15:12:02 -06:00
GitHub Action 48d14d4cac chore: generate 2026-01-05 19:33:32 +00:00
OpeOginni 8996185f3b
Feat/clickable subtask (#6846) 2026-01-05 13:32:16 -06:00
Adam ec637aa21e
fix(app): store image attachments 2026-01-05 13:21:33 -06:00
Adam 2ff9a757b6
fix(app): bottom padding 2026-01-05 13:21:32 -06:00
Adam cb8533ef5b
fix(app): terminal long-running processes 2026-01-05 13:21:32 -06:00
Adam cdbb009ab0
fix(app): terminal flakiness 2026-01-05 13:21:31 -06:00
Adam 001b486356
fix(app): performance improvements through event batching 2026-01-05 13:21:30 -06:00
Adam d315026abc
fix(app): prompt input shouldn't cover content 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
GitHub Action aef01003e7 chore: generate 2026-01-05 19:07:34 +00:00
Melih Mucuk a38e1701ee
fix: pass image parts to custom commands (#6525)
Co-authored-by: Melih Mucuk <melih@monkeysteam.com>
2026-01-05 13:06:57 -06:00
MogamiTsuchikawa 6b207b09d6
fix(app): avoid unintended submits during IME composition (#6952) 2026-01-05 12:38:38 -06:00
Albin Groen 9771325026
feat(app): highlight collapsed active project in sidebar (#6958) 2026-01-05 12:37:46 -06:00
Albin Groen bbd1c071c4
fix(app): fix flicker and navigation when collapsing/expanding projects (#6658) 2026-01-05 11:24:49 -06:00
Albin Groen 265cbaea7c
fix(app): fix image dragging in project edit dialog (#6700) 2026-01-05 04:54:11 -06:00
GitHub Action 59ed8ccbd8 chore: generate 2026-01-05 02:18:20 +00:00
OpeOginni 91ed101378
feat(desktop): implement auto-scroll for active command in slash popover (#6797) 2026-01-04 20:17:47 -06:00
Daniel Polito fb60f9c396
Desktop: Fix Responsive Menu (#6789) 2026-01-04 18:47:14 -06:00
Shkumbin Hasani e93699b741
perf: optimize model dialog visibility lookups (#6791) 2026-01-04 18:46:23 -06:00
Daniel Polito 9ac00f55bc
Desktop: Adding Home Icon on Responsive Menu (#6794) 2026-01-04 18:44:28 -06:00
GitHub Action 478fec61ab chore: generate 2026-01-05 00:39:48 +00:00
shuv 52ad134d55
feat(app): add SVG preview support in session viewer (#6868) 2026-01-04 18:39:15 -06:00
Carter McBride 0c2ccf25dc
Fix a few mobile screen size issues (#6808) 2026-01-04 18:32:48 -06:00
Ravi Kumar 65c7168492
fix(app): fix custom slash commands not showing on initial / (#6829) 2026-01-04 18:30:34 -06:00
Adam 5ca2f6c5a9
fix(app): prompt input improvements 2026-01-04 11:08:47 -06:00
Adam 12ffb270fb
fix(app): prompt input improvements 2026-01-04 10:37:56 -06:00
Adam 177b01a853
fix(app): scroll position restoration 2026-01-04 04:53:55 -06:00
Adam c9f907caec
fix(app): don't override ctrl+a on windows 2026-01-04 04:35:26 -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
shuv 5f93beed77
feat(app): add image preview support in session viewer (#6678) 2026-01-03 05:46:42 -06:00
Adam 052de3c556
feat: add managed git worktrees (#6674) 2026-01-02 20:17:02 -06:00
Adam c51fa7cb24
feat: add /compact session command 2026-01-02 12:40:37 -06:00