opencode
d36a2d8981
sync release versions for v1.18.4
2026-07-20 15:28:16 +00:00
opencode
ef3b673084
sync release versions for v1.18.3
2026-07-16 15:34:31 +00:00
opencode
4394b324c9
sync release versions for v1.18.2
2026-07-15 16:15:34 +00:00
opencode
888dd26e1d
sync release versions for v1.18.1
2026-07-14 21:37:51 +00:00
opencode
d6f1b08ce8
sync release versions for v1.18.0
2026-07-14 20:29:46 +00:00
opencode
bb31c9b92c
sync release versions for v1.17.20
2026-07-13 21:09:53 +00:00
opencode
e71fbb6d48
sync release versions for v1.17.19
2026-07-13 16:34:54 +00:00
34e5809059
feat(tui): show idle session directory ( #36457 )
...
Co-authored-by: Dax <mail@thdxr.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-07-11 20:31:57 +00:00
opencode
c2e019ba7d
sync release versions for v1.17.18
2026-07-09 18:51:42 +00:00
opencode
08096b5e61
sync release versions for v1.17.17
2026-07-09 15:03:10 +00:00
opencode
e357c90212
sync release versions for v1.17.16
2026-07-09 06:35:57 +00:00
opencode
0b2e8707e3
sync release versions for v1.17.15
2026-07-07 15:31:36 +00:00
opencode
203885d241
sync release versions for v1.17.14
2026-07-06 18:50:51 +00:00
Simon Klee and GitHub
561070fbc2
deps: upgrade OpenTUI to v0.4.3 ( #35226 )
2026-07-06 13:01:08 +02:00
David Hill and GitHub
e9f5d34096
fix(tui): shorten home tips ( #31966 )
2026-07-05 14:44:10 -05:00
Simon Klee and GitHub
7a8e7c88f4
tui: preserve spinner registration ( #35292 )
2026-07-04 09:44:23 +02:00
Aiden Cline and GitHub
911fb7063a
fix(tui): align execute child calls with task indentation ( #35190 )
2026-07-03 12:06:58 -05:00
Aiden Cline and GitHub
39c6dd1c32
feat(tui): render code-mode execute tool with child calls ( #35113 )
2026-07-03 11:17:21 -05:00
Aiden Cline and GitHub
379adee35c
revert: back out experimental codemode ( #35077 )
2026-07-02 23:57:30 -05:00
opencode-agent[bot]
83c638eaac
chore: generate
2026-07-03 04:49:44 +00:00
Aiden Cline and GitHub
cb93114424
feat: experimental codemode ( #34677 )
2026-07-02 23:48:34 -05:00
Dustin Deus and GitHub
3adfb970bf
feat(tui): add debug info dialog with copy to clipboard ( #35004 )
2026-07-02 23:00:53 +02:00
opencode
1e73b76ea6
sync release versions for v1.17.13
2026-07-01 15:19:04 +00:00
opencode
afff74eb2c
sync release versions for v1.17.12
2026-06-30 19:48:01 +00:00
James Long and GitHub
472d0f376e
refactor(core): remove infrastructure layer exports ( #34624 )
2026-06-30 12:17:12 -04:00
opencode-agent[bot]
797cb530e5
chore: generate
2026-06-30 05:09:55 +00:00
0a5bed2bc2
feat(tui): add yolo permission mode ( #33279 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-06-30 00:08:29 -05:00
Dax and GitHub
6446b8ae3b
fix(sdk): preserve V2Event name for SSE streams ( #34171 )
2026-06-27 21:05:47 -04:00
Ben Guthrie and GitHub
2b91a6f210
fix(tui): register prompt.skills keybinds ( #34180 )
2026-06-27 11:06:14 -05:00
43e39d7f68
fix(tui): use generated event union ( #34118 )
...
Co-authored-by: 𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴 <little-frank@opencord.local >
2026-06-26 18:04:53 -04:00
753d312c28
fix(tui): preserve renderer initialization errors ( #33996 )
...
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com >
2026-06-26 15:14:28 +05:30
Simon Klee and GitHub
e7c59b17a8
fix(tui): load root sessions in session switcher ( #33931 )
...
Request root sessions before applying the session list limit so child
sessions cannot crowd roots out of the switcher.
Keep the synchronized cache available while requests are pending or fail,
reconcile results with live updates, and retain current and pinned sessions.
Preserve selection by session ID when asynchronous results reorder the list.
Closes #16270
Closes #32725
2026-06-25 18:36:08 +02:00
opencode
7c0e1b431c
sync release versions for v1.17.11
2026-06-25 12:09:26 +00:00
Simon Klee and GitHub
98dcea02a8
Revert "deps: update OpenTUI to 0.4.2 ( #33610 )" ( #33842 )
2026-06-25 10:38:09 +02:00
opencode
858f35f1b3
sync release versions for v1.17.10
2026-06-24 20:37:40 +00:00
Simon Klee and GitHub
20750a3295
tui: remove logo animation ( #33633 )
...
Render branding as a static logo to avoid continuous redraws and mouse-driven visual effects.
2026-06-24 19:28:46 +00:00
Simon Klee and GitHub
6281e35a18
tui: fix multi-day duration formatting ( #33651 )
...
Report elapsed days and remaining hours instead of showing zero days and
the total duration as hours.
Close #32957
Close #32956
2026-06-24 12:05:06 +00:00
Victor Navarro and GitHub
6eec98371a
feat(tui): add main branch source to diff mode ( #30942 )
2026-06-24 10:35:37 +00:00
Victor Navarro and GitHub
05f335ce62
feat(tui): add diff viewer keybind ( #33365 )
2026-06-24 12:07:23 +02:00
Simon Klee and GitHub
8cc79f7432
deps: update OpenTUI to 0.4.2 ( #33610 )
2026-06-24 09:22:24 +02:00
Aiden Cline and GitHub
c416ede20d
fix(tui): sort model picker by release date ( #33558 )
2026-06-23 22:35:47 -05:00
Dax Raad
e8610d821c
refactor(core): drop filesystem entry mime
2026-06-23 21:49:01 -04:00
Dax Raad
53076999c5
fix(tui): normalize autocomplete attachments
2026-06-23 21:41:14 -04:00
opencode-agent[bot]
10f6bb7878
chore: generate
2026-06-23 23:24:49 +00:00
Aiden Cline and GitHub
b8cfd69acf
feat(tui): redesign crash screen ( #33549 )
2026-06-23 18:23:15 -05:00
Simon Klee and GitHub
3cdd431794
fix(tui): make move session command bindable ( #33508 )
...
Add the session_move TUI keybind and map it to the existing session.move command. Keep it unbound by default and document the new configuration option.
Closes #33239
2026-06-23 15:55:14 +02:00
Shoubhit Dash and GitHub
3f3f120825
feat(mcp): add resource read tools ( #33483 )
2026-06-23 13:49:42 +05:30
opencode-agent[bot]
237595e242
chore: generate
2026-06-23 02:19:31 +00:00
Aiden Cline and GitHub
d29f5eba92
refactor(core): remove shell description input ( #32823 )
2026-06-22 21:18:06 -05:00
Dax and GitHub
ef2357915e
fix(tui): scope file autocomplete to session ( #33458 )
2026-06-22 20:31:36 -04:00