Commit Graph

11767 Commits

Author SHA1 Message Date
Aiden Cline c0fe9089e8 fix: ensure assistant messages always have reasoning on them for deepseek (#24180) 2026-04-24 11:10:47 -04:00
07akioni c8a6eeb5fd fix: use existingModel as fallback for interleaved field (#24172) 2026-04-24 10:41:41 -04:00
opencode-agent[bot] 590ebba0a6 chore: generate 2026-04-24 13:20:23 +00:00
Kit Langton 9e83b30f15 feat(httpapi): bridge mcp status endpoint (#24100) 2026-04-24 09:18:57 -04:00
opencode 949bbdd1ec sync release versions for v1.14.23 2026-04-24 13:17:13 +00:00
Kit Langton cbb6ed437f feat(httpapi): bridge file read endpoints (#24098) 2026-04-24 09:12:05 -04:00
Aiden Cline 84370b1ac2 fix: support max for deepseek (#24163) 2026-04-24 08:48:52 -04:00
黑墨水鱼 28ff344112 fix: preserve empty reasoning_content for DeepSeek V4 thinking mode (#24146)
Co-authored-by: Simon Klee <hello@simonklee.dk>
2026-04-24 08:42:57 -04:00
Aiden Cline 41262c0ca8 fix: deepseek variants (#24157) 2026-04-24 08:34:48 -04:00
Simon Klee e4b1a3f12d test(prompt): align shell placeholder expectation (#24147) 2026-04-24 13:00:11 +02:00
Brendan Allan c2be1eb239 fix(app): conditionally show model variant selector (#24115) 2026-04-24 15:20:53 +08:00
Frank 521bdf2421 zen: deepseek v4 pro 2026-04-24 02:09:14 -04:00
Frank 62a47f3da4 sync 2026-04-24 02:05:22 -04:00
Brendan Allan 09eae07992 feat(prompt): add shell mode UI with cancel button, custom icon, and example placeholder (#24105) 2026-04-24 14:04:55 +08:00
opencode-agent[bot] ee893e56b4 chore: generate 2026-04-24 05:28:43 +00:00
Brendan Allan 2bddee92a6 fix(desktop): avoid relaunching without installing updates (#23806) 2026-04-24 13:27:36 +08:00
Brendan Allan 8827f84aac ci: add platform-specific bun install flags (#23822) 2026-04-24 04:50:34 +00:00
opencode-agent[bot] cffa04fc74 chore: generate 2026-04-23 21:44:44 +00:00
rahul 815337d88c feat(truncate): allow configuring tool output truncation limits (#23770)
Co-authored-by: rgs_ramp <rgs@ramp.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-04-23 17:43:33 -04:00
Kit Langton 2c47dc78f9 feat(httpapi): bridge workspace read endpoints (#24062) 2026-04-23 17:32:02 -04:00
Aiden Cline 684079f261 fix: account for additional openai retry case (#24063) 2026-04-23 17:31:43 -04:00
Aiden Cline 6c03ee2559 chore: update copilot readme to symlink to an agents md to prevent dumbass agents from touching these files (#24057) 2026-04-23 17:08:46 -04:00
opencode-agent[bot] 402657027f chore: generate 2026-04-23 20:50:19 +00:00
Kit Langton 397cfbcd2d refactor(control-plane): migrate workspace DTO schemas (#24056) 2026-04-23 16:48:56 -04:00
Kit Langton f95d41171a docs: update effect schema migration tracker (#24054) 2026-04-23 16:23:45 -04:00
opencode-agent[bot] 4366345f55 chore: generate 2026-04-23 20:20:26 +00:00
James Long 79bee2e03a feat(tui): support builtin protocol for handling context from editors (#24034) 2026-04-23 16:19:19 -04:00
opencode-agent[bot] 7a5d5d1161 chore: generate 2026-04-23 20:10:56 +00:00
Kit Langton 9d583dc856 refactor(tool): migrate tool framework + all 18 built-in tools to Effect Schema (#23244) 2026-04-23 16:09:34 -04:00
opencode-agent[bot] fdb22d0577 chore: generate 2026-04-23 19:38:54 +00:00
Kit Langton b416f9d3b9 refactor(bus): migrate BusEvent to Effect Schema (#24040) 2026-04-23 15:37:44 -04:00
Kit Langton 915bf54ebc refactor(schema): use Schema.Int and consolidate PositiveInt/NonNegativeInt (#24029) 2026-04-23 13:22:48 -04:00
Kit Langton 4ac91231ec refactor(provider): migrate provider domain to Effect Schema (#24027) 2026-04-23 13:17:33 -04:00
Frank 4774fbd89a sync 2026-04-23 13:13:29 -04:00
Kit Langton 6388e59800 docs(schema): mark sync/index.ts migrated with compat-bridge note (#24024) 2026-04-23 12:54:46 -04:00
opencode-agent[bot] fb7ba132fd chore: generate 2026-04-23 16:44:32 +00:00
Kit Langton baa1493582 refactor(sync): make session events schema-first (#24019) 2026-04-23 12:43:08 -04:00
opencode-agent[bot] 2c1345ab4d chore: generate 2026-04-23 16:00:01 +00:00
Shoubhit Dash 95e63b689a fix(npm): respect npmrc for version lookups (#24016) 2026-04-23 21:28:54 +05:30
opencode 72ed9a4edf sync release versions for v1.14.22 2026-04-23 15:56:49 +00:00
opencode-agent[bot] c9cd35a452 chore: generate 2026-04-23 15:31:16 +00:00
Kit Langton 13bb84f5e3 refactor(session): migrate session domain to Effect Schema (#24005) 2026-04-23 11:30:02 -04:00
James Long 7bd0e6a663 fix(tui): render all non-synthetic text parts of a user message (#24009) 2026-04-23 11:24:40 -04:00
Shoubhit Dash 104db9427f fix(npm): respect npmrc config (#24001) 2026-04-23 19:54:01 +05:30
Simon Klee 2fb66af4e6 chore: add to TEAM_MEMBERS (#23975) 2026-04-23 13:02:40 +02:00
opencode-agent[bot] 31e8ef6887 chore: generate 2026-04-23 10:58:14 +00:00
Brendan Allan 916b85152a feat(project): add icon_url_override field to projects (#23955) 2026-04-23 18:57:04 +08:00
Brendan Allan 7a5468cc60 fix: add keyed prop to Show components for proper reactivity (#23935) 2026-04-23 17:32:01 +08:00
Frank 5a465f210c zen: hy3 preview 2026-04-23 02:56:41 -04:00
opencode a084c23555 sync release versions for v1.14.21 2026-04-23 05:45:21 +00:00