Commit graph

2279 commits

Author SHA1 Message Date
Aiden Cline
c0aaba9f65 tweak: add model flag support for agent create command 2025-12-26 14:33:41 -06:00
Ariane Emory
b77826f3c5 fix: record shell mode in history (resolves #5454) (#5551) 2025-12-26 14:33:40 -06:00
Aiden Cline
31ddd0798a add ability to set topK 2025-12-26 14:33:40 -06:00
opencode
813c330c47 release: v1.0.158 2025-12-26 14:33:40 -06:00
justfortheloveof
c28709827f tweak: prioritize fuzzysort results that start with user input (#5571) 2025-12-26 14:33:40 -06:00
Dax Raad
5d29af3b45 core: fix server response handling to prevent connection timeouts 2025-12-26 14:33:39 -06:00
opencode
a13af69de5 release: v1.0.157 2025-12-26 14:33:39 -06:00
Dax Raad
64b8f0a1a9 core: fix message caching for Anthropic models to improve response consistency 2025-12-26 14:33:38 -06:00
opencode
6fd6eecbf5 release: v1.0.156 2025-12-26 14:33:38 -06:00
Adam
47eaef468f fix: terminal in desktop 2025-12-26 14:33:38 -06:00
Adam
8138c36343 fix: share page 2025-12-26 14:33:36 -06:00
Nalin Singh
ba1cd2777a feat: add F# language server support (#5549) 2025-12-26 14:33:35 -06:00
opencode
f0da095552 release: v1.0.155 2025-12-26 14:33:35 -06:00
opencode
ea1c063d98 release: v1.0.154 2025-12-26 14:33:30 -06:00
Dax Raad
0ffc67792c core: reorganize agent configuration to separate primary agents (build, plan) from subagents 2025-12-26 14:33:30 -06:00
René
0bf1c40eff Provider fix, anthropic Errorhandling if empty image file is read (#5521) 2025-12-26 14:33:28 -06:00
Nalin Singh
48eeb4e80d fix: input lip visibility for transparent themes (#5544) 2025-12-26 14:33:28 -06:00
Spoon
64552fe7e1 fix(edit): add per-file lock to prevent read-before-write race (#4388) 2025-12-26 14:33:28 -06:00
Aiden Cline
c7b5831a0f ignore: fix debug var in last commit 2025-12-26 14:33:27 -06:00
opencode-agent[bot]
70a8efc843 Add dismiss button to Getting Started box (#5543)
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 <aidenpcline@gmail.com>
2025-12-26 14:33:27 -06:00
DS
b98bd90d50 feat: restore experimental.chat.messages.transform and add experimental.chat.system.transform hooks (#5542) 2025-12-26 14:33:27 -06:00
Ravi Kumar
4e4a24b769 fix(session): fix unshare command not clearing share state (#5523) 2025-12-26 14:33:26 -06:00
Adam
f27b737038 fix: test 2025-12-26 14:33:25 -06:00
Adam
238ca62ba7 wip(desktop): progress 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
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
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
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
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
Lawrence Sarpong
74fb054040 Add Gleam LSP and formatter (#5514) 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
Sachnun
deaf35707d fix(tui): open parent session instead of subagent on continue flag (#5503) 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
51267f256e chore: reduce duplication of field in transform 2025-12-26 14:33:17 -06:00
Felipe Oduardo Sierra
48ff68512a add ARM64 Docker image support (#5483) 2025-12-26 14:33:15 -06:00
Aiden Cline
5257b22135 bump bun version & set flags this time 2025-12-26 14:33:15 -06:00
GitHub Action
91a6f77ff0 chore: format code 2025-12-26 14:33:14 -06:00
rari404
84975a5d82 feat: add dockerfile language server (#5252)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-26 14:33:14 -06:00
rari404
a9c179db7a feat: add texlab language server and latexindent formatter (#5251) 2025-12-26 14:33:14 -06:00
Matt Silverlock
a837cef3cb github: support GITHUB_TOKEN + skip OIDC (#5459) 2025-12-26 14:33:14 -06:00
Charles Cooper
5ee52d2f84 fix: add --session flag to attach command (#5460)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-26 14:33:14 -06:00
David Hill
f1ceee1f2e fix: mute the project path in the sidebar that proceeds the final directory 2025-12-26 14:33:14 -06:00
Aiden Cline
10e0cd619d docs: add env vars sections 2025-12-26 14:33:13 -06:00