Commit Graph

  • 1fcfb69bf7 feat: add new provider plugin hook for resolving models and sync models from github models endpoint (falls back to models.dev) (#20533) Aiden Cline 2026-04-01 18:04:14 -05:00
  • fa96cb9c6e Fix selection expansion by retaining focused input selections during global key events (#20205) Luke Parker 2026-04-02 08:43:40 +10:00
  • cc30bfc94b resolve subpath only packages for plugins (#20555) Sebastian 2026-04-02 00:14:36 +02:00
  • 880c0a7477 fix: normalize filepath in FileTime to prevent Windows path mismatch (#20367) Joscha Götzer 2026-04-01 23:45:50 +02:00
  • eabf3caeb9 zen: sync Frank 2026-04-01 17:41:02 -04:00
  • c9326fc199 refactor: replace BunProc with Npm module using @npmcli/arborist (#18308) Dax 2026-04-01 17:01:37 -04:00
  • 839efafad6 refactor(summary): remove unnecessary Layer.unwrap from defaultLayer effect/summary Kit Langton 2026-04-01 14:21:29 -04:00
  • d7481f4593 wip: zen Frank 2026-04-01 14:17:31 -04:00
  • f3f728ec27 test(app): fix isolated backend follow-ups (#20513) Kit Langton 2026-04-01 13:43:19 -04:00
  • c619caefdd fix(account): coalesce concurrent console token refreshes (#20503) Kit Langton 2026-04-01 13:16:35 -04:00
  • c559af51ce test(app): migrate more e2e suites to isolated backend (#20505) Kit Langton 2026-04-01 13:15:42 -04:00
  • d1e0a4640c Update VOUCHED list github-actions[bot] 2026-04-01 16:50:21 +00:00
  • f9e71ec515 chore: update nix node_modules hashes opencode-agent[bot] 2026-04-01 16:47:33 +00:00
  • ef538c9707 chore: generate opencode-agent[bot] 2026-04-01 16:14:37 +00:00
  • 2f405daa98 refactor: use Effect services instead of async facades in provider, auth, and file (#20480) Kit Langton 2026-04-01 12:13:13 -04:00
  • a9c85b7c27 refactor(shell): use Effect ChildProcess for shell command execution (#20494) Kit Langton 2026-04-01 12:07:57 -04:00
  • 897d83c589 refactor(init): tighten AGENTS guidance (#20422) Shoubhit Dash 2026-04-01 21:37:25 +05:30
  • bf21751bdc chore: remove Windows tar workaround from npm module pr-18308 Dax Raad 2026-04-01 12:02:39 -04:00
  • 02c6c5b535 fix: restore dev branch format files and remove BunProc references Dax Raad 2026-04-01 12:02:04 -04:00
  • e2621148d1 Merge remote-tracking branch 'origin/pr-18308' into pr-18308 Dax Raad 2026-04-01 11:59:56 -04:00
  • b5c3bd7eff fix: replace BunProc with Npm module - remove bun/index.ts and bun.test.ts - update resolvePluginTarget to use Npm.add instead of Npm.install - replace BunProc.install with Npm.add in provider.ts - update all tests to use Npm.add/Npm.install instead of BunProc Dax Raad 2026-04-01 11:59:38 -04:00
  • 0a125e5d4d chore: generate opencode-agent[bot] 2026-04-01 15:59:28 +00:00
  • 38d2276592 test(e2e): isolate prompt tests with per-worker backend (#20464) Kit Langton 2026-04-01 11:58:11 -04:00
  • 89dcee323c Merge remote-tracking branch 'origin/dev' into pr-18308 Dax Raad 2026-04-01 11:55:26 -04:00
  • d58004a864 fall back to first agent if last used agent is not available Dax Raad 2026-04-01 11:08:46 -04:00
  • 5fd833aa18 refactor: standardize InstanceState variable name to state (#20267) Kit Langton 2026-04-01 10:39:43 -04:00
  • a96edcf39b Merge branch 'dev' into worktree-audit-effect-services worktree-audit-effect-services Kit Langton 2026-04-01 10:02:15 -04:00
  • 44f83015cd perf(review): defer offscreen diff mounts (#20469) Shoubhit Dash 2026-04-01 19:29:12 +05:30
  • ff9702f934 refactor(provider): use Plugin Effect service instead of async facade Kit Langton 2026-04-01 09:39:57 -04:00
  • 9a1c9ae15a test(app): route prompt e2e through mock llm (#20383) Kit Langton 2026-04-01 08:28:38 -04:00
  • a3a6cf1c07 feat(comments): support file mentions (#20447) Shoubhit Dash 2026-04-01 16:11:57 +05:30
  • 47a676111a fix(session): add keyboard support to question dock (#20439) Shoubhit Dash 2026-04-01 15:47:15 +05:30
  • 1df5ad470a app: try to hide autofill popups in prompt input (#20197) Brendan Allan 2026-04-01 16:43:03 +08:00
  • 506dd75818 electron: port mergeShellEnv logic from tauri (#20192) Brendan Allan 2026-04-01 15:01:44 +08:00
  • 7a881b6950 sync Frank 2026-04-01 00:49:29 -04:00
  • c8ecd64022 test(app): add mock llm e2e fixture (#20375) Kit Langton 2026-03-31 21:24:39 -04:00
  • ca376a4cff chore: update nix node_modules hashes opencode-agent[bot] 2026-04-01 01:15:51 +00:00
  • 7532d99e5b test: finish HTTP mock processor coverage (#20372) Kit Langton 2026-03-31 20:45:42 -04:00
  • 181b5f6236 refactor(prompt): use Provider service in effect layers (#20167) Kit Langton 2026-03-31 20:07:58 -04:00
  • 6314f09c14 release: v1.3.13 v1.3.13 opencode 2026-04-01 00:44:06 +00:00
  • 8d2385ad49 test: finish HTTP mock processor coverage test/processor-mock-server Kit Langton 2026-03-31 20:36:18 -04:00
  • 7f6a5bb2c8 test: migrate processor tests to HTTP mock LLM server Kit Langton 2026-03-31 19:59:56 -04:00
  • 4b4b7832aa upgrade opentui to 0.1.95 (#20369) Sebastian 2026-04-01 01:53:05 +02:00
  • 537cc32bf0 test: migrate processor tests to HTTP mock LLM server Kit Langton 2026-03-31 19:21:27 -04:00
  • 4280307013 chore: update nix node_modules hashes opencode-agent[bot] 2026-03-31 23:19:18 +00:00
  • 9b09a7e766 chore: generate opencode-agent[bot] 2026-03-31 23:15:56 +00:00
  • 3fc0367b93 refactor(session): effectify SessionRevert service (#20143) Kit Langton 2026-03-31 19:14:49 -04:00
  • 954a6ca88e refactor(session): effectify SessionSummary service (#20142) Kit Langton 2026-03-31 19:14:45 -04:00
  • 0c03a3ee10 test: migrate prompt tests to HTTP mock LLM server (#20304) Kit Langton 2026-03-31 19:14:32 -04:00
  • 53330a518f Update VOUCHED list github-actions[bot] 2026-03-31 22:34:19 +00:00
  • 892bdebaac release: v1.3.12 v1.3.12 opencode 2026-03-31 22:35:01 +00:00
  • 18121300f3 upgrade opentui to 0.1.94 (#20357) Sebastian 2026-03-31 23:54:13 +02:00
  • 82da702f64 refactor: tighten instance context helper fallbacks Kit Langton 2026-03-31 17:32:24 -04:00
  • 90469bbb7e refactor: simplify instance context helpers in prompt tests Kit Langton 2026-03-31 16:32:12 -04:00
  • 4ff0fbc043 fix: retry scoped tempdir cleanup on windows Kit Langton 2026-03-31 16:10:32 -04:00
  • e24369eaf1 fix: break installation cycle in database context binding Kit Langton 2026-03-31 16:01:23 -04:00
  • 825f51c39f fix: restore instance context in deferred database callbacks Kit Langton 2026-03-31 15:46:43 -04:00
  • 191a747405 fix: propagate InstanceRef across static function boundaries Kit Langton 2026-03-31 14:51:22 -04:00
  • cc412f3014 refactor: migrate Instance ALS reads to InstanceRef in Effect services Kit Langton 2026-03-31 14:30:24 -04:00
  • bb039496d5 refactor: propagate Instance context through Effect fibers via InstanceRef Kit Langton 2026-03-31 13:47:17 -04:00
  • f2fa1a681d test: move more prompt cases to mock llm server Kit Langton 2026-03-31 12:29:05 -04:00
  • 6bd340492c test: infer mock server callback types Kit Langton 2026-03-31 12:14:13 -04:00
  • 21ec3207e7 test: extend mock llm server coverage Kit Langton 2026-03-31 12:12:01 -04:00
  • 123123b6c3 test: start moving prompt tests to mock llm server Kit Langton 2026-03-31 11:46:19 -04:00
  • 6ea467b0ac test: add live effect helper mode Kit Langton 2026-03-31 11:44:47 -04:00
  • 459fbc99a8 refactor(test): migrate llm-server to Effect HTTP platform Kit Langton 2026-03-31 11:24:37 -04:00
  • d6d4446f46 Update VOUCHED list github-actions[bot] 2026-03-31 20:24:07 +00:00
  • 26cc924ea2 feat: enable prompt caching and cache token tracking for google-vertex-anthropic (#20266) Major Hayden 2026-03-31 15:16:14 -05:00
  • 4dd866d5c4 fix: rm exclusion of ai-sdk/azure in transform.ts, when we migrated to v6 the ai sdk changed the key for ai-sdk/azure so the exclusion is no longer needed (#20326) Aiden Cline 2026-03-31 14:57:15 -05:00
  • beab4cc2c2 release: v1.3.11 v1.3.11 opencode 2026-03-31 19:55:41 +00:00
  • 567a91191a refactor(session): simplify LLM stream by replacing queue with fromAsyncIterable (#20324) Dax 2026-03-31 15:27:51 -04:00
  • 73ea130d16 fix(session): preserve tool metadata during pending transition fix/session-tool-metadata Kit Langton 2026-03-31 08:02:39 -04:00
  • 36b51cad33 Merge branch 'dev' into opencode-remote-voice Ryan Vogel 2026-03-31 13:59:13 -04:00
  • 776e61d1ec update to build proc Ryan Vogel 2026-03-31 13:58:57 -04:00
  • 434d82bbe2 test: update model test fixture (#20182) Aiden Cline 2026-03-31 11:20:01 -05:00
  • 2929774acb chore: rm harcoded model definition from codex plugin (#20294) Aiden Cline 2026-03-31 11:13:11 -05:00
  • 6e61a46a84 chore: skip 2 tests Adam 2026-03-31 10:55:57 -05:00
  • 2daf4b805a feat: add a dedicated system prompt for Kimi models (#20259) Yuxin Dong 2026-03-31 23:44:17 +08:00
  • 7342e650c0 chore: update nix node_modules hashes opencode-agent[bot] 2026-03-31 15:33:12 +00:00
  • 8c2e2ecc95 chore: e2e model Adam 2026-03-31 10:14:16 -05:00
  • 25a2b739e6 warn only and ignore plugins without entrypoints, default config via exports (#20284) Sebastian 2026-03-31 17:14:03 +02:00
  • 85c16926c4 chore: use paid zen model in e2e Adam 2026-03-31 10:06:40 -05:00
  • 2e78fdec43 ensure pinned plugin versions and do not run package scripts on install (#20248) Sebastian 2026-03-31 16:59:43 +02:00
  • 1fcb920eb4 upgrade opentui to 0.1.93 (#19950) Sebastian 2026-03-31 16:50:23 +02:00
  • 28aebb2772 update mobile voice iOS tracking Ryan Vogel 2026-03-31 10:21:02 -04:00
  • b1e89c344b release: v1.3.10 v1.3.10 opencode 2026-03-31 13:31:37 +00:00
  • befbedacdc fix(session): subagents not being clickable (#20263) Dax 2026-03-31 08:58:46 -04:00
  • 2cc738fb17 wip: zen Frank 2026-03-31 00:07:54 -04:00
  • 71b20698bb chore: generate opencode-agent[bot] 2026-03-31 01:57:41 +00:00
  • 3df18dcde1 refactor(provider): effectify Provider service (#20160) Kit Langton 2026-03-30 21:56:43 -04:00
  • a898c2ea3a refactor(storage): effectify Storage service (#20132) Kit Langton 2026-03-30 21:16:02 -04:00
  • bf777298c8 fix(theme): darken muted text in catppuccin tui themes (#20161) Kit Langton 2026-03-30 21:06:05 -04:00
  • 93fad99f7f smarter changelog (#20138) Luke Parker 2026-03-31 10:05:46 +10:00
  • 057848deb8 release: v1.3.9 v1.3.9 opencode 2026-03-30 23:43:58 +00:00
  • 1de06452d3 fix(plugin): properly resolve entrypoints without leading dot (#20140) Luke Parker 2026-03-31 09:21:17 +10:00
  • 58f60629a1 wip: zen Frank 2026-03-30 19:04:42 -04:00
  • 39a47c9b8c wip: zen Frank 2026-03-30 18:50:06 -04:00
  • ea88044f2e chore: generate opencode-agent[bot] 2026-03-30 21:49:45 +00:00
  • e6f6f7aff1 refactor: replace Filesystem util with AppFileSystem service (#20127) Kit Langton 2026-03-30 17:48:28 -04:00
  • 48e97b47af release: v1.3.8 v1.3.8 opencode 2026-03-30 21:35:10 +00:00