Commit Graph

4594 Commits (04650f01feaa75e3276792efdcf983a02a778f0f)

Author SHA1 Message Date
Ben Vargas 04650f01fe
docs: add ai-sdk-provider-opencode-sdk to ecosystem (#5772) 2025-12-21 22:59:36 -06:00
Neil Daquioag 2062247e72
fix: support clipboard image paste (Ctrl+V) on Windows (#5919) 2025-12-21 21:18:47 -06:00
Aiden Cline 8785bec29c tweak: adjust minimax m2 topK and add minimax m2.1 topP 2025-12-21 21:17:58 -06:00
Noam Bressler d4b7f75ce3
fix: Perform snapshot in cases finish-step is not reached (#5912)
Co-authored-by: noamzbr <noamzbr@users.noreply.github.com>
2025-12-21 21:13:11 -06:00
Matt Silverlock 4f73d58031
prompts: improve built-in /review prompt (#5918) 2025-12-21 21:11:48 -06:00
YeonGyu-Kim b906f2de88
feat(server): expose auto param in session.summarize for plugins (#5924) 2025-12-21 21:05:30 -06:00
GitHub Action 4035afe5c8 chore: generate 2025-12-22 00:45:30 +00:00
Dax 8fe0715928
feat: add Agent Skills support (#5921) 2025-12-21 19:44:56 -05:00
opencode cb8af962cd release: v1.0.185 2025-12-21 23:38:40 +00:00
Dax Raad c333ffa38b core: fix LSP server binary installation and shell command execution
- Ensure proper file permissions are set for installed LSP binaries on non-Windows platforms
- Add error handling for shell command execution in prompt system to prevent crashes
2025-12-21 18:33:37 -05:00
Aiden Cline 3456f4ed80 tweak: update kimi-k2 and kimi-k2-thinking to use recommended temperature values 2025-12-21 15:54:57 -06:00
Dax Raad 2536e9f45b tui: fix SDK context usage and server port fallback
- Update SDK context to return client instead of event for proper usage
- Add server port fallback to 4096 when port 0 is specified but unavailable
- Fix SDK event listener usage in TUI app
2025-12-21 14:57:55 -05:00
Nalin Singh 507ba644cf
feat: add syntax highlighting for .ets files (#5889) 2025-12-21 11:42:47 -06:00
Abdelkader Boudih 2f48c8c05f
fix: use official MCP SDK for better tool schema handling (#5463) 2025-12-21 11:31:07 -06:00
GitHub Action 4828fd1eac chore: generate 2025-12-21 14:47:27 +00:00
Matt Silverlock 10375263ef
github: support schedule events (#5810) 2025-12-21 08:46:54 -06:00
opencode f53ebafbab release: v1.0.184 2025-12-21 11:04:32 +00:00
Adam 23ebc50da9
fix(desktop): layout regression 2025-12-21 05:01:30 -06:00
Adam 673c6f97b7
fix(desktop): better keybind tooltips 2025-12-21 04:56:20 -06:00
Adam ec46f71258
fix(desktop): todo tool title 2025-12-21 04:41:54 -06:00
Adam 8865e524cb
fix(desktop): allow text selection 2025-12-21 04:39:54 -06:00
GitHub Action 36bb02ae45 chore: generate 2025-12-21 10:36:43 +00:00
Adam 5072331f04
fix(desktop): incorrect state dir on macos 2025-12-21 04:36:02 -06:00
opencode 9d48fd4bbd release: v1.0.183 2025-12-21 10:14:41 +00:00
Adam bf66390557
fix(desktop): better error reporting 2025-12-21 04:11:09 -06:00
Adam 184643f0db
fix(desktop): non-latin file paths failed 2025-12-21 04:06:10 -06:00
Adam 1bce898ca7
fix(desktop): file loading errors 2025-12-21 04:02:00 -06:00
Christopher Tso 6dc4e5ac93
Make CLI build script Windows-friendly (#5835) 2025-12-21 00:09:58 -06:00
Aiden Cline d3922f0965
core: add verification that at least 1 primary agent is enabled, add regression tests (#5881) 2025-12-20 21:36:22 -06:00
GitHub Action cfaac9f2e1 chore: generate 2025-12-21 03:07:26 +00:00
opencode 0b046d6cf0 release: v1.0.182 2025-12-21 03:07:26 +00:00
Aiden Cline 3d822e5f79 fix: regression where config would error despite valid agents 2025-12-20 21:04:37 -06:00
opencode f9cef22a53 release: v1.0.181 2025-12-21 02:06:25 +00:00
Adam b5d7d3dec1
fix(desktop): layout 2025-12-20 20:02:40 -06:00
Adam 182630e0d7
feat(desktop): new layout 2025-12-20 19:52:12 -06:00
Ryan Vogel 6c40bfe043
docs: clarify model ID format for OpenCode provider (#5854) 2025-12-20 13:51:13 -06:00
Aiden Cline 9caaae6a18 tweak: better error message if no primary agents are enabled 2025-12-20 13:47:28 -06:00
Ryan Vogel ad6a5e6157
feat(docs): adding .md to docs pages shows raw markdown (#5823) 2025-12-20 12:05:06 -06:00
shamil2 7dd8ea58c2
feat: add Catppuccin Frappé theme (#5821)
Co-authored-by: shamil2 <shamil2@users.noreply.github.com>
2025-12-20 12:04:35 -06:00
ja 3b261e0125
docs: add name property to model configuration example (#5853) 2025-12-20 11:54:49 -06:00
Shpetim 426791f68a
fix: system theme flicker (#5842)
Co-authored-by: Shpetim <shpetim.alimi@ndbit.net>
2025-12-20 11:53:46 -06:00
Frank c7cade2494 zen: sync 2025-12-20 12:52:55 -05:00
Matt Silverlock 8f6c8844d7 feat: support configuring a default_agent across all API/user surfaces (#5843)
Co-authored-by: observerw <observerw@users.noreply.github.com>
2025-12-20 11:49:23 -06:00
lif d89b567b47
fix: add transform case for gemini if mcp tool has missing array items (#5846) 2025-12-20 11:41:52 -06:00
ja 34eb03f5b8
fix: prioritize session list loading when resuming with -c (#5816)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-20 11:39:26 -06:00
Ryan Cassidy 2f6d15a51e
feat: add cursor theme (#5850) 2025-12-20 10:56:27 -06:00
GitHub Action 8ffea80980 chore: generate 2025-12-20 16:00:36 +00:00
opencode c87d61b561 release: v1.0.180 2025-12-20 16:00:36 +00:00
opencode 33d8bfc937 release: v1.0.179 2025-12-20 15:38:38 +00:00
GitHub Action bab000eeb5 chore: generate 2025-12-20 15:29:23 +00:00