Luke Parker
93b87e3d73
fix(win32): correct ElixirLS extension typo ( #5590 )
2025-12-15 16:47:27 -06:00
Luke Parker
38b2e646b2
fix(win32): use path.delimiter for PATH separator in LSP server lookups ( #5589 )
2025-12-15 16:39:42 -06:00
opencode
d75b69846c
release: v1.0.159
Update Nix Hashes / update (push) Has been cancelled
2025-12-15 22:19:08 +00:00
Luke Parker
0cda6742de
fix(windows): opencode github install ( #5587 )
2025-12-15 16:12:54 -06:00
Ariane Emory
915fded8a1
fix: restore ability to bind keys for model_cycle_favorite model_cycle_favorite_reverse ( resolves #5198 ) ( #5202 )
2025-12-15 16:03:50 -06:00
Aiden Cline
364cfe2993
tweak: add model flag support for agent create command
2025-12-15 14:55:59 -06:00
Ariane Emory
f97f184807
fix: record shell mode in history ( resolves #5454 ) ( #5551 )
2025-12-15 14:42:17 -06:00
Aiden Cline
682a721975
add ability to set topK
2025-12-15 14:34:56 -06:00
opencode
e2747d0427
release: v1.0.158
Update Nix Hashes / update (push) Has been cancelled
2025-12-15 20:28:44 +00:00
justfortheloveof
98c97b99fb
tweak: prioritize fuzzysort results that start with user input ( #5571 )
2025-12-15 14:22:37 -06:00
Dax Raad
fb2c26e7b2
core: fix server response handling to prevent connection timeouts
2025-12-15 15:07:20 -05:00
opencode
bd86e4aaf7
release: v1.0.157
Update Nix Hashes / update (push) Has been cancelled
2025-12-15 19:46:23 +00:00
Dax Raad
91fa6a804d
core: fix message caching for Anthropic models to improve response consistency
2025-12-15 14:33:14 -05:00
opencode
474261b2e4
release: v1.0.156
Update Nix Hashes / update (push) Has been cancelled
2025-12-15 19:28:02 +00:00
Adam
6d86d7f8b2
fix: terminal in desktop
2025-12-15 13:09:13 -06:00
Adam
57f7def3ee
fix: share page
2025-12-15 10:56:07 -06:00
Nalin Singh
c8ad4ed1e8
feat: add F# language server support ( #5549 )
2025-12-15 10:52:16 -06:00
opencode
e9e565834c
release: v1.0.155
Update Nix Hashes / update (push) Has been cancelled
2025-12-15 16:44:08 +00:00
opencode
c7e060663d
release: v1.0.154
Update Nix Hashes / update (push) Has been cancelled
2025-12-15 16:01:15 +00:00
Dax Raad
50a574f7fc
core: reorganize agent configuration to separate primary agents (build, plan) from subagents
2025-12-15 09:58:23 -05:00
René
e9e1f3302e
Provider fix, anthropic Errorhandling if empty image file is read ( #5521 )
2025-12-14 23:56:47 -06:00
Nalin Singh
e276eecdb2
fix: input lip visibility for transparent themes ( #5544 )
2025-12-14 23:10:33 -06:00
Spoon
b77b643b18
fix(edit): add per-file lock to prevent read-before-write race ( #4388 )
2025-12-14 23:01:50 -06:00
Aiden Cline
c75944ba1f
ignore: fix debug var in last commit
2025-12-14 22:59:30 -06:00
opencode-agent[bot]
f6db7bfabe
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-14 22:58:26 -06:00
DS
bf49451930
feat: restore experimental.chat.messages.transform and add experimental.chat.system.transform hooks ( #5542 )
2025-12-14 22:51:11 -06:00
Ravi Kumar
f757fd55a1
fix(session): fix unshare command not clearing share state ( #5523 )
2025-12-14 22:05:06 -06:00
Adam
0aef1b8080
fix: test
2025-12-14 21:42:17 -06:00
Adam
798a172a4b
wip(desktop): progress
2025-12-14 21:38:58 -06:00
Mark Jaquith
16416d139c
feat(cli): auto-submit prompt when using --prompt flag ( #4510 )
2025-12-14 21:06:04 -06:00
Dax Raad
712c8e9c40
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-14 21:23:45 -05:00
Dax
c9c6b26a2e
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-14 21:11:30 -05:00
Ravi Kumar
f426e98947
fix(tui): --continue selects wrong session ( #5513 )
2025-12-14 19:50:54 -06:00
Martijn Baay
42d900ddbd
feat: add experimental.continue_loop_on_deny config option ( #4729 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-12-14 17:13:32 -06:00
opencode
8fc7768e77
release: v1.0.153
Update Nix Hashes / update (push) Has been cancelled
2025-12-14 19:04:01 +00:00
Aiden Cline
e3bd8cd9ed
tweak: fallback to provider default for temperature
2025-12-14 11:57:12 -06:00
GitHub Action
70d06daef0
chore: format code
2025-12-14 17:48:34 +00:00
Nalin Singh
f78ea561c9
fix: ensure input borders are drawn in transparent themes ( #5524 )
2025-12-14 11:48:02 -06:00
GitHub Action
ab1778fa09
chore: format code
2025-12-14 17:46:46 +00:00
Sellers Crisp
523591e2d9
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-14 11:46:14 -06:00
Lawrence Sarpong
9e7e08a05b
Add Gleam LSP and formatter ( #5514 )
2025-12-14 10:51:08 -06:00
Aiden Cline
6a0198b6ea
rm unnecessary code
2025-12-13 23:45:15 -06:00
Aiden Cline
627534a90b
add topK function to transform, add temp defaults for glm and minimax
2025-12-13 23:27:11 -06:00
Sachnun
562f215498
fix(tui): open parent session instead of subagent on continue flag ( #5503 )
2025-12-13 21:09:42 -06:00
Tommy D. Rossi
3fb4ba13d3
fix: limit LSP diagnostics to prevent context window waste ( #5480 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-13 19:56:26 -06:00
Aiden Cline
c753868778
chore: reduce duplication of field in transform
2025-12-13 18:07:22 -06:00
Felipe Oduardo Sierra
e5770387be
add ARM64 Docker image support ( #5483 )
2025-12-13 13:01:59 -06:00
Aiden Cline
9debb740d7
bump bun version & set flags this time
2025-12-13 13:00:03 -06:00
GitHub Action
1d0559497d
chore: format code
2025-12-13 17:30:48 +00:00
rari404
e1ff2e43a3
feat: add dockerfile language server ( #5252 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-13 11:30:15 -06:00