opencode-agent[bot]
49e4cfb286
Added big dot (●) indicator for current session in modal ( #3980 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-06 01:09:59 -06:00
Dax Raad
11d6005b77
tui: reduce scrollbar visual prominence for less distracting interface
2025-11-05 21:30:40 -05:00
Dax Raad
2cc072b3dc
enable scrollbar
2025-11-05 21:27:23 -05:00
Dax Raad
0a5a02043c
tui: move debug shortcuts to command palette for better discoverability
2025-11-05 21:13:35 -05:00
Dax Raad
5a84b9f467
temporarily use strip-ansi package till bun bug is fixed
2025-11-05 20:38:37 -05:00
Dax Raad
e136a40771
ignore tmp type rrror
2025-11-05 20:31:13 -05:00
Dax Raad
6555a33eff
type errors
2025-11-05 20:14:31 -05:00
Sebastian Herrlinger
8b26a1f9bd
upgrade to opentui 0.1.35, mitigating disappearing content and crashes
2025-11-06 01:38:58 +01:00
Dax Raad
2a9b6a85de
core: ensure export command output can be piped without UI interference
2025-11-05 18:36:06 -05:00
Dax Raad
e316050bf5
temporarily remove bun strip ansi due to bug
2025-11-05 18:27:19 -05:00
Dax Raad
306f45f04a
add opencode import command to restore sessions from JSON exports
2025-11-05 18:05:01 -05:00
Dax Raad
05ae99a09b
fix sidebar modified files
2025-11-05 16:49:17 -05:00
Dax Raad
b7262b8527
performance improvements
2025-11-05 15:33:23 -05:00
Haris Gušić
3d04ba26a3
fix(autocomplete): Prioritize exact matches ( #3760 )
2025-11-05 12:25:05 -06:00
OpeOginni
69a499f807
fix(tui): restructure Sidebar component to be scrollable ( #3946 )
2025-11-05 11:33:30 -06:00
Dax Raad
37e564139f
tui: lower paste summary threshold to trigger on shorter content
2025-11-05 12:32:23 -05:00
monke-yo
ee8b81269b
feat: add --attach flag to opencode run ( #3889 )
2025-11-05 11:31:01 -06:00
Aiden Cline
3ebec2435a
allow @ agents to work even if not first thing in prompt
2025-11-04 23:37:09 -06:00
Christian Stewart
b90c0b5fac
feat(tui): add /export and /copy commands ( #3883 )
...
Signed-off-by: Christian Stewart <christian@aperture.us >
2025-11-04 23:02:45 -06:00
Dax Raad
234db24f1f
tui: fix command validation to prevent invalid commands from being executed
2025-11-04 20:46:01 -05:00
Dax Raad
ebca25462e
tui: fix session abort when autocomplete is visible
2025-11-04 18:45:39 -05:00
Aiden Cline
01b9148c04
fix: image reading error, also add error toast for event bus
2025-11-04 17:30:58 -06:00
Dax Raad
71b04ffa99
add command bar option to interrupt session
2025-11-04 17:11:07 -05:00
Aiden Cline
678ca757c9
fix: permissions not responding to esc
2025-11-04 16:08:31 -06:00
Ola
fe94bb8e50
feat(provider): add GitHub Enterprise support for Copilot ( #2522 )
...
Co-authored-by: Jon-Mikkel Korsvik <48263282+jkorsvik@users.noreply.github.com >
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-04 15:36:12 -06:00
Timo Clasen
8a9a474df6
feat(TUI): add autocomplete readline style keybinds ( #3717 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-11-04 13:28:03 -06:00
Aiden Cline
52e2b40610
fix: stop showing auto complete if user types a space
2025-11-04 13:22:18 -06:00
Dax Raad
ee1ff8cc07
tui: add ability to interrupt running sessions from command palette
2025-11-04 14:07:22 -05:00
Dax Raad
bc6f4aed2b
local web
2025-11-04 12:33:14 -05:00
Aiden Cline
2af3f19397
respect: disable_paste_summary
2025-11-04 11:29:12 -06:00
Aiden Cline
9275665868
fix: /undo command
2025-11-04 10:59:34 -06:00
Christian Stewart
09bb819064
fix(tui): worker path resolution in dev mode ( #3778 )
...
Signed-off-by: Christian Stewart <christian@cjs.zip >
Co-authored-by: Sebastian Herrlinger <hasta84@gmail.com >
2025-11-04 17:38:11 +01:00
Pranshu Raj
aec44abcf6
[FIX]: Refocus prompt after session delete ( #3882 )
2025-11-04 08:57:59 -06:00
arc-source-coder
737ddab300
tui: make /mcp an alias for /status ( #3894 )
2025-11-04 08:52:28 -06: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
Aiden Cline
f501501791
fix: piping
2025-11-03 22:36:10 -06: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
Greg Pstrucha
68039d4c71
Fix file tagging in multi line inputs ( #3865 )
2025-11-03 23:22:38 -05:00
Aiden Cline
d3566d3b1a
ignore: delete unused code
2025-11-04 04:01:22 +00:00
Stephen Collings
b275e18d28
fix: Provide OPENCODE & AGENT env vars ( #3843 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-04 04:01:22 +00: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
kaanmertkoc
63862b1609
feat: implement stats command ( #3832 )
2025-11-03 18:41:30 -06:00
Mikhail Wahib
1cf1e88b52
fix: print the modified keybind for command_list ( #3859 )
2025-11-03 18:29:23 -06:00
Adi Yeroslav
3ac82227f1
fix: update logo ( #3833 )
2025-11-03 16:18:38 -06:00
Dax Raad
adcdbbddc7
tui: remove duplicate copy message command entry
2025-11-03 17:10:20 -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
Timo Clasen
8e1010dc3f
feat(TUI): don't show /share hint if sharing is disabled ( #3835 )
2025-11-03 15:30:55 -06:00