Aiden Cline
f7dcfc2680
feat: drive reasoning variants from models.dev reasoning_options
...
Parse the curated reasoning_options field from models.dev api.json and use
its effort values to generate reasoning variants instead of the hardcoded
per-package tables, in both the v1 provider catalog and the v2 catalog plugin.
- core: ModelsDev.ReasoningOption discriminated union (toggle | effort |
budget_tokens); effort values stay open strings and unknown option types
are tolerated since api.json is cast, not decoded
- core: ReasoningVariants shared per-package effort encoder used by v1
ProviderTransform.variants and the v2 ModelsDevPlugin
- core: v2 catalog generates effort variants from reasoning_options;
curated experimental modes win id collisions; anthropic profile gains
the effort semantic
- llm: anthropic protocol supports adaptive thinking, lowers effort to
output_config.effort, and sends the effort-2025-11-24 beta header
- opencode: resolved Provider.Model carries capabilities.reasoningOptions
(unknown types and null effort values dropped at the mapping boundary);
config models accept reasoning_options; models without usable effort
data fall back to the hardcoded tables unchanged
Catalog-wide audit vs live api.json: 2975 models byte-identical, 38 diffs,
all data correcting stale hardcoded effort lists.
2026-06-09 17:21:11 -05:00
opencode-agent[bot]
c939aa04fe
chore: generate
2026-06-09 19:34:54 +00:00
Frank
9b8e356fca
zen: add claude fable 5
2026-06-09 15:32:14 -04:00
James Long
07e5ea9367
feat(opencode): add typed application layer graph ( #31531 )
2026-06-09 15:31:31 -04:00
opencode-agent[bot]
7a54a2c49c
chore: generate
2026-06-09 19:10:44 +00:00
Dax
600e405ba0
fix(opencode): restore effect error logging ( #31551 )
2026-06-09 19:09:04 +00:00
opencode-agent[bot]
1daf535e6b
chore: update nix node_modules hashes
2026-06-09 18:45:17 +00:00
opencode-agent[bot]
cc52dc396c
chore: generate
2026-06-09 18:30:51 +00:00
Dax
132ef57272
refactor(core): simplify location filesystem ( #31545 )
2026-06-09 14:28:45 -04:00
Aiden Cline
0777cf1ccf
fix(mcp): log actionable connection statuses ( #31544 )
2026-06-09 13:07:56 -05:00
Aiden Cline
c4bc902958
fix(opencode): support Claude Fable reasoning ( #31546 )
2026-06-09 12:38:53 -05:00
Adam
d68397b42f
fix(data): timestamp formatting
2026-06-09 12:19:05 -05:00
Frank
531eebb88e
zen: add north mini code model
2026-06-09 13:03:55 -04:00
Aiden Cline
db9391e8a6
drop citation_options from cohere ( #31543 )
2026-06-09 11:53:02 -05:00
Adam
f1c31f4eba
fix(stats): use data branding assets
2026-06-09 11:34:38 -05:00
opencode-agent[bot]
ada5b31bb0
chore: generate
2026-06-09 16:12:42 +00:00
James Long
ffcb45d7c9
feat(tui): show project copy in session list ( #31421 )
2026-06-09 12:10:37 -04:00
Dax
6566ede935
refactor(core): consolidate references ( #31539 )
2026-06-09 16:08:58 +00:00
Aiden Cline
0bb677cef9
feat(opencode): configure Cohere North model ( #31536 )
2026-06-09 10:54:03 -05:00
opencode-agent[bot]
8415ff50cb
chore: generate
2026-06-09 15:48:12 +00:00
Dax
37522185d3
refactor(tui): centralize application exit ( #31524 )
2026-06-09 11:46:02 -04:00
Aiden Cline
960eacebcf
test(core): avoid Windows worker close race ( #31532 )
2026-06-09 10:31:19 -05:00
Adam
b4a6419215
chore: stats -> data
2026-06-09 09:31:21 -05:00
Sebastian
7c1e61af1e
leave a breadcrumb comment about batchWindow zero ( #31508 )
2026-06-09 13:48:59 +02:00
opencode-agent[bot]
671d193786
docs: add uninstall troubleshooting steps ( #31424 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-06-09 10:49:18 +02:00
Simon Klee
2ababc87da
core: fix idle CPU use in file logger ( #31478 )
2026-06-09 09:27:32 +02:00
Luke Parker
5372c63c7c
fix(app): clip rounded session panels ( #31462 )
2026-06-09 06:22:52 +00:00
Ben Sandbrook
ab701d20eb
feat: add "reasoning" as interleaved field option for vLLM providers ( #30477 )
...
Co-authored-by: Ben Sandbrook <1126483+delta9000@users.noreply.github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-06-08 23:16:05 -05:00
Brendan Allan
384a8f58c6
feat(app): tabs help button ( #31454 )
2026-06-09 12:09:08 +08:00
opencode-agent[bot]
50c9d5221f
chore: generate
2026-06-09 03:57:22 +00:00
Brendan Allan
1a08ee77c7
feat(app): draft prompt state ( #31452 )
2026-06-09 03:56:04 +00:00
Aiden Cline
79cff288a6
fix(opencode): pass abort signal to MCP tool calls ( #31455 )
2026-06-08 22:47:05 -05:00
Aiden Cline
0efc334ff9
fix(opencode): paginate MCP catalogs ( #31442 )
2026-06-08 22:43:55 -05:00
opencode-agent[bot]
277ecc505c
chore: generate
2026-06-09 02:50:41 +00:00
Brendan Allan
f565ff3c09
feat(app): add draft tab support to tabs store ( #31343 )
2026-06-09 10:49:18 +08:00
Anthony Lau
161247c70d
fix(opencode): generate reasoning variants for all OpenRouter models. ( #30332 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-06-08 20:22:02 -05:00
Aiden Cline
a86ecf3bba
fix: adjust item id stripping to happen prior to request signing ( #31429 )
2026-06-08 17:43:48 -05:00
Aiden Cline
6e84142b59
fix(opencode): support MiniMax M3 thinking toggle ( #31426 )
2026-06-08 17:03:31 -05:00
James Long
fc52c5ac87
fix(tui): trim select footer action highlight ( #31411 )
2026-06-08 17:53:06 -04:00
opencode-agent[bot]
537666149b
chore: generate
2026-06-08 19:43:41 +00:00
Dax
c06ad7c881
refactor(core): replace legacy logger with Effect logging ( #31310 )
2026-06-08 15:41:56 -04:00
Aiden Cline
0a7cb20e66
fix(opencode): await run event loop ( #31389 )
2026-06-08 12:47:39 -05:00
Shoubhit Dash
f43209bb8c
fix(session): avoid sticky prompt tool overrides ( #31394 )
2026-06-08 23:03:27 +05:30
Shoubhit Dash
b34d9242d1
fix(core): disable fff trace logs ( #31380 )
2026-06-08 21:10:09 +05:30
opencode-agent[bot]
9654412021
chore: update nix node_modules hashes
2026-06-08 15:16:59 +00:00
Simon Klee
31d2fecf63
chore: upgrade OpenTUI to v0.3.4 ( #31326 )
2026-06-08 17:00:19 +02:00
opencode-agent[bot]
f3f59db3ae
chore: update nix node_modules hashes
2026-06-08 14:45:45 +00:00
Aiden Cline
89e2a23b5b
fix(core): restore npm proxy agent patch ( #31373 )
2026-06-08 09:32:41 -05:00
opencode-agent[bot]
ea5f97609a
chore: generate
2026-06-08 14:15:38 +00:00
Shoubhit Dash
4119051077
fix: stabilize fff file results ( #31369 )
2026-06-08 19:43:38 +05:30