opencode-agent[bot]
2dee5a745f
chore: generate
2026-05-13 09:36:51 +00:00
Shoubhit Dash
0d077fba68
fix(worktree): type expected errors ( #27296 )
2026-05-13 15:05:30 +05:30
Shoubhit Dash
8f41c274f8
fix(session): make message reads effectful ( #27291 )
2026-05-13 14:40:12 +05:30
Shoubhit Dash
c45d91fbc5
fix(server): remove storage not found defect fallback ( #27287 )
2026-05-13 14:15:53 +05:30
Shoubhit Dash
71494b110b
fix(session): use typed message reads in tools ( #27280 )
2026-05-13 14:12:51 +05:30
opencode-agent[bot]
f6011011a3
chore: generate
2026-05-13 07:53:28 +00:00
Shoubhit Dash
b93e118787
fix(session): type message list not found errors ( #27275 )
2026-05-13 13:22:12 +05:30
Shoubhit Dash
5e5d378177
fix(session): add typed message lookup wrappers ( #27269 )
2026-05-13 13:04:07 +05:30
Shoubhit Dash
24b5154ab4
fix(storage): type not found errors ( #27265 )
2026-05-13 12:25:04 +05:30
opencode-agent[bot]
ef70db7033
chore: generate
2026-05-13 05:32:32 +00:00
Shoubhit Dash
8f7758b5c9
fix(cli): render tagged config errors ( #27256 )
2026-05-13 11:01:18 +05:30
Aiden Cline
f45082de63
temporarily revert: preserve permission ordering by accepting a layered array ( #27258 )
2026-05-12 23:55:45 -05:00
Shoubhit Dash
21850e652e
fix(server): hide unknown 500 details ( #27251 )
2026-05-13 10:15:28 +05:30
Aiden Cline
ed655d6ebd
fix: disable image module for now ( #27248 )
2026-05-12 23:21:31 -05:00
Brendan Allan
1cdbef76b4
fix: use htmlrewriter2 instead of HTMLRewriter for node compat ( #26309 )
2026-05-13 03:28:08 +00:00
Kit Langton
da35c8505f
chore: delete unused util/abort module + orphaned leak test ( #27230 )
2026-05-13 02:46:41 +00:00
Kit Langton
d5e9fd2f75
effect: move tool flags into RuntimeFlags ( #27198 )
2026-05-12 21:45:53 -04:00
Aiden Cline
b12d8d28fc
feat: update pricing schema for models to ensure more accurate cost tracking ( #27184 )
2026-05-12 20:44:06 -05:00
Kit Langton
fcba3b7f86
fix(task): preserve subagent self permissions ( #27201 )
2026-05-13 01:36:02 +00:00
opencode-agent[bot]
020fc87ffb
chore: generate
2026-05-13 01:28:35 +00:00
Kit Langton
23c49d1d59
fix(httpapi): drop redundant InstanceRef/WorkspaceRef in session prompt handler ( #27196 )
2026-05-13 01:27:08 +00:00
Sebastian
18c1e45c76
Add TUI notifications and attention sounds (disabled by default) ( #26980 )
2026-05-13 03:26:25 +02:00
Kit Langton
807a54e72e
effect: add RuntimeFlags service ( #27181 )
2026-05-12 20:59:02 -04:00
Kit Langton
303e79732d
Remove TUI logo sound effects ( #27183 )
2026-05-12 20:37:16 -04:00
opencode-agent[bot]
d9a7317ec5
chore: generate
2026-05-12 22:11:13 +00:00
Andrew Suffield
2bc87fa321
fix: preserve permission ordering by accepting a layered array ( #23214 )
...
Co-authored-by: Andrew Suffield <asuffield@cloudflare.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-05-12 17:09:06 -05:00
opencode-agent[bot]
8bbf303d04
chore: generate
2026-05-12 21:24:39 +00:00
Aiden Cline
c314ae25cb
fix(plugin): preserve tool attachments ( #27157 )
2026-05-12 16:23:15 -05:00
Musa
d10af17839
feat(plugin): add DigitalOcean OAuth + Inference Routers ( #26095 )
2026-05-12 16:22:40 -05:00
Aiden Cline
b91bf2467d
fix(compaction): restore tail turns after summarization ( #27145 )
2026-05-12 15:33:16 -05:00
opencode-agent[bot]
d399b207f8
chore: generate
2026-05-12 19:44:26 +00:00
Shoubhit Dash
7876a4cb2f
refactor(core): resolve default agent info ( #27125 )
2026-05-13 01:08:30 +05:30
Kit Langton
6e4151d38d
Fix runner cancel completion ( #27115 )
2026-05-12 14:22:56 -04:00
Kit Langton
1df15f7ff1
Migrate UI cancel error to tagged error ( #27112 )
2026-05-12 18:09:00 +00:00
Shoubhit Dash
963dfc8d47
fix(session): preserve usage update timestamps ( #27094 )
2026-05-12 22:10:28 +05:30
Kit Langton
e4fded27a8
Remove local MCP Zod schema ( #27095 )
2026-05-12 12:38:27 -04:00
opencode-agent[bot]
04bc012c17
chore: generate
2026-05-12 16:33:06 +00:00
Aiden Cline
e4b6efc3eb
fix: annotate Effect log metadata ( #27093 )
2026-05-12 11:31:18 -05:00
Kit Langton
640a903b90
Delete named schema error wrapper ( #27066 )
2026-05-12 12:04:28 -04:00
Kit Langton
2296db6be8
Remove Zod from named errors ( #26982 )
2026-05-12 09:20:15 -04:00
Shoubhit Dash
ea39af6f3b
feat(core): add background job service ( #27033 )
2026-05-12 15:22:38 +05:30
Simon Klee
16e9d6916d
prompt: fix cursor math for wide characters ( #27017 )
...
String.length counts code points, not display columns, so CJK
characters and emoji that occupy two terminal cells caused
misaligned cursors, broken mention triggers, and incorrect
history restoration offsets.
Use Bun.stringWidth for now, we need an alternative for this.
Fix #26716
Close #26922
2026-05-12 11:45:28 +02:00
Shoubhit Dash
9216acf052
chore: remove codesearch tool ( #27019 )
2026-05-12 13:44:02 +05:30
Matt H
31fcbf8845
fix(tui): make websearch provider label reactive ( #26943 )
2026-05-12 08:01:16 +00:00
opencode-agent[bot]
5eb6990ed6
chore: generate
2026-05-12 05:20:22 +00:00
Dax
970fe5b840
Track session usage totals ( #26644 )
2026-05-12 01:18:57 -04:00
James Long
7136254e72
fix(tui): fix flicker by avoiding redundant workspace session sync ( #26997 )
2026-05-12 00:30:03 -04:00
Aiden Cline
75bcb2db52
feat: create global opencode.jsonc if no configs exist ( #26992 )
2026-05-11 23:13:22 -05:00
James Long
2286f34474
fix(tui): scope events by project ( #26936 )
2026-05-11 23:42:04 -04:00
Aiden Cline
b593e55875
fix: grep external directory permission evaluation ( #26958 )
2026-05-11 21:47:35 -05:00