Commit Graph
2256 Commits
Author SHA1 Message Date
AdamandAiden Cline 238ca62ba7 wip(desktop): progress 2025-12-26 14:33:22 -06:00
Mark JaquithandAiden Cline 8a518c8b2a feat(cli): auto-submit prompt when using --prompt flag (#4510) 2025-12-26 14:33:21 -06:00
Dax RaadandAiden Cline 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
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 KumarandAiden Cline 01c2ba2e4a fix(tui): --continue selects wrong session (#5513) 2025-12-26 14:33:21 -06:00
Martijn BaayandAiden Cline 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
opencodeandAiden Cline 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 ActionandAiden Cline dbfdb54315 chore: format code 2025-12-26 14:33:19 -06:00
Nalin SinghandAiden Cline 2816e84f0a fix: ensure input borders are drawn in transparent themes (#5524) 2025-12-26 14:33:19 -06:00
GitHub ActionandAiden Cline 5b7581ebbe chore: format code 2025-12-26 14:33:19 -06:00
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 SarpongandAiden Cline 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
SachnunandAiden Cline deaf35707d fix(tui): open parent session instead of subagent on continue flag (#5503) 2025-12-26 14:33:17 -06:00
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 SierraandAiden Cline 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 ActionandAiden Cline 91a6f77ff0 chore: format code 2025-12-26 14:33:14 -06:00
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
rari404andAiden Cline a9c179db7a feat: add texlab language server and latexindent formatter (#5251) 2025-12-26 14:33:14 -06:00
Matt SilverlockandAiden Cline a837cef3cb github: support GITHUB_TOKEN + skip OIDC (#5459) 2025-12-26 14:33:14 -06:00
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 HillandAiden Cline 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
opencodeandAiden Cline c8e64f208a release: v1.0.152 2025-12-26 14:33:13 -06:00
9bd8c6d3d3 shell tweaks, better handling for windows (#5455)
Co-authored-by: GitHub Action <action@github.com>
2025-12-26 14:33:13 -06:00
Sebastian HerrlingerandAiden Cline cd3f2412e8 only exit app when prompt is empty, otherwise fallthrough, fix #5457 2025-12-26 14:33:12 -06:00
Dan BrownandAiden Cline 071a87177a Shell: No -l in fallback, for max compatibility (#5452) 2025-12-26 14:33:12 -06:00
opencodeandAiden Cline c1fda41fad release: v1.0.151 2025-12-26 14:33:11 -06:00
Dax RaadandAiden Cline 4746338e8e only gen summary if diffs 2025-12-26 14:33:08 -06:00
Aiden Cline 5221251b5c tweak: 5.1 -> 5. in transform 2025-12-26 14:33:08 -06:00
David HillandAiden Cline 845a21da35 fix: mute the whole prompt area when leader key is active 2025-12-26 14:33:08 -06:00
Aiden Cline 9abbd74a51 tweak: 5.1 -> 5. reasoning effort match 2025-12-26 14:33:07 -06:00
Luke ParkerandAiden Cline f31151deaf fix: osascript for clipboard typo (#5430) 2025-12-26 14:33:06 -06:00
xu0o0andAiden Cline c4c36ea54b acp: fix internal error on /compact (#5424) 2025-12-26 14:33:06 -06:00
Viktor ForsmanandAiden Cline ddf44233e7 fix: debug lsp diagnostics cmd for certain lsps (#5420) 2025-12-26 14:33:03 -06:00
Rhys SullivanandAiden Cline 729eca8095 [feat]: show indicator for in progress chats in the sessions list (#5417) 2025-12-26 14:33:03 -06:00
SachnunandAiden Cline aed32dd840 fix(tui): restore input on timeline revert and show newest first (#5366) 2025-12-26 14:33:02 -06:00
SachnunandAiden Cline 2062dd1086 fix(server): make time field optional in session update validator (#5372) 2025-12-26 14:33:02 -06:00
xu0o0andAiden Cline 3f580ef53e acp: replay conversation history in session/load (#5385) 2025-12-26 14:33:02 -06:00
opencode-agent[bot]Aiden Clineopencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>rekram1-node
fb9ea51018 Removed cache mention from webfetch prompt. (#5412)
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-12-26 14:33:02 -06:00
Koichi NakayamadaandAiden Cline 8992072b95 fix(tui): ensure fatal error UI is readable in light mode (#5387) 2025-12-26 14:33:02 -06:00
David HillandAiden Cline c316ef35d9 fix: make the logo on the home screen non-selectable 2025-12-26 14:33:01 -06:00
Aiden Cline bacf705ee5 wip 2025-12-11 17:07:22 -06:00
Koichi NakayamadaandGitHub 61ba844234 fix: add fg color to some TUI text elements for light mode visibility (#5378) 2025-12-11 16:29:34 -06:00
AdánandGitHub ffec52a17c fix: Windows LSP URIs using backslashes (Biome initialization failure) (#5317) 2025-12-11 16:28:39 -06:00
Aiden Cline 342595e0f7 tweak: setting chat_template_args in transform 2025-12-11 16:22:10 -06:00