Commit Graph

7141 Commits

Author SHA1 Message Date
⌞L⌝ 40d345a094 docs: add 302ai provider (#8142) 2026-01-13 17:00:23 -06:00
Eduard Voiculescu d7c869e92c docs: Update plan mode restrictions (#8290) 2026-01-13 16:52:02 -06:00
GitHub Action 6f180d3db9 chore: generate 2026-01-13 22:50:56 +00:00
Leonidas d5d06eb7a4 fix(TUI): make tui work when OPENCODE_SERVER_PASSWORD is set (#8179) 2026-01-13 16:50:19 -06:00
opencode 400ace09e7 release: v1.1.19
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
v1.1.19
2026-01-13 22:27:16 +00:00
Dax Raad 82aaf09eea do not allow agent to ask custom-less questions 2026-01-13 17:14:12 -05:00
Aiden Cline 512f601abe tweak: prompt for explore agent better 2026-01-13 15:35:52 -06:00
GitHub Action 2527e4ee33 chore: generate 2026-01-13 21:24:19 +00:00
Vladimir Glafirov 831fff0de6 fix: Add Plugin Mocks to Provider Tests (#8276) 2026-01-13 15:23:41 -06:00
Alan e09aac39dc fix: update User-Agent string to latest Chrome version in webfetch (#8284) 2026-01-13 15:23:08 -06:00
Dax Raad b3179b9c5d remove plan 2026-01-13 16:20:05 -05:00
Dax Raad 3ec5490d6b test: fix plan agent test path from .opencode/plan/* to .opencode/plans/* 2026-01-13 16:19:14 -05:00
GitHub Action ce1d845d76 chore: generate 2026-01-13 20:56:28 +00:00
Dax e668d0b6d0 feat: add plan mode with enter/exit tools (#8281) 2026-01-13 15:55:48 -05:00
Joe Harrison 9a3a71ed4a fix(prompt-input): handle Shift+Enter before IME check to prevent stuck state (#8275) 2026-01-13 14:06:38 -06:00
Aiden Cline c1a731b8e8 add family to gpt 5.2 codex in codex plugin 2026-01-13 13:57:34 -06:00
Aiden Cline 06245da294 tweak: external dir permission rendering in tui 2026-01-13 13:52:16 -06:00
Aiden Cline 6b996857d1 tweak: ensure external dir and bash tool invocations render workdir details 2026-01-13 13:52:15 -06:00
Github Action 7cebd1bd6e Update aarch64-darwin hash 2026-01-13 19:29:19 +00:00
Github Action 0bd39c86e9 Update Nix flake.lock and x86_64-linux hash 2026-01-13 19:22:49 +00:00
Dillon Mulroy 70dcd4772c fix(cli): mcp auth duplicate radio button icon (#8273) 2026-01-13 13:22:26 -06:00
Vladimir Glafirov dbc91cc328 feat: Add GitLab Duo Agentic Chat Provider Support (#7333)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-13 13:21:39 -06:00
Zeke Sikelianos 40891aad67 docs: document ~/.claude/CLAUDE.md compatibility behavior (#8268) 2026-01-13 12:58:09 -06:00
Daniel Sauer 6b0f4c69b5 fix(state): delete key from recordsByKey on instance disposal (#8252) 2026-01-13 12:43:16 -06:00
Daniel Sauer 994c80c2ef fix(mcp): close existing client before reassignment to prevent leaks (#8253) 2026-01-13 12:38:34 -06:00
Daniel Polito aa932bebbe feat(desktop): Ask Question Tool Support (#8232) 2026-01-13 12:28:08 -06:00
GitHub Action 898b98c5de chore: generate 2026-01-13 18:27:28 +00:00
cmdr-chara 9e748bd44e feat: add Undertale and Deltarune built-in themes (#8240) 2026-01-13 12:26:45 -06:00
Daniel Polito f2043d0c78 fix(desktop): Revert provider icon on select model dialog (#8245) 2026-01-13 12:26:21 -06:00
opencode 7139e84727 release: v1.1.18
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
v1.1.18
2026-01-13 16:17:17 +00:00
Leonidas 1ea4b1dc01 fix(github): add persist-credentials: false to workflow templates (#8202)
publish-github-action / publish (push) Has been cancelled
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
github-v1.2.12
2026-01-13 09:53:30 -06:00
Brendan Allan 12384a9ad4 console: reduce desktop download cache ttl to 5 minutes 2026-01-13 23:51:16 +08:00
GitHub Action 14d7f50033 chore: generate 2026-01-13 15:42:58 +00:00
Daniel Polito 52778f6d5b feat(desktop): Adding Provider Icons (#8215) 2026-01-13 09:41:35 -06:00
usvimal 393d038e1a fix(desktop): correct health check endpoint URL to /global/health (#8231) 2026-01-13 09:39:43 -06:00
GitHub Action 735a90228e chore: generate 2026-01-13 14:58:51 +00:00
Dax Raad 2e64be52ab add fullscreen view to permission prompt 2026-01-13 09:58:08 -05:00
opencode 9f46edda9a release: v1.1.17
Update Nix Hashes / update-linux (push) Has been cancelled
Update Nix Hashes / update-macos (push) Has been cancelled
v1.1.17
2026-01-13 14:41:54 +00:00
Brendan Allan b28e3da935 desktop: macos killall opencode-cli on launch 2026-01-13 22:38:24 +08:00
GitHub Action 8c726008dd chore: generate 2026-01-13 14:17:35 +00:00
OpeOginni 8784c946ad fix(ui): track memo-based items in useFilteredList without affecting async function based lists (#8216)
Co-authored-by: neriousy <neriousy@users.noreply.github.com>
2026-01-13 08:16:57 -06:00
GitHub Action c931063459 chore: generate 2026-01-13 13:13:45 +00:00
Brendan Allan 618fdce640 fix(desktop): set serverPassword 2026-01-13 21:13:06 +08:00
Brendan Allan 77efb8fb3a fix(app): provide pty socket auth if available from desktop (#8210) 2026-01-13 07:08:19 -06:00
Adam c28455608b fix(app): file search 2026-01-13 06:55:21 -06:00
GitHub Action 3e1c5a2b65 ignore: update download stats 2026-01-13 2026-01-13 12:05:22 +00:00
Brendan Allan d715d473c7 feat(desktop): Tie desktop & CLI to the same Windows JobObject (#8153) 2026-01-13 15:32:54 +08:00
GitHub Action d7c4cca09d chore: generate 2026-01-13 07:08:25 +00:00
Aiden Cline 1b196b93f0 fix: remove the symlinkBinary function call that replaces the wrapper script (#8133)
Co-authored-by: Chuck Chen <459052+chuckchen@users.noreply.github.com>
2026-01-13 01:07:35 -06:00
zerone0x 270a055696 fix(tui): prevent question tool keybindings when dialog is open (#8147)
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-13 01:04:49 -06:00