Commit Graph

8854 Commits

Author SHA1 Message Date
opencode 0cbe428c5e release: v1.1.52 v1.1.52 2026-02-05 18:48:54 +00:00
Dax Raad e7662f9889 enable 5.3 codex 2026-02-05 13:23:58 -05:00
Goni Zahavy 26bcf888c4 feat(tui): add running spinner to bash tool in TUI (#12317) 2026-02-05 12:23:02 -06:00
Frank fb86aa435b zen: opus 4.6 2026-02-05 13:01:50 -05:00
Dax Raad 9689a1e058 core: silently ignore proxy command failures to prevent config initialization crashes 2026-02-05 12:47:32 -05:00
Aiden Cline 2c92dcc8ab fix: ensure that github copilot plugin properly sets headers when used in other clients than tui (#12316) 2026-02-05 11:40:29 -06:00
opencode-agent[bot] c1936404f8 chore: update nix node_modules hashes 2026-02-05 16:45:41 +00:00
Dax Raad 61ca69317a core: bundle GitLab auth plugin directly instead of dynamic install
Remove dynamic installation of built-in plugins. GitLab auth is now imported

directly as an internal plugin, eliminating network requests during startup

and simplifying the plugin loading logic.

Removes the need for test mocks since plugins are no longer

dynamically installed at runtime.
2026-02-05 11:29:00 -05:00
Dax Raad e776077bac ci: ensure config test waits for dependencies to complete installation 2026-02-05 10:13:52 -05:00
Dax Raad f4db8e4808 core: fix plugin installation to use direct package.json manipulation instead of bun add
This ensures plugins install more reliably by writing dependencies directly
to package.json rather than relying on bun add commands which can fail
in certain environments. Also adds a small delay to ensure filesystem
operations complete before proceeding.
2026-02-05 10:07:59 -05:00
Adam 3168bc8368 chore: cleanup 2026-02-05 07:21:50 -06:00
Adam f8642dadde fix(app): file changes not always available 2026-02-05 07:04:44 -06:00
Adam 5f099da732 fix(app): file tree out of sync 2026-02-05 07:04:43 -06:00
Adam 70bb105f6d chore: package.json scripts 2026-02-05 07:04:34 -06:00
Adam 806b63c7fe chore: package.json scripts 2026-02-05 07:03:29 -06:00
Adam 9a25b5afdd fix(app): copy buttons smaller and out of the way 2026-02-05 07:03:29 -06:00
Edin ae67729347 feat(i18n): add Bosnian locale (#12283) 2026-02-05 06:58:14 -06:00
Adam 7d3bda54bd fix(app): terminal URL issues 2026-02-05 06:20:19 -06:00
Adam d25f961028 chore: cleanup 2026-02-05 06:04:28 -06:00
Brendan Allan 385483b6ce app: remove extra x padding around prompt input on mobile 2026-02-05 16:42:05 +08:00
opencode-agent[bot] 7786d54014 chore: update nix node_modules hashes 2026-02-05 08:00:44 +00:00
Zhiming Guo 8749e2d2a0 fix(opencode): Fixes image reading with OpenAI-compatible providers like Kimi K2.5. (#11323)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-02-05 01:54:07 -06:00
Aiden Cline b4cbab94e7 fix: downgrade xai ai-sdk package due to errors (#12251) 2026-02-05 01:50:05 -06:00
Aiden Cline 33e4898811 Revert: feat: add models.dev schema ref for model autocomplete in ope… (#12242) 2026-02-05 00:31:08 -06:00
opencode-agent[bot] a16a804ae9 chore: generate 2026-02-05 06:08:54 +00:00
Tommy D. Rossi 5d1d1e0a5d feat: add models.dev schema ref for model autocomplete in opencode.json (#12112) 2026-02-05 00:08:08 -06:00
Aiden Cline a1165cc483 tweak: adjust task tool description/input to alleviate tool call failures that sometimes occured w/ gpt models (#12214) 2026-02-05 00:04:03 -06:00
Dax 9235ad6196 fix: wait for dependencies before loading custom tools and plugins (#12227) 2026-02-05 03:25:43 +00:00
Frank c5039b266f wip: zen 2026-02-04 20:56:38 -05:00
Frank eaf20b6823 zen: set session affinity header 2026-02-04 20:56:37 -05:00
Filip d29899cfa7 fix(app): refresh workspace sessions on project switch (#12189) 2026-02-04 19:33:34 -06:00
opencode-agent[bot] 26ed35248a chore: generate 2026-02-05 00:30:42 +00:00
Ariane Emory 1fb442dd7e feat: Allow the function to hide or show thinking blocks to be bound to a key (resolves #12168) (#12171) 2026-02-04 18:29:46 -06:00
Maharshi Patel 643bae3d2f fix(tui): add hover states to question tool tabs (#12203) 2026-02-04 18:28:22 -06:00
Adam 1d8299d322 fix(app): terminal url 2026-02-04 15:43:13 -06:00
Shantur Rathore 294b72e0ea fix(core): skip dependency install in read-only config dirs (#12128) 2026-02-04 14:45:59 -06:00
Adam 04b55b891f fix(app): terminal EOL issues 2026-02-04 14:36:10 -06:00
Parker Smith e03a2acad8 fix(desktop): Refresh file contents when changing workspaces to not have stale contents (#11728) 2026-02-04 14:27:02 -06:00
Dave Dennis 89c7caf24a fix(app): derive terminal WebSocket URL from browser origin instead o… (#12178) 2026-02-04 14:22:50 -06:00
Adam e71fc36134 fix(app): last turn changes rendered in review pane (#12182) 2026-02-04 19:50:56 +00:00
Adam df62ea05ab fix(app): safety triangle for sidebar hover (#12179) 2026-02-04 19:25:55 +00:00
Tom eead871f38 fix: ensure kimi-for-coding plan has thinking on by default for k2p5 (#12147) 2026-02-04 12:39:22 -06:00
Aiden Cline 5c64166f30 fix: cloudflare workers ai provider (#12157) 2026-02-04 18:07:33 +00:00
Aiden Cline 329b41ce95 fix: ensure that plugin installs use --no-cache when using http proxy to prevent random hangs (see bun issue) (#12161) 2026-02-04 12:01:00 -06:00
Adam ca27bd6a29 fix(app): clear comments on prompt submission (#12148) 2026-02-04 11:19:03 -06:00
Adam e3bdc76f0d test(app): fix e2e test action 2026-02-04 11:03:54 -06:00
Adam 1818e4fe69 fix(app): terminal hyperlink clicks 2026-02-04 10:54:55 -06:00
Adam 69827b0d51 fix(ui): review comments z-index stacking 2026-02-04 10:35:11 -06:00
Adam a5e1b2f362 test(app): fix e2e test action 2026-02-04 10:28:24 -06:00
Adam 16e1b2bca9 fix(core): session errors when attachment file not found 2026-02-04 10:21:03 -06:00