Commit Graph

663 Commits

Author SHA1 Message Date
opencode 4633e7e2bb release: v0.4.6 2025-08-11 01:59:27 +00:00
Dax Raad b86b24bca2 add OPENCODE_DISABLE_AUTOUPDATE flag 2025-08-10 21:52:52 -04:00
Dax Raad 45b22d0581 ci: smoke test 2025-08-10 21:37:48 -04:00
Dax Raad 2c8bd78883 pass through additional agent options to the provider 2025-08-10 21:34:46 -04:00
Tom 489e54b04b fix(plugin): prevent compiled binary hang by removing lazy dynamic import (#1794)
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-10 21:31:15 -04:00
opencode 4e87c698ce release: v0.4.3 2025-08-11 00:53:06 +00:00
Dax Raad 828bc3b72f switch gpt-5 to codex prompt 2025-08-10 20:47:38 -04:00
Dax Raad 652bed02bb support agent options 2025-08-10 20:30:37 -04:00
adamdotdevin 80347b1ad4 feat: thinking blocks rendered in tui and share page 2025-08-10 19:25:03 -05:00
Aiden Cline bb5396263c feat: webfetch permission support (#1772) 2025-08-10 08:00:44 -05:00
Dax Raad b5798d2dae use minimal reasoning effort for gpt-5 2025-08-09 15:38:48 -04:00
Aiden Cline d88272d466 feat: eslint lsp (#1744) 2025-08-09 11:04:58 -05:00
Aiden Cline 232e96c4db better permissions ux when denying (#1747) 2025-08-09 11:03:33 -05:00
Dax Raad 706b7b1481 remove synthetic message in plan mode, fixes being confused in build mode 2025-08-08 20:45:24 -04:00
Dax Raad e530a3287a gpt-5 lower verbosity 2025-08-08 20:42:22 -04:00
Dax 9c7361c901 Remove unused OpenTelemetry tracing and fix overlapping highlights (#1738)
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-08 20:20:01 -04:00
Erick Christian ac1b1ad797 feat(agent): allow mode selection during creation (#1699) 2025-08-08 20:07:20 -04:00
Clayton 60115f0458 Reference the actual name of the windows package (#1700) 2025-08-08 20:07:00 -04:00
rmoriz 8a4bd7d619 Clarify remote mcp error (#1729)
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-08 20:04:26 -04:00
Frank 3be6d94a02 wip: gateway 2025-08-08 13:24:32 -04:00
opencode 2e1d7c85c7 release: v0.4.1 2025-08-08 03:01:03 +00:00
Dax Raad 56587b1849 temporary fix for max output token 2025-08-07 22:54:59 -04:00
Dax Raad d408886e43 renable todo tool 2025-08-07 21:47:37 -04:00
Dax Raad e46ecf67d9 looser todo tool schema 2025-08-07 21:47:37 -04:00
Dax 77c101d742 Merge agent and mode into one (#1689)
The concept of mode has been deprecated, there is now only the agent field in the config.

An agent can be cycled through as your primary agent with <tab> or you can spawn a subagent by @ mentioning it. if you include a description of when to use it, the primary agent will try to automatically use it

Full docs here: https://opencode.ai/docs/agents/
2025-08-07 16:32:12 -04:00
Timo Clasen 134a698437 fix: get session api (#1684) 2025-08-07 15:28:18 -04:00
opencode 8a68dfdcbf release: v0.3.133 2025-08-07 00:30:05 +00:00
Dax Raad 4bd6efe2a9 add api to get session 2025-08-06 20:24:36 -04:00
Timo Clasen 8f65d92165 fix(docs): small_model is not used for summarization (#1360) 2025-08-06 14:03:14 -05:00
Dax Raad ed3d49d74a add snapshot field in config to disable snapshots 2025-08-06 11:35:37 -04:00
Yihui Khuu 7ba89b3d85 fix: run command should use specified model from cli args if provided (#1648) 2025-08-06 05:39:44 -05:00
Aiden Cline 41943011c0 docs: document permissions (#1638) 2025-08-06 05:18:08 -05:00
Aiden Cline 947bf020a4 fix: handle undefined agent in task tool (#1642) 2025-08-06 05:16:43 -05:00
Aiden Cline 4fa81b899d permissions disallow support (#1627) 2025-08-05 19:14:28 -05:00
Timo Clasen 97677d8f05 fix: prevent title regeneration on auto compact (#1628) 2025-08-05 17:15:50 -05:00
Dax Raad 7ec57f1fd9 hint back to llm when tool does not exist 2025-08-05 15:58:12 -04:00
Dax Raad 5e9bf32f82 ci: send stats to posthog 2025-08-05 12:01:48 -04:00
Yihui Khuu 6598713d0e fix: allow disabling the default general agent (#1616) 2025-08-05 05:20:00 -05:00
Aiden Cline 29f1bd9ead fix: server.root is not a function (#1614) 2025-08-05 05:17:32 -05:00
Timo Clasen 35865c50c5 fix(plugins): improve session idle event (#1615) 2025-08-05 05:16:43 -05:00
opencode 126b82c65b release: v0.3.130 2025-08-05 03:25:28 +00:00
opencode 5918e5dcb2 release: v0.3.129 2025-08-05 01:18:50 +00:00
Mahamed-Belkheir 93575f4a51 fix: default value for models with no cost object (#1601) 2025-08-04 16:45:35 -05:00
opencode c3bc30a155 release: v0.3.128 2025-08-04 16:20:39 +00:00
Dax Raad eca7b8fd11 hack to return tool call errors back to model 2025-08-04 12:15:24 -04:00
opencode 927e6f121a release: v0.3.127 2025-08-04 16:06:13 +00:00
Aiden Cline 29bc4c07ae fix double help printing (#1580) 2025-08-04 05:03:27 -05:00
Dax Raad 48faf9d3ce wip: plugins 2025-08-03 21:43:58 -04:00
Dax Raad 4fc04bbac2 wip: plugin load from package 2025-08-03 21:19:03 -04:00
Yordis Prieto ab3d6c9797 chore: add ts-expected-error (#1575) 2025-08-03 17:09:19 -04:00