Dax Raad
7a7060ef15
fix session performance issue from large diffs
2025-11-04 13:35:44 -05:00
Dax Raad
bc6f4aed2b
local web
2025-11-04 12:33:14 -05:00
Dax Raad
25eb100210
tui: fix tool permission lookup to use correct session ID
2025-11-04 00:50:12 -05:00
Dax Raad
9886353715
fix: persist -m model when switching agents
...
Add initial model from command line to fallback chain so it persists
when switching agents with tab, matching behavior of config model.
Resolves #3863
2025-11-03 23:51:52 -05:00
Dax Raad
c103052f93
fix: handle parsePatch errors in TUI to prevent crashes
...
Wrap parsePatch calls in try-catch blocks to gracefully handle malformed
diffs that can occur when undoing after tool_use/tool_result errors or
cancelled prompts. Prevents TUI from crashing with 'Added line count did not
match for hunk' error.
Fixes #3700
2025-11-03 23:36:04 -05:00
Dax Raad
af9a1797b5
tui: use keybind helper for history navigation to respect custom keybindings
2025-11-04 04:01:22 +00:00
Dax Raad
c49f5939a2
tui: fix model selection for models with nested paths
...
Users can now select models with multiple slashes like 'openrouter/google/gemini-2.5-pro'
in the TUI. Previously the TUI would only parse the first two parts of the model
path, showing 'Invalid model openrouter/google' for nested models.
2025-11-03 19:52:43 -05:00
Dax Raad
9bb66946db
fix: correct dirs parameter type in file search
2025-11-03 17:10:31 -05:00
Dax Raad
adcdbbddc7
tui: remove duplicate copy message command entry
2025-11-03 17:10:20 -05:00
Dax Raad
662435c5bb
ci: stuff
2025-11-03 22:01:30 +00:00
Dax Raad
5708e3bf1e
ci: tweak
2025-11-03 16:56:41 -05:00
Dax Raad
0da1ed3fc8
tui: add copy last assistant message to session menu
2025-11-03 16:47:18 -05:00
Dax Raad
178a14ce3e
fix dirs query param
2025-11-03 16:35:55 -05:00
Dax Raad
d26605aa56
tui: add support for Ctrl+_ key combination in keybind parser
2025-11-03 16:16:09 -05:00
Dax Raad
902763b47d
web command
2025-11-03 16:10:23 -05:00
Dax Raad
99a6c5e44d
regen sdk
2025-11-03 11:55:19 -05:00
Dax Raad
07bb75f086
core: add optional dirs parameter to file search API
...
Allow users to exclude directories from file search results by setting dirs=false parameter in /find/file endpoint
2025-11-03 11:53:41 -05:00
Dax Raad
be685e95a3
docs
2025-11-03 01:57:36 +00:00
Dax Raad
dc2ab75fca
ci: eventualy consistency
2025-11-03 01:57:36 +00:00
Dax Raad
f42e1c6375
tui: fix focus management and dialog interactions
2025-11-02 19:07:22 -05:00
Dax Raad
f68374ad22
DELETE GO BUBBLETEA CRAP HOORAY
2025-11-02 18:43:33 -05:00
Dax Raad
94658c31c5
add back child session cycle
2025-11-02 18:26:38 -05:00
Dax Raad
9fd672a1cb
undo
2025-11-02 16:31:32 -05:00
Dax Raad
10523c4372
move dialog select keybind to input
2025-11-02 15:47:04 -05:00
Dax Raad
d1cd7d0344
ci: centralize Bun version to package.json to ensure consistent builds across CI and local development
2025-11-02 15:42:15 -05:00
Dax Raad
06ac1be226
upgrade to bun 1.3.1
2025-11-02 14:00:50 -05:00
Dax Raad
05489bc843
tui: fix file path handling when pasting images with spaces in filename
...
- Fixes issue where files with spaces in their names couldn't be pasted as images
- Prevents default paste behavior to avoid conflicts with image insertion
- Improves error handling for file reading operations
2025-11-02 13:45:44 -05:00
Dax Raad
3f02eecf22
tui: add /timeline command to quickly navigate to specific messages in session history
2025-11-02 18:27:42 +00:00
Dax Raad
894cbaa51e
fix duplicate plugin subscriptions
2025-11-02 13:22:58 -05:00
Dax Raad
28e765ef0a
fix dialog
2025-11-02 02:53:55 -05:00
Dax Raad
bfbcb5f200
tui: prevent default Enter key behavior when selecting dialog options to avoid conflicts
2025-11-02 01:19:30 -05:00
Dax Raad
f98e730405
docs update
2025-11-01 13:23:03 -04:00
Dax Raad
b12bef05d3
docs: update keybinds documentation with current defaults and remove deprecated bindings
2025-11-01 12:32:22 -04:00
Dax Raad
65d0b3ed6d
sync
2025-11-01 12:14:15 -04:00
Dax Raad
d55a2fd56c
tui: change delete keybind to ctrl+d in session list dialog
2025-11-01 11:53:46 -04:00
Dax Raad
40f577e5e7
fix modified files being empty
2025-11-01 11:48:47 -04:00
Dax Raad
9e49870118
remember sidebar position
2025-11-01 11:40:33 -04:00
Dax Raad
1bc3c98ae7
ensure wl-copy is available
2025-11-01 11:10:39 -04:00
Dax Raad
5565f14ef5
tab to accept autocomplete
2025-10-31 20:10:01 -04:00
Dax Raad
10a4455c6f
tui: fix prompt text aggregation to exclude synthetic content
2025-10-31 20:01:27 -04:00
Dax Raad
5ded6d6ad7
docs: sync
2025-10-31 23:58:57 +00:00
Dax Raad
68050ab802
tui: prevent clipboard operations from throwing errors on process exit
2025-10-31 19:54:15 -04:00
Dax Raad
9beb0f8512
tui: improve keyboard navigation and MCP server status display
2025-10-31 19:47:08 -04:00
Dax Raad
d4cb47eadc
tui: add keyboard shortcuts to cycle through recently used models
...
Users can now press F2 to cycle forward and Shift+F2 to cycle backward through their recently used models, making it faster to switch between commonly used AI models without opening the model selection dialog.
2025-10-31 19:42:41 -04:00
Dax Raad
261ff416a9
sync
2025-10-31 23:05:11 +00:00
Dax Raad
30f9fa12d9
tui: add session rename functionality with /rename command
...
- Add /rename command to autocomplete when a session is active
- Add rename dialog component for changing session names
- Add rename option to session list dialog with 'r' keybind
- Add session rename command to command registry
2025-10-31 18:44:33 -04:00
Dax Raad
3823d8d50e
tui: simplify theme selection API by renaming setSelectedTheme to set
2025-10-31 18:11:36 -04:00
Dax Raad
7a926b32ce
respect theme in config
2025-10-31 18:04:38 -04:00
Dax Raad
31d0caee38
tui: add /editor command to autocomplete for opening external editor
2025-10-31 17:47:08 -04:00
Dax Raad
2a7ab45605
add /theme
2025-10-31 17:44:41 -04:00
Dax Raad
5e8309a353
tui: update hello command with test content
2025-10-31 16:21:30 -04:00
Dax Raad
aae0ce9921
tui: improve autocomplete component styling and update test command
2025-10-31 16:21:30 -04:00
Dax Raad
81b94d84dc
ignore
2025-10-31 20:17:40 +00:00
Dax Raad
afe8cecc2b
tui: add persistent key-value storage for user preferences
...
- Add KVProvider context for storing user preferences like theme and warnings
- Update theme context to use KV storage instead of sync config
- Move openrouter warning to persistent KV storage
- Refactor theme selection to persist user choice across sessions
2025-10-31 16:13:02 -04:00
Dax Raad
9021dd60a1
tui: add /session command to list available sessions
2025-10-31 15:41:36 -04:00
Dax Raad
1eeba770b1
docs: add v1.0 upgrade guide with UX changes documentation
2025-10-31 15:15:52 -04:00
Dax Raad
750b9f80a5
sync
2025-10-31 02:00:11 -04:00
Dax Raad
5553efea5e
only generate user message summary if no diffs
2025-10-29 14:28:43 -04:00
Dax Raad
4d6e2d8efc
autoupgrade latest major only
2025-10-29 11:53:25 -04:00
Dax Raad
12782fff14
remove log
2025-10-29 11:27:51 -04:00
Dax Raad
ca463a2346
session diff only include modified files
2025-10-29 11:26:21 -04:00
Dax Raad
db3fb9d316
ci: stuff
2025-10-28 21:28:44 -04:00
Dax Raad
cd79676b42
sync
2025-10-28 20:35:18 -04:00
Dax Raad
09e7e0ab70
tag majors
2025-10-28 20:28:30 -04:00
Dax Raad
1309ca7a81
ignore
2025-10-28 14:13:47 -04:00
Dax Raad
c1515316f5
core: fix additions and deletions counting in edit tool filediff
2025-10-28 14:08:10 -04:00
Dax Raad
22821744ef
feat: add OPENCODE_FAKE_VCS flag for VCS testing and update todo tracking instructions
2025-10-28 02:54:29 -04:00
Dax Raad
d8249f32a8
do not set temperature for claude models
2025-10-28 01:14:25 -04:00
Dax Raad
a2951a2702
Remove typecheck script from desktop package
2025-10-27 18:03:32 -04:00
Dax Raad
795b845782
update anthropic prompt
2025-10-25 17:26:27 -04:00
Dax Raad
6ff0ce8bc5
ignore: improve session timeline debugging and message display functionality
2025-10-24 15:45:37 -04:00
Dax Raad
74048ece2d
ignore: fix new session message loading with retry logic to handle server processing delays
2025-10-24 15:35:53 -04:00
Dax Raad
6646f7264a
ignore: highlight active session in sidebar to improve visual feedback
2025-10-24 15:27:20 -04:00
Dax Raad
18e549a474
ignore: fix session activation after creation to ensure proper state management
2025-10-24 15:24:17 -04:00
Dax Raad
4da3aa2eb2
add missing dep
2025-10-24 13:43:33 -04:00
Dax Raad
21880e199d
mroe summary tweaks
2025-10-24 12:37:23 -04:00
Dax Raad
736a85d427
track finish reason
2025-10-24 12:23:24 -04:00
Dax Raad
fb40dc6b20
generate user message title and body
2025-10-24 11:50:42 -04:00
Dax Raad
3e574c71cb
potentially fix fetch failed timeout errors
2025-10-24 09:46:28 -04:00
Dax Raad
4cab66da6c
test cleanup
2025-10-24 09:29:38 -04:00
Dax Raad
7003efd2da
fix summary
2025-10-24 09:24:58 -04:00
Dax Raad
06fe87b361
fix failing migration
2025-10-24 09:20:15 -04:00
Dax Raad
56528493dc
codex does not have reasoning effort set
2025-10-24 00:29:34 -04:00
Dax Raad
8b9b8ca15b
update codex prompt
2025-10-23 23:36:32 -04:00
Dax Raad
4bd7646ccb
regen sdk
2025-10-23 16:33:00 -04:00
Dax Raad
cee7106054
session summaries in data
2025-10-23 16:28:20 -04:00
Dax Raad
f4dfae0bb0
ignore: diff stuff
2025-10-23 16:04:58 -04:00
Dax Raad
9def7cff2d
summary tweaks
2025-10-22 19:03:08 -04:00
Dax Raad
f435049d36
sync
2025-10-22 18:49:57 -04:00
Dax Raad
1f80de2fa6
core: add experimental turn summarization to compact conversation history
2025-10-22 18:33:46 -04:00
Dax Raad
28d8af48a0
add parent id to assistant messages
2025-10-22 15:01:13 -04:00
Dax Raad
d9a8d2032a
fix sourcemapping so errors show proper stack trace
2025-10-21 15:32:24 -04:00
Dax Raad
d7cdabe8b7
refactor acp args
2025-10-21 15:24:09 -04:00
Dax Raad
e9996342a7
core: provide line-level statistics in file diffs to help users understand the scale of changes
2025-10-21 11:54:41 -04:00
Dax Raad
7a20f77ebf
core: improve error handling with console output for debugging
2025-10-21 10:55:10 -04:00
Dax Raad
a0a09f421c
core: add session diff API to show file changes between snapshots
2025-10-20 17:59:26 -04:00
Dax Raad
7474788778
ci: fix
2025-10-16 15:36:12 -04:00
Dax Raad
d8a15e7bc9
try to avoid persisting empty thinking/text blocks
2025-10-16 10:54:10 -04:00
Dax Raad
ab8471a7ff
core: filter out alpha status models from provider list
2025-10-15 20:12:37 -04:00
Dax Raad
4c674b075b
ci: stuff
2025-10-15 19:59:46 -04:00