Commit Graph

233 Commits

Author SHA1 Message Date
will.anderson cfca4cec19 feat(opencode): cut plugin system and remote behavior feeds; add SessionContext assembly and Runner
- delete plugin machinery (loader, install, meta, hooks) and all trigger sites
- fold first-party provider auth into static registry (provider/hooks.ts)
- remove remote instruction URL fetch, skills remote puller, TUI plugin host
- add session/context.ts: single provenance-tagged context assembly point
- add session/runner.ts: admit/context/stream/tools loop with compaction policy
- relocate audit artifacts to audit/ (FORK-AUDIT, instruction docs as evidence)
2026-08-22 16:13:29 -05:00
will.anderson f46c750b3b feat: prune cloud providers and console API, complete Neuron branding sweep 2026-08-21 14:59:43 -05:00
will.anderson 49b5856226 chore: fork — remove vendor CI, repoint release checks to Neuron Gitea 2026-08-21 13:36:36 -05:00
opencode-agent[bot] 74f552965f chore: generate 2026-08-21 13:24:26 +00:00
opencode-agent[bot] e7634367f6 fix(opencode): route Vertex multi-regions through REP (#42648)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com>
2026-08-21 15:23:05 +02:00
opencode-agent[bot] 94e7627de0 fix(opencode): retry xAI capacity stream errors (#43640)
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-08-20 09:29:30 -05:00
opencode-agent[bot] 844288b99f fix(opencode): remove Qwen sampling defaults (#43310)
Co-authored-by: rekram1-node <63023139+rekram1-node@users.noreply.github.com>
2026-08-18 17:59:59 -05:00
Aiden Cline a7dd1d6ca8 feat(opencode): native OpenAI and Anthropic passthroughs for Cloudflare AI Gateway (#42634)
Co-authored-by: Keefe Tang <keefe@pentagram.me>
2026-08-16 23:53:20 -05:00
Matthew Feroz 27dda92b39 fix(provider): add Merge Gateway reasoning variants (#41867) 2026-08-12 10:31:19 -05:00
opencode-agent[bot] 13917344f2 fix(provider): scope DeepSeek V4 Flash sampling defaults (#41620)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 侯秀凯 <9627034+hoooou@users.noreply.github.com>
2026-08-10 23:01:56 -05:00
opencode-agent[bot] 1d06ea397e test(opencode): cover Azure completion reasoning (#40340)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-04 09:50:17 +10:00
Frederik 30bf079f03 fix: gpt-5.5+ in combination with azure fails with reasoningEffort (#40265) 2026-08-03 17:42:30 -05:00
opencode-agent[bot] ecc58c5fc2 fix(provider): widen interleaved reasoning fields (#39556)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-30 11:10:34 -05:00
opencode-agent[bot] 7c2fe542b7 fix(provider): omit deprecated Gemini sampling defaults (#38924)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-27 23:21:00 -05:00
Aiden Cline f321579518 fix(provider): generalize Claude adaptive thinking (#38757) 2026-07-24 16:44:00 -05:00
Aiden Cline 9fa6ba09f2 fix(provider): select prompt cache keys by SDK (#38424) 2026-07-22 22:37:22 -05:00
Aiden Cline b5ae3d9727 fix(provider): correct MiniMax M3 thinking variants (#38330) 2026-07-22 10:38:23 -05:00
Aiden Cline 4abe8c5e59 fix(provider): normalize Mistral family tool call IDs (#37982)
Co-authored-by: tobwen <1864057+tobwen@users.noreply.github.com>
2026-07-20 13:58:49 -05:00
Qiping Li ce726e1249 feat(opencode): use adaptive thinking effort for kimi family on anthr… (#37696)
Co-authored-by: liqiping <liqiping@msh.team>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-07-19 23:54:00 -05:00
opencode-agent[bot] 079ed74a86 fix(opencode): increase OpenAI header timeout (#37770)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-19 10:41:48 -05:00
opencode-agent[bot] b99fc4055d chore: generate 2026-07-17 19:25:13 +00:00
Aiden Cline 4467db8b17 fix(provider): honor reasoning option semantics (#37519) 2026-07-17 14:23:33 -05:00
Aiden Cline 3967bfd901 fix(provider): support OpenAI pro reasoning mode (#36694) 2026-07-13 11:04:46 -05:00
Mark 8ed5e4cf6d fix(xai): default store to false for Responses (#36629)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-07-13 10:37:12 -05:00
Aiden Cline 04875e35d7 fix(provider): tweak reasoning option driven max budget variants (#36626) 2026-07-13 09:18:32 -05:00
Aiden Cline 5c908f01e4 fix(provider): derive variants from reasoning metadata (#36624) 2026-07-13 01:21:59 -05:00
Aiden Cline 49e6901e51 fix(provider): route gateway variants by api id (#36614) 2026-07-13 00:08:08 -05:00
Aiden Cline 0766de6ece fix(provider): derive variants from reasoning options (#36543) 2026-07-12 16:12:07 -05:00
Aiden Cline ce5fb93c1f test(opencode): refresh stale model references (#36546) 2026-07-12 13:28:36 -05:00
Aiden Cline 4aa1ad836f fix(copilot): handle zero billing batch size (#36123) 2026-07-09 13:14:33 -05:00
Aiden Cline dba5563b7a fix(opencode): expose Grok reasoning variants (#36017) 2026-07-09 00:13:10 -05:00
Aiden Cline 9975e0fab7 fix: improve xai cache hit rate (#35970) 2026-07-08 17:29:36 -05:00
opencode-agent[bot] 442fe9f2af fix(provider): preserve OpenRouter small model effort (#35478)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-05 18:50:25 -05:00
Aiden Cline 48eaee0fc8 fix(provider): force openai reasoning variants (#34702) 2026-06-30 22:45:39 -05:00
Aiden Cline cb151feefc fix(core): stop replaying stale GitHub Copilot Responses item IDs (#34686) 2026-06-30 19:19:02 -05:00
Aiden Cline a188c1423d fix(provider): enable sonnet 5 adaptive thinking (#34673) 2026-06-30 14:03:05 -05:00
James Long 54fbd2a8b9 refactor(core): remove infrastructure layer exports (#34624) 2026-06-30 12:17:12 -04:00
opencode-agent[bot] 3d6c516840 chore: generate 2026-06-29 20:36:56 +00:00
James Long 4c0a372047 refactor(opencode): bind instance bootstrap node (#34502) 2026-06-29 16:35:10 -04:00
opencode-agent[bot] 1d16651021 chore: generate 2026-06-29 17:58:20 +00:00
James Long 55cf050a75 refactor(core): convert more opencode tests to nodes (#34464) 2026-06-29 13:56:28 -04:00
opencode-agent[bot] c79cdbb194 chore: generate 2026-06-29 16:58:51 +00:00
James Long a216e6584a refactor(core): convert opencode tests to nodes (#34453) 2026-06-29 12:56:44 -04:00
opencode-agent[bot] b4bc6ab79c fix(opencode): allow empty provider config default (#34167)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-06-26 23:19:42 -05:00
Aiden Cline 80cc731547 fix(core): refine small model defaults (#33926) 2026-06-25 20:31:53 -05:00
Aiden Cline cd29e7b797 feat(llm): pass strict through tool definitions for Codex parity (#33392) 2026-06-25 16:28:39 -05:00
Aiden Cline 29174e3957 fix(core): preserve structured error messages (#33530) 2026-06-23 18:43:59 -05:00
imranshaiedi-byte 08cf531e5e feat(opencode): expose High/Max thinking variants for GLM-5.2 (#32446)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-06-20 16:59:08 -05:00
Jason Quense 9d7df8bd39 fix(opencode): sanitize OpenAI MCP tool schemas (#32489)
Co-authored-by: jquense <jquense@ramp.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-06-17 02:00:58 +02:00
Linus Schlumberger b4068ec9b7 fix(gemini): prevent gemini incompatibility with some tools (#31877) 2026-06-11 11:30:50 -05:00