4322 Commits

Author SHA1 Message Date
opencode d3ea2fbaee release: v1.0.90
Update Nix Hashes / update (push) Has been cancelled
v1.0.90
2025-11-22 00:16:10 +00:00
GitHub Action 0a1be5a184 chore: format code 2025-11-22 00:09:32 +00:00
Dax Raad edb2002294 ci: disable automatic config loading during CLI builds to prevent configuration interference 2025-11-21 19:08:51 -05:00
opencode 8dafbfc530 release: v1.0.89
Update Nix Hashes / update (push) Has been cancelled
v1.0.89
2025-11-22 00:00:23 +00:00
Tommy D. Rossi d58fc8fd63 feat: lower opacity for thinking summaries (#4610) 2025-11-21 17:35:47 -06:00
Dax Raad ee64c0ad2b tui: split revert memo into smaller tracked computations to prevent unnecessary re-evaluations 2025-11-21 18:27:25 -05:00
GitHub Action 86217f0cae chore: format code 2025-11-21 22:42:39 +00:00
Dax Raad c37a28464b tui: batch SDK events to reduce render churn and improve responsiveness
Intelligently queue events and flush them in 16ms batches. Events processed within 16ms of the last flush are batched together to reduce the number of store updates and re-renders, preventing jank when receiving rapid consecutive events. Events after a 16ms gap are processed immediately to avoid adding latency.
2025-11-21 17:42:02 -05:00
opencode 4a9d44a7c5 release: v1.0.88
Update Nix Hashes / update (push) Has been cancelled
v1.0.88
2025-11-21 22:37:46 +00:00
GitHub Action 7a1fca2d23 chore: format code 2025-11-21 22:30:46 +00:00
Aiden Cline db7561eef0 tweak: bash tool behavior w/ /bin/zsh 2025-11-21 16:30:00 -06:00
opencode 81cc7df098 release: v1.0.87
Update Nix Hashes / update (push) Has been cancelled
v1.0.87
2025-11-21 21:58:10 +00:00
Dax Raad 965f687a81 if finish reason is unknown, continue 2025-11-21 16:51:32 -05:00
Frank d7f491afa0 doc: update gpt pricing 2025-11-21 15:48:54 -05:00
GitHub Action 8f70ff21ac chore: format code 2025-11-21 20:33:42 +00:00
Ivan Starkov 5fb8afcb67 fix: make bash tool respect $SHELL (#3494)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-11-21 14:33:04 -06:00
opencode 7b8665837a release: v1.0.86
Update Nix Hashes / update (push) Has been cancelled
v1.0.86
2025-11-21 20:32:47 +00:00
Aiden Cline 363a324ee0 bump bun to 1.3.3 2025-11-21 13:56:46 -06:00
Frank f0de3764c0 update logic for local and dev providers 2025-11-21 13:31:33 -05:00
GitHub Action 87d18bca1e chore: format code 2025-11-21 17:57:33 +00:00
Frank 764a813d94 wip: zen 2025-11-21 12:50:51 -05:00
Adam 3ad1e1904d feat(install): better install script visuals, custom progress bar and next steps (#4589) 2025-11-21 07:29:52 -06:00
GitHub Action 3b4b5512e3 ignore: update download stats 2025-11-21 2025-11-21 12:04:49 +00:00
Patrick Wolf cef68219f3 fix: preserve agent context during compaction (#4556) 2025-11-21 02:13:10 -06:00
Ian Maurer c19dc1ec61 fix(cli): ensure clean exit on provider/model errors (#4223)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-21 02:01:19 -06:00
Aiden Cline ff7b61c828 ignore: update sdk 2025-11-21 01:25:06 -06:00
Aiden Cline 5ce61f68cd add provider whitelist 2025-11-21 01:24:44 -06:00
Aiden Cline cd82f8a957 ignore: sync sdk 2025-11-21 01:04:02 -06:00
geril07 e70c7b257a feat: whitelist/blacklist config options for provider (#3416)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-21 01:01:30 -06:00
GitHub Action 2420ce5182 chore: format code 2025-11-21 06:03:38 +00:00
opencode facd436aca release: v1.0.85
Update Nix Hashes / update (push) Has been cancelled
v1.0.85
2025-11-21 06:03:38 +00:00
Dax Raad 1fa2d3e032 hide gpt5 nano 2025-11-21 00:58:02 -05:00
opencode 996cfd8da8 release: v1.0.84
Update Nix Hashes / update (push) Has been cancelled
v1.0.84
2025-11-21 05:55:03 +00:00
Dax Raad cbe5707ae3 tui: replace text shimmer with animated progress bar during model processing 2025-11-21 00:47:27 -05:00
Dax Raad 7901aa0e54 tui: simplify popular providers list to show only top 6 instead of applying provider priority sorting 2025-11-21 00:32:21 -05:00
Dax e9141bf5cd Tui onboarding (#4569)
Co-authored-by: GitHub Action <action@github.com>
2025-11-21 00:21:06 -05:00
Zak 849a7bc69c tweak: adjust invalid directory error message (#4567)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-11-20 22:36:07 -06:00
Aiden Cline a542f64924 fix: split not a function error 2025-11-20 22:33:59 -06:00
Spoon 8bf1143932 feat: add field to allow user only messages (#4554)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-11-20 19:13:42 -06:00
GitHub Action 640b5a0f7a chore: format code 2025-11-21 00:49:39 +00:00
opencode 5d2d032c7b release: v1.0.83
Update Nix Hashes / update (push) Has been cancelled
v1.0.83
2025-11-21 00:49:39 +00:00
Aiden Cline c52cbc0c1a fix: undefined err 2025-11-20 18:43:58 -06:00
opencode 76f002f74e release: v1.0.82
Update Nix Hashes / update (push) Has been cancelled
v1.0.82
2025-11-20 22:44:37 +00:00
Aiden Cline f0059242c8 fix: make use openrouter ai sdk package to fix interlevened thinking models 2025-11-20 16:32:44 -06:00
Jay 7f81dc4a74 docs: Clarify model provider recommendations in README
Updated the README to clarify model provider recommendations.
2025-11-20 17:21:19 -05:00
Aiden Cline a762aead7f tweak: navigate to child session if it is asking for permissions 2025-11-20 15:46:49 -06:00
Aiden Cline 1331c5a4ab Revert "Image tag fix for real this time (#4540)"
This reverts commit 97d62fc17d.
2025-11-20 14:14:02 -06:00
Aiden Cline 9c171c15ed Revert "ignore: write todo"
This reverts commit 9728bec100.
2025-11-20 14:13:56 -06:00
Aiden Cline 0b6d7b3613 ignore: fix mdx 2025-11-20 14:07:25 -06:00
Aiden Cline 859abc7b80 change default child session cycle keybind to <leader>right, and <leader>left 2025-11-20 14:01:02 -06:00