Commit Graph

5093 Commits

Author SHA1 Message Date
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
Deven Navani d16024fbfd feat: discover Modal models (#39066) 2026-07-29 23:06:19 -05:00
Aiden Cline 6b004a2f7a fix(mcp): restore legacy SDK compatibility (#39373) 2026-07-28 11:53:35 -05:00
Aiden Cline 17a9a01daa fix(mcp): honor callback port in debug (#39259) 2026-07-28 00:00:38 -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 fb3b8fd059 feat(mcp): upgrade client SDK to v2 (#39247)
Co-authored-by: Matt Carey <mcarey@cloudflare.com>
2026-07-27 23:19:33 -05:00
Aiden Cline f321579518 fix(provider): generalize Claude adaptive thinking (#38757) 2026-07-24 16:44:00 -05:00
Zach Bruggeman a9f2729a17 fix(opencode): preserve grep symlink paths (#38581)
Co-authored-by: Zach Bruggeman <zbruggeman@ramp.com>
2026-07-24 11:16:58 -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
Matthias Reso de11600ecb fix(provider): update muse-spark reasoning default and system prompt (#37562)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-07-20 13:15:42 -05:00
OpeOginni f8b0986872 fix(opencode): display proper session import errors (#36258) 2026-07-20 11:43:27 -05:00
opencode-agent[bot] c100520228 chore: generate 2026-07-20 04:55:12 +00: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
Aiden Cline 4467db8b17 fix(provider): honor reasoning option semantics (#37519) 2026-07-17 14:23:33 -05:00
Aiden Cline ddf8e2404c fix(provider): restore Azure Cognitive Services endpoints (#37340) 2026-07-16 12:58:02 -05:00
opencode-agent[bot] 0879375e66 feat(tui): exit subagent menu with up arrow (#36951)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-15 16:00:53 -05:00
opencode-agent[bot] f6a77ecbac fix(core): limit subagent nesting depth (#37124)
Co-authored-by: Dax <mail@thdxr.com>
2026-07-15 09:53:52 -05:00
opencode-agent[bot] 1313269caa fix(opencode): default Meta reasoning to xhigh (#36976)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-14 19:52:04 -05:00
Aiden Cline 54e9a7d076 fix(opencode): remove obsolete Luna Responses Lite workaround (#36750) 2026-07-13 15:29:41 -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 4b51f17b90 fix(opencode): support Luna Responses Lite over OAuth (#36685)
Co-authored-by: AidenGeunGeun <eastlandwyvern@gmail.com>
2026-07-13 10:15:06 -05:00
Aiden Cline 04875e35d7 fix(provider): tweak reasoning option driven max budget variants (#36626) 2026-07-13 09:18:32 -05:00
opencode-agent[bot] 81f412bc94 fix(cli): switch org after console logout (#36276)
Co-authored-by: Victor Navarro <vn4varro@gmail.com>
2026-07-13 10:59:16 +00:00
Aiden Cline 5c908f01e4 fix(provider): derive variants from reasoning metadata (#36624) 2026-07-13 01:21:59 -05:00
Aiden Cline 907a8e60ec fix(opencode): filter unsupported GPT-5.6 OAuth alias (#36621) 2026-07-13 00:23:28 -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
opencode-agent[bot] 4abc8bcdd6 chore: generate 2026-07-12 19:42:58 +00:00
Nabs 3324d8db66 fix(openai): use codex context limits for gpt-5.6 (#36248)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-12 14:41:51 -05:00
opencode-agent[bot] 9994727242 fix(tui): forward environment to worker (#35925)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-09 18:30:03 -05:00
Aiden Cline 4aa1ad836f fix(copilot): handle zero billing batch size (#36123) 2026-07-09 13:14:33 -05:00
Aiden Cline a0e1e3827d feat: add meta muse system prompt (#36122) 2026-07-09 13:00:39 -05:00
Aiden Cline 605db13fdf tweak: adjust variant logic for muse (#36079) 2026-07-09 09:07:02 -05:00
Aiden Cline dba5563b7a fix(opencode): expose Grok reasoning variants (#36017) 2026-07-09 00:13:10 -05:00
opencode-agent[bot] 508b63c345 chore: generate 2026-07-08 22:31:09 +00:00
Aiden Cline 9975e0fab7 fix: improve xai cache hit rate (#35970) 2026-07-08 17:29:36 -05:00
James Long 68871fcc39 fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
2026-07-06 22:11:13 -04:00
Aiden Cline 9fd4d93820 fix(codemode): unify catalog signatures (#35452) 2026-07-06 00:52:37 -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 79f3bc7eea test(mcp): replace module mocks with real servers (#35450) 2026-07-05 12:49:31 -05:00
Aiden Cline f2aaa826ca refactor(codemode): namespace public types (#35425) 2026-07-05 10:34:58 -05:00
Simon Klee 09c3499215 tui: preserve spinner registration (#35292) 2026-07-04 09:44:23 +02:00
opencode-agent[bot] c932c04826 chore: generate 2026-07-03 18:42:23 +00:00
Aiden Cline 4e34b2b688 feat(opencode): gate execute tool behind code mode flag (#35185) 2026-07-03 13:41:15 -05:00
Aiden Cline 0cfefa0251 refactor(opencode): fail the execute tool on program failure (#35180) 2026-07-03 11:27:36 -05:00
Kit Langton 7e4afabb5a fix(opencode): provide Observability beneath all route service graphs (#35171) 2026-07-03 10:00:30 -04:00