Commit graph

15536 commits

Author SHA1 Message Date
Aiden Cline
671e164f8d
refactor(core): contain Codex in OpenAI plugin (#39734) 2026-07-30 21:43:38 -05:00
Aiden Cline
5b4ebf3e9d
fix(core): map xAI native options (#39787) 2026-07-30 21:42:53 -05:00
Aiden Cline
98229d466d
feat(plugin): add session request hook (#39764) 2026-07-30 21:11:22 -05:00
Kit Langton
5c7e2b5042
fix(tui): clarify open menu project labels (#39780) 2026-07-30 21:34:29 -04:00
Kit Langton
0a6a5d3e80
fix(session): retry failed title generation (#39748) 2026-07-30 21:26:44 -04:00
Kit Langton
eb95bd27fe
feat(session): make generated titles optional (#39747) 2026-07-30 21:24:34 -04:00
Kit Langton
865f512a44
fix(tui): preserve current selection across list updates (#39774) 2026-07-31 00:48:51 +00:00
Kit Langton
a460f02f67
feat(tui): inherit session directory when creating a new session (#39753) 2026-07-30 20:31:38 -04:00
Kit Langton
146fdb9de1
feat(tui): add open menu for sessions and projects (#39752) 2026-07-30 20:08:12 -04:00
Kit Langton
b866900417
fix(tui): name deleted session in toast (#39768) 2026-07-30 19:59:27 -04:00
Kit Langton
8e3e94aa26
fix(tui): focus palette settings after layout (#39585) 2026-07-30 19:39:16 -04:00
Aiden Cline
cc1289048e
refactor(core): isolate AI SDK native mappings (#39761) 2026-07-30 18:38:29 -05:00
Kit Langton
7814568ba0
feat(tui): delete current session (#39750) 2026-07-30 17:06:41 -04:00
Kit Langton
16b247f756
fix(tui): smooth new session tab handoff (#39745) 2026-07-30 16:17:01 -04:00
Kit Langton
9abd9594de
fix(simulation): mirror kitty keyboard protocol (#39741) 2026-07-30 20:03:21 +00:00
Kit Langton
22d2012f75
fix(tui): register storybook only for story runs (#39733) 2026-07-30 15:55:05 -04:00
Kit Langton
cc883058df
feat(tui): reopen closed session tabs (#39731) 2026-07-30 15:54:43 -04:00
Kit Langton
8ebc4c6f85
fix(tui): call session tabs just tabs (#39730) 2026-07-30 15:52:58 -04:00
Kit Langton
b0ed9990b3
feat(tui): add option tab shortcuts (#39725) 2026-07-30 15:51:10 -04:00
Kit Langton
e1c04dcce6
feat(tui): add temporary new session tab (#39735) 2026-07-30 15:05:34 -04:00
Kit Langton
188c642d8c
refactor(tui): flatten project picker list (#39726) 2026-07-30 14:18:16 -04:00
Kit Langton
9d55b223bb
fix(core): stop repository discovery at nearest marker (#39714) 2026-07-30 13:28:29 -04:00
Kit Langton
ce7a7e4e23
fix(tui): truncate project picker paths (#39678) 2026-07-30 13:13:31 -04:00
Kit Langton
cba5ba03e3
fix(tui): show shells from session location (#39691) 2026-07-30 13:12:01 -04:00
Kit Langton
49081a4e24
fix(tui): flash tabs on prompt admission (#39702) 2026-07-30 16:57:36 +00:00
opencode-agent[bot]
d6371f2fcd
fix(session): update activity on prompt (#39539)
Co-authored-by: James Long <17031+jlongster@users.noreply.github.com>
2026-07-30 16:28:10 +00:00
Aiden Cline
7625cbdf47
feat(core): route providers through native AI (#39615) 2026-07-30 11:26:18 -05:00
opencode-agent[bot]
0ffec67ca3
refactor: remove unused V2 code (#39699)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-30 11:25:03 -05:00
Kit Langton
bd132f2614
refactor(core): skip redundant worktree lookup (#39692) 2026-07-30 16:15:07 +00:00
opencode-agent[bot]
dcb0df4ac1
fix(core): stop MCP SSE error reconnect loops (#39671)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-30 10:53:33 -05:00
Kit Langton
02f3504055
fix(tui): hide redundant session directory labels (#39686) 2026-07-30 11:37:33 -04:00
James Long
f23ee5e4a8
refactor(core): simplify formatter selection (#39575) 2026-07-30 10:59:01 -04:00
Kit Langton
77aa85c589
feat(tui): project picker with footer crossfade (#39566) 2026-07-30 10:39:22 -04:00
Dax Raad
a618946b7e fix(tui): reload plugins with config 2026-07-30 10:31:09 -04:00
opencode-agent[bot]
f9de608dea
chore: refresh bun lockfile (#39617)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-30 04:36:21 +00:00
Aiden Cline
906dc8f5b2
fix(ai): apply catalog settings to provider models (#39613) 2026-07-29 22:42:47 -05:00
Aiden Cline
12971935ab
feat(core): parse shell permission commands (#39567) 2026-07-29 22:42:18 -05:00
Kit Langton
78c139b8b5
feat(plugin): add ui.tabs API for session tab control (#39591) 2026-07-29 22:57:39 -04:00
Kit Langton
c161978852
feat(tui): prefetch open session tabs after connect (#39589) 2026-07-29 22:23:13 -04:00
Kit Langton
cb37a7166a
feat(tui): make session tab switching fast for long transcripts (#39568) 2026-07-29 22:23:10 -04:00
Dax Raad
488445a679 fix(tui): correct project-aware session lists 2026-07-29 21:59:33 -04:00
opencode-agent[bot]
97786afdd8
refactor(core): share file diff construction (#39586)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-30 00:28:33 +00:00
Aiden Cline
b1a5e8a6ae
test(tui): restore compaction event lifecycle (#39581) 2026-07-29 18:11:58 -05:00
Aiden Cline
0ece10af43
fix(core): add mutation permission previews (#39578) 2026-07-29 18:04:13 -05:00
Aiden Cline
d1a02b149c
fix(core): clarify subagent tool guidance (#39572) 2026-07-29 16:48:49 -05:00
James Long
94ee274aeb
feat(core): add V2 formatter runtime (#39564) 2026-07-29 17:23:04 -04:00
Kit Langton
3c259fc552
feat(tui): replace scrap screen with component storybook (#39548) 2026-07-29 15:51:15 -04:00
Aiden Cline
210be4b749
fix(core): preserve shell output on timeout (#39559) 2026-07-29 14:31:26 -05:00
James Long
464649e67e
feat(tui): batch event delivery (#39551) 2026-07-29 15:20:39 -04:00
Aiden Cline
c8dca936b1
feat(plugin): add shell.create.before hook (#39547) 2026-07-29 14:11:52 -05:00