Kit Langton
75c5d0ab83
feat(tui): allow backgrounding synchronous subagents ( #30488 )
2026-06-04 23:40:52 -04:00
Aiden Cline
69b800958a
fix(opencode): attribute task child agent on creation ( #30786 )
2026-06-04 13:19:46 -05:00
Dax
9e11b45908
feat(core): add command registry ( #30624 )
2026-06-04 02:57:43 -04:00
Aiden Cline
c017524141
fix(opencode): preserve variant for delegated tasks ( #30630 )
2026-06-03 17:43:47 -05:00
Shoubhit Dash
4160755572
fix(acp): clean read tool display content ( #30569 )
2026-06-03 19:36:27 +05:30
Shoubhit Dash
4dc3061602
fix(acp): include external directory permission context ( #30567 )
2026-06-03 19:05:28 +05:30
Aiden Cline
747aa00881
fix: task id passed to background job for continuation ( #30485 )
2026-06-02 22:10:25 -05:00
Dax
fbda5fadda
refactor(core): move v1 schemas into core ( #30473 )
2026-06-03 02:42:13 +00:00
Dax
7a9068f029
refactor(core): consolidate filesystem services ( #30447 )
2026-06-02 16:09:26 -04:00
Shoubhit Dash
7365418f37
chore(opencode): remove scout agent ( #30435 )
2026-06-02 23:30:34 +05:30
Dax
3056f6c030
feat(core): add location-based permission service ( #30287 )
2026-06-02 01:32:50 +00:00
Shoubhit Dash
9806fb32c4
fix(opencode): avoid nullable webfetch format schema ( #30215 )
2026-06-01 14:15:57 +05:30
opencode-agent[bot]
c6f77e50f8
chore: generate
2026-05-31 01:09:55 +00:00
Dax
e2a8e18298
refactor(core): move database schema ownership ( #29068 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-05-30 21:08:38 -04:00
Aiden Cline
481d84f4f6
remove the need for polling from experimental background agents ( #29179 )
2026-05-25 16:09:56 -05:00
Aiden Cline
920737a486
fix(opencode): advertise configured shell timeout ( #28998 )
...
Co-authored-by: Nabs <nabil@instafork.com >
2026-05-23 10:43:39 -05:00
Shoubhit Dash
5ef404050c
fix(skill): type expected skill failures ( #28885 )
2026-05-22 23:18:52 +05:30
Kit Langton
f44c9ebba2
chore: drop dead imports across opencode/core/llm ( #28720 )
2026-05-21 17:03:12 -04:00
Kit Langton
ae01a75d69
refactor(question): tool-arg errors at the boundary, drop redundant inner decode ( #28570 )
2026-05-21 03:06:22 +00:00
opencode-agent[bot]
07327f014b
chore: generate
2026-05-19 15:11:40 +00:00
Kit Langton
5b210afcf4
fix(tool): tolerate plugin tool defs with missing args ( #28357 )
2026-05-19 15:07:28 +00:00
Kit Langton
b8048cd162
Speed up targeted opencode tests
...
Reduce avoidable setup costs in slow opencode tests while preserving reviewed coverage and recording the benchmark evidence for follow-up test-suite work.
2026-05-18 16:18:29 +00:00
Shoubhit Dash
7b22027d7b
refactor(repository): type cache failures ( #28188 )
2026-05-18 21:46:18 +05:30
Shoubhit Dash
dcdc37c9f9
refactor(repository): add cache service ( #28184 )
2026-05-18 21:25:38 +05:30
Shoubhit Dash
3bddc9d51b
test(reference): cover configured reference contracts ( #28170 )
2026-05-18 20:09:27 +05:30
Dax Raad
bf13d531c1
fix read stream byte cap
2026-05-16 09:20:35 -04:00
Aiden Cline
d23a7b137d
fix(tool): bridge custom tool zod metadata ( #27770 )
2026-05-15 14:50:21 -05:00
Shoubhit Dash
12968615a0
refactor(instance): remove legacy runtime fallback ( #27757 )
2026-05-15 23:05:44 +05:30
opencode-agent[bot]
c50f06ed40
chore: generate
2026-05-15 15:12:20 +00:00
Aiden Cline
7ea63f84fb
fix(tool): preserve custom tool arg descriptions ( #27750 )
...
Co-authored-by: khimaros <231498+khimaros@users.noreply.github.com >
2026-05-15 10:11:01 -05:00
Shoubhit Dash
523e398f68
refactor(tool): read repo overview directory from instance state ( #27717 )
2026-05-15 16:14:49 +05:30
Dax Raad
dfbc9d8ac4
fix(tool): ignore invalid custom tool exports
2026-05-14 23:36:28 -04:00
Shoubhit Dash
d9e19a0c3f
refactor(flags): move bash timeout to runtime flags ( #27607 )
2026-05-15 02:49:14 +05:30
Kit Langton
3226b4aca0
test(question): wait on question events ( #27124 )
2026-05-14 13:23:47 -04:00
opencode-agent[bot]
6959048466
chore: generate
2026-05-14 16:42:18 +00:00
Shoubhit Dash
ea2af144be
feat: add experimental background subagents ( #27084 )
2026-05-14 22:10:15 +05:30
Kit Langton
92653f38cb
effect(util): migrate filesystem callers to AppFileSystem.Service ( #27152 )
2026-05-13 20:25:37 -04:00
Kit Langton
9afe6d2160
test(tool): use Effect sleep in edit concurrency test ( #27349 )
2026-05-13 15:18:35 +00:00
Shoubhit Dash
af89d1b87b
refactor(flags): route scout through runtime flags ( #27318 )
2026-05-13 17:07:53 +05:30
Brendan Allan
1cdbef76b4
fix: use htmlrewriter2 instead of HTMLRewriter for node compat ( #26309 )
2026-05-13 03:28:08 +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
0ae6b7d6ae
test: migrate webfetch tool tests to effect runner ( #27171 )
2026-05-12 23:46:23 +00:00
Kit Langton
a29f79f187
test: migrate websearch tests to effect runner ( #27170 )
2026-05-12 23:45:01 +00: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
Shoubhit Dash
7876a4cb2f
refactor(core): resolve default agent info ( #27125 )
2026-05-13 01:08:30 +05:30
opencode-agent[bot]
69bd01072d
chore: generate
2026-05-12 18:52:25 +00:00
Kit Langton
fb435aad69
test(tool): migrate external directory tests to Effect runner ( #27122 )
2026-05-12 18:50:56 +00:00