Dax Raad
5e1639de2b
core: improve conversation loading performance by batching database queries
...
Reduces memory usage and speeds up conversation loading by using pagination
and inArray queries instead of loading all messages at once
2026-01-26 12:33:18 -05:00
Dax Raad
2b05833c32
core: ensure events publish reliably after database operations complete
2026-01-26 12:00:44 -05:00
Dax Raad
acdcf7fa88
core: remove dependency on remeda to simplify dependencies
2026-01-26 11:11:59 -05:00
Dax Raad
bf0754caeb
sync
2026-01-26 10:35:53 -05:00
Dax Raad
4d50a32979
Merge dev into sqlite2
2026-01-26 08:53:01 -05:00
Dax Raad
57edb0ddc5
sync
2026-01-26 08:44:19 -05:00
Noam Bressler
6b83b172ae
fix: await SessionRevert.cleanup for shell ( #10669 )
2026-01-26 07:36:17 -05:00
Idris Gadi
444934a4c1
fix(tui): add visual feedback for diff wrap and conceal toggles ( #10655 )
2026-01-26 07:34:09 -05:00
adamelmore
c4f1087e58
chore: details
2026-01-26 06:24:47 -06:00
adamelmore
c87232d5df
perf(app): performance improvements
2026-01-26 06:08:09 -06:00
adamelmore
d03c5f6b3f
perf(app): performance improvements
2026-01-26 06:08:09 -06:00
GitHub Action
9a33b1ec88
ignore: update download stats 2026-01-26
2026-01-26 12:06:03 +00:00
Aiden Cline
022265829e
ignore: update AGENTS.md to state that inference should be used
2026-01-26 00:04:00 -05:00
Ryan Vogel
23d85f4739
docs: add warning about Claude Pro/Max subscription support ( #10595 )
2026-01-25 22:28:01 -05:00
Dax Raad
a614b78c6d
tui: upgrade database migration system to drizzle migrator
...
Replaces custom migration system with drizzle-orm's built-in migrator, bundling migrations at build-time instead of runtime generation. This reduces bundle complexity and provides better integration with drizzle's migration tracking.
2026-01-25 22:27:04 -05:00
Ryan Vogel
8c4bf225f2
fix(web): update spacing on the changelog page
2026-01-25 21:41:12 -05:00
adamelmore
99ae3a7717
chore: cleanup
2026-01-25 20:40:00 -06:00
adamelmore
9d35a0bcb6
chore: cleanup
2026-01-25 20:40:00 -06:00
adamelmore
a09a8701ae
chore: cleanup
2026-01-25 20:40:00 -06:00
adamelmore
00d960d080
chore: cleanup
2026-01-25 20:40:00 -06:00
adamelmore
5993a098b4
fix(core): don't override source in custom provider loaders
2026-01-25 20:40:00 -06:00
adamelmore
c323d96deb
wip(app): provider settings
2026-01-25 20:40:00 -06:00
adamelmore
03d884797c
wip(app): provider settings
2026-01-25 20:40:00 -06:00
adamelmore
a5b72a7d99
fix(ui): tab click hit area
2026-01-25 20:32:59 -06:00
Github Action
b9f5a34247
chore: update nix node_modules hashes
2026-01-26 02:32:52 +00:00
Dax Raad
81b47a44e2
Merge branch 'dev' into sqlite2
2026-01-25 21:28:38 -05:00
Ryan Vogel
cc0085676b
Add collapsible sections, sticky version header, and style refinements for changelog highlights
2026-01-25 21:26:56 -05:00
Aiden Cline
eaad75b176
tweak: adjust tui syncing logic to help prevent case where agents would be undefined / missing
2026-01-25 21:26:47 -05:00
Ryan Vogel
ab3268896d
Add highlight tag parsing for changelog with video support
2026-01-25 21:26:43 -05:00
adamelmore
3d23d2df71
fix(app): missing translations for status
2026-01-25 19:39:09 -06:00
Aiden Cline
578361de64
fix: remove broken app.tsx command option
2026-01-25 20:27:41 -05:00
Dax Raad
0c1c07467e
Merge branch 'dev' into sqlite2
2026-01-25 20:18:36 -05:00
Dax Raad
105688bf90
sync
2026-01-25 20:16:56 -05:00
adamelmore
5369e96ab7
fix(app): line selection colors
2026-01-25 19:07:24 -06:00
adamelmore
fbcf138526
chore: better i18n links
2026-01-25 19:07:23 -06:00
Ariane Emory
3071720ce7
fix(tui): Move animations toggle to global System category ( resolves #10495 ) ( #10497 )
2026-01-25 17:57:47 -05:00
Aiden Cline
f0830a74bb
ignore: update AGENTS.md
2026-01-25 17:54:17 -05:00
Frank
57532326f7
zen: handle subscription payment failure
2026-01-25 17:46:18 -05:00
MartinWie
045c30acf3
docs: fix permission event name (permission.asked not permission.updated) ( #10588 )
2026-01-25 17:44:57 -05:00
Aiden Cline
94dd0a8dbe
ignore: rm spoof and bump plugin version
2026-01-25 17:27:24 -05:00
adamelmore
a84843507f
chore: readme links
2026-01-25 15:53:50 -06:00
adamelmore
835b396591
chore: i18n for readme
2026-01-25 15:46:06 -06:00
adamelmore
407f34fed5
chore: cleanup
2026-01-25 13:20:18 -06:00
adamelmore
94ce289dd9
fix(app): run start command after reset
2026-01-25 13:20:18 -06:00
adamelmore
d115f33b59
fix(app): don't allow workspaces in non-vcs projects
2026-01-25 13:15:35 -06:00
adamelmore
14b00f64a7
fix(app): escape should always close dialogs
2026-01-25 12:17:35 -06:00
GitHub Action
fc57c074ae
chore: generate
2026-01-25 17:45:07 +00:00
Aiden Cline
e49306b86c
rm log statement
2026-01-25 12:44:17 -05:00
opencode
056186225b
release: v1.1.36
2026-01-25 17:29:26 +00:00
GitHub Action
b982ab2fbc
chore: generate
2026-01-25 17:26:11 +00:00