Commit Graph

4207 Commits (9fbf6d4bd67ec94bf0cd2b8db5bb3acf014af719)

Author SHA1 Message Date
GitHub Action 9fbf6d4bd6 chore: format code 2025-12-26 14:33:25 -06:00
Adam f27b737038 fix: test 2025-12-26 14:33:25 -06:00
Adam 5246ecfc88 fix: update sdk 2025-12-26 14:33:25 -06:00
Adam d1c3bb2616 wip(desktop): progress 2025-12-26 14:33:25 -06:00
Adam e9f8b7d91f wip(desktop): progress 2025-12-26 14:33:24 -06:00
Adam bdd5e63529 wip(desktop): progress 2025-12-26 14:33:24 -06:00
Adam 7584bd0d71 wip(desktop): progress 2025-12-26 14:33:24 -06:00
Adam 60fadb253a wip(desktop): progress 2025-12-26 14:33:23 -06:00
Adam de635e3c51 wip(desktop): progress 2025-12-26 14:33:23 -06:00
Adam 6c0638c73b fix(desktop): auto scroll 2025-12-26 14:33:22 -06:00
Adam 238ca62ba7 wip(desktop): progress 2025-12-26 14:33:22 -06:00
Adam d8aba3a35f fix(desktop): layout fixes 2025-12-26 14:33:22 -06:00
Mark Jaquith 8a518c8b2a feat(cli): auto-submit prompt when using --prompt flag (#4510) 2025-12-26 14:33:21 -06:00
Dax Raad bc7f81c1a3 fix share link 2025-12-26 14:33:21 -06:00
Dax Raad c8d735de6c ci: fix test failures in CI by pre-populating models cache
Tests were failing in CI because the models.json cache file doesn't exist
and the data() macro fallback only works at build time, not runtime.
The preload now pre-fetches models.json and disables the background
refresh to prevent race conditions during test execution.
2025-12-26 14:33:21 -06:00
Dax Raad f4e1fa28b8 fix desktop updater 2025-12-26 14:33:21 -06:00
Dax 262d836dd7 LLM cleanup (#5462)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-26 14:33:21 -06:00
Ravi Kumar 01c2ba2e4a fix(tui): --continue selects wrong session (#5513) 2025-12-26 14:33:21 -06:00
GitHub Action 3b59308282 chore: format code 2025-12-26 14:33:21 -06:00
Martijn Baay b6714c645e feat: add experimental.continue_loop_on_deny config option (#4729)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-26 14:33:20 -06:00
Dax Raad 0b60e82266 ignore: simplify download page to use GitHub latest redirect URLs 2025-12-26 14:33:20 -06:00
GitHub Action 321354529b chore: format code 2025-12-26 14:33:20 -06:00
Dax Raad 3efb17e91e disable app image 2025-12-26 14:33:20 -06:00
opencode df1bc0e9bb release: v1.0.153 2025-12-26 14:33:19 -06:00
Aiden Cline ac843d39ea tweak: fallback to provider default for temperature 2025-12-26 14:33:19 -06:00
GitHub Action dbfdb54315 chore: format code 2025-12-26 14:33:19 -06:00
Nalin Singh 2816e84f0a fix: ensure input borders are drawn in transparent themes (#5524) 2025-12-26 14:33:19 -06:00
GitHub Action 5b7581ebbe chore: format code 2025-12-26 14:33:19 -06:00
Sellers Crisp 62bcdf3144 feat: add server_error, rate_limit, and no_kv_space retry logic to accommodate Foundry API issues (#5527)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-26 14:33:19 -06:00
shekohex 9746d89cc1 docs: add `opencode-pty` and `opencode-google-antigravity-auth` plugins to the echosystem (#5530) 2025-12-26 14:33:18 -06:00
Lawrence Sarpong 74fb054040 Add Gleam LSP and formatter (#5514) 2025-12-26 14:33:18 -06:00
Aymvn 527836a90b docs: Fix Wakatime link in ecosystem documentation (#5528) 2025-12-26 14:33:18 -06:00
Aiden Cline 3babb33f8d rm unnecessary code 2025-12-26 14:33:18 -06:00
Aiden Cline 1192e16278 add topK function to transform, add temp defaults for glm and minimax 2025-12-26 14:33:18 -06:00
YeonGyu-Kim e59d479947 fix(ui): guard Node reference for SSR compatibility in isTriggerTitle (#5509) 2025-12-26 14:33:18 -06:00
Brendan Allan 2980eff805 tauri: change mainBinaryName to just OpenCode 2025-12-26 14:33:17 -06:00
Brendan Allan 72c0af5b6c tauri: bring back appimage 2025-12-26 14:33:17 -06:00
Sachnun deaf35707d fix(tui): open parent session instead of subagent on continue flag (#5503) 2025-12-26 14:33:17 -06:00
Zhou Rui 73b9705410 docs: Add opencode-websearch-cited to plugin list (#5501) 2025-12-26 14:33:17 -06:00
Adam 782ed12244 fix: sort models 2025-12-26 14:33:17 -06:00
Adam 696d14167c fix: use opencode icon 2025-12-26 14:33:17 -06:00
Adam e9eb799464 chore: cleanup 2025-12-26 14:33:17 -06:00
Adam 05846ed29d chore: cleanup 2025-12-26 14:33:17 -06:00
Tommy D. Rossi d80634642c fix: limit LSP diagnostics to prevent context window waste (#5480)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-26 14:33:17 -06:00
Aiden Cline d7f32a57ff docs: networking 2025-12-26 14:33:17 -06:00
Aiden Cline 51267f256e chore: reduce duplication of field in transform 2025-12-26 14:33:17 -06:00
Adam 860b62a6e8 chore: cleanup 2025-12-26 14:33:17 -06:00
Adam c952505526 fix(desktop): archive button 2025-12-26 14:33:17 -06:00
Adam 1f8ac107e9 fix(desktop): auto scroll 2025-12-26 14:33:17 -06:00
Adam eceac1e727 feat(desktop): show richer status when thinking 2025-12-26 14:33:16 -06:00