Aiden Cline
2072c8681a
fix: remove the symlinkBinary function call that replaces the wrapper script ( #8133 )
...
Co-authored-by: Chuck Chen <459052+chuckchen@users.noreply.github.com>
2026-01-13 01:07:35 -06:00
zerone0x
21990621e2
fix(tui): prevent question tool keybindings when dialog is open ( #8147 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-13 01:04:49 -06:00
Aiden Cline
f1f44644e2
fix: brew autoupgrade
2026-01-13 01:01:06 -06:00
opencode
afb8a0d28a
release: v1.1.16
2026-01-13 06:01:17 +00:00
ShoeBoom
c0b214232d
fix(config): handle write errors when updating schema in opencode config ( #8125 )
2026-01-12 23:11:26 -06:00
Eric Guo
f4f8f2d151
feat(cli): Support debug tool calling directly in CLI. ( #6564 )
2026-01-12 23:10:56 -06:00
Aiden Cline
b4ad5c138e
tweak: for zai ensure clear_thinking is false
2026-01-12 23:04:50 -06:00
Leonidas
789e111a0f
fix(TUI): dont submit prompt when switching sessions ( #8016 )
2026-01-12 22:43:44 -05:00
Aiden Cline
66f9bdab32
core: tweak edit and write tool outputs to prevent agent from thinking edit didn't apply
2026-01-12 20:40:10 -06:00
lemon
efaa9166fb
fix: prevent [object Object] error display in console output ( #8116 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-12 20:40:03 -06:00
M. Adel Alhashemi
5d37e58d34
fix(task): respect agent task permission for nested sub-agents ( #8111 )
2026-01-12 20:37:42 -06:00
Rohan Mukherjee
20088a87b0
fix: max completion tokens error for cloudflare ( #7970 )
2026-01-12 20:08:27 -06:00
Adam
05019dae76
fix(bedrock): use reasoningConfig for Anthropic models on Bedrock ( #8092 )
2026-01-12 18:42:19 -06:00
Darsh Patel
bf37a88f7f
fix: await auth.set to prevent race condition when setting API key ( #8075 )
2026-01-12 18:20:50 -06:00
Paolo Ricciuti
498a4ab408
fix: actually modify opencode config with `mcp add` ( #7339 )
2026-01-12 18:02:59 -06:00
Jason Kölker
d954e1e3b6
fix(session): store api url in metadata ( #8090 )
2026-01-12 17:22:42 -06:00
opencode-agent[bot]
8f22a6b69d
Add nova-2 to region prefix models ( #8085 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-01-12 16:55:12 -06:00
Aiden Cline
fd37d5b54e
tweak: truncation dir perm
2026-01-12 16:46:47 -06:00
Aiden Cline
5c4345da4f
test: fix read test
2026-01-12 15:49:31 -06:00
Aiden Cline
0be37cc2c6
tweak: make the .env reads ask user for permission instead of blocking
2026-01-12 15:32:43 -06:00
Andrew Pashynnyk
9c69c1de9f
fix(formatter): use biome `check` instead of `format` to include import sorting ( #8057 )
...
Co-authored-by: kynnyhsap <kynnyhsap@users.noreply.github.com>
2026-01-12 15:21:38 -06:00
Aiden Cline
735f3d17bc
fix: ensure plurals are properly handled ( #8070 )
2026-01-12 15:21:01 -06:00
opencode
db7243c364
release: v1.1.15
2026-01-12 21:03:52 +00:00
Dax Raad
f0912ee838
core: rename OPENCODE_PASSWORD to OPENCODE_SERVER_PASSWORD for clearer authentication configuration
2026-01-12 15:59:17 -05:00
Ryan Vogel
983f8ffeca
fix(tui): prevent layout jump when toggling tips visibility ( #8068 )
2026-01-12 14:57:49 -06:00
Dax Raad
7ca767de55
core: fix HTTP exception handling order to prevent NamedError from masking HTTP exceptions
...
docs: add OPENCODE_PASSWORD environment variable documentation for basic auth
2026-01-12 15:43:48 -05:00
Dax Raad
1954c1255e
core: add password authentication and improve server security
...
- Add OPENCODE_PASSWORD flag for basic auth protection
- Show security warnings when password is not set
- Remove deprecated spawn command
- Improve error handling with HTTPException responses
2026-01-12 15:23:19 -05:00
Aiden Cline
e47f383137
core: improve error handling for built-in plugin installation failures
2026-01-12 13:47:25 -06:00
Aiden Cline
cd56845dce
tui: add hint for variants toggle
2026-01-12 13:35:07 -06:00
Aiden Cline
62702fbd11
fix: permissions wildcarding so that for ex: 'ls *' includes ls * AND 'ls' to prevent having to double state commands or use 'ls*'
2026-01-12 13:02:29 -06:00
Ravi Kumar
22c68a6992
fix(tui): reopen autocomplete after backspace deletes space ( #6031 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-01-12 12:52:36 -06:00
Aiden Cline
d527ceeb2b
test: fix
2026-01-12 12:33:39 -06:00
Aiden Cline
61d0b3e4dc
chore: bump ai sdk packages
2026-01-12 12:25:19 -06:00
Dax Raad
71a7ad1a4e
core: fix model selection in title generation to use user's model instead of assistant's
2026-01-12 12:45:24 -05:00
Dax Raad
20399bbdfe
tui: rename kvStore to store for consistency
2026-01-12 09:53:08 -05:00
Dax Raad
547a975707
tui: redesign tips display on home screen
2026-01-12 09:42:28 -05:00
David Hill
c009cab15b
Redesign tips display on home screen ( #6126 )
...
Co-authored-by: Dax <mail@thdxr.com>
2026-01-12 09:31:36 -05:00
Dax Raad
e6bc3b253b
tui: remove update complete toast notification
2026-01-12 09:30:31 -05:00
opencode
7c6b3f981e
release: v1.1.14
2026-01-12 05:08:25 +00:00
Aiden Cline
a5b6c57a76
tweak: make the subagent header have clickable nav
2026-01-11 22:43:09 -06:00
Andrey Taranov
8b9a85b7e7
fix(mcp): support `resource` content type in MCP tool output ( #7879 )
2026-01-11 21:39:42 -06:00
indeep99
82b432349e
feat(tui): add mouse hover and click support to questions tool ( #7905 )
2026-01-11 22:01:48 -05:00
Dax Raad
68ed664a3f
tui: fix prompt ref initialization to prevent undefined reference errors
2026-01-11 19:40:16 -05:00
Dax Raad
3a30773874
tui: refactor event streaming to use SDK instead of manual RPC subscription
2026-01-11 18:53:39 -05:00
Octane
0c0057a7de
Fix: TUI single-line paste cursor position ( #7277 )
2026-01-12 00:50:27 +01:00
Dillon Mulroy
fa79736b87
fix: check worktree for external_directory permission in subdirs ( #7811 )
2026-01-11 14:17:36 -06:00
Aiden Cline
20c18689c0
bump copilot plugin version
2026-01-11 12:58:14 -06:00
Kit Langton
a803cf8aee
feat(tui): add mouse hover and click support to autocomplete ( #7820 )
2026-01-11 12:45:20 -05:00
King'ori Maina
c526e2d908
fix(tui): copy oauth url when no device code ( #7812 )
2026-01-11 10:27:17 -06:00
Kit Langton
43c2da24d0
fix(tui): slash command autocomplete highlighted row jumping ( #7815 )
2026-01-11 11:11:40 -05:00
opencode
efbab087df
release: v1.1.13
2026-01-11 07:10:41 +00:00
Mani Sundararajan
9280db3297
fix(tui): move props.ref to onMount ( #7702 )
2026-01-11 00:20:04 -06:00
Aiden Cline
0cc3c3bc78
tweak: ensure codex built in plugin is always available
2026-01-10 22:59:39 -06:00
Aiden Cline
ee8b38ab26
fix: ensure /connect works for openai business plans too (was missing field)
2026-01-10 22:48:28 -06:00
wid4t
44fa3d5392
feat(acp): track file modified ( #7723 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-10 21:46:53 -06:00
Kit Langton
a457828a67
fix(opencode): command palette mouse hover highlights wrong item ( #7721 )
2026-01-10 19:52:17 -05:00
Spoon
4752c83155
feat: pass sessionID to chat.system.transform ( #7718 )
2026-01-10 18:21:51 -06:00
Dax Raad
f94ee5ce90
core: extract external directory validation to shared utility to reduce code duplication across tools
2026-01-10 18:49:42 -05:00
Alejandro Chinchilla
794c5981a5
fix: exclude 'none' variant for gpt-5.2-codex ( #7682 )
2026-01-10 12:22:44 -06:00
Kenny
d5738f542c
fix(grep): follow symlinks by default in ripgrep searches ( #7501 )
2026-01-10 10:57:18 -06:00
madflow
a593ed4c9b
fix: disable telemetry in the php lsp server ( #7649 )
2026-01-10 08:44:12 -06:00
opencode
449270aacc
release: v1.1.12
2026-01-10 13:56:12 +00:00
Frédéric DE MATOS
1662e149b3
fix: add ChatGPT-Account-Id header for organization subscriptions ( #7603 )
2026-01-10 07:50:24 -06:00
opencode
8a43c24934
release: v1.1.11
2026-01-10 01:25:30 +00:00
Aiden Cline
b03172d723
fix: ensure gpt-5.2-codex has variants
2026-01-09 19:15:57 -06:00
Aiden Cline
a44d4acb3f
tweak: adjust codex styling and fix hint
2026-01-09 18:59:57 -06:00
Aiden Cline
8b8a358de1
update docs and auth methods for openai
2026-01-09 18:45:03 -06:00
Aiden Cline
075fa2c0e8
fix: instance dispose issue
2026-01-09 18:26:32 -06:00
Aiden Cline
8b287caaad
tweak codex instructions prompt for codex plan
2026-01-09 18:07:24 -06:00
Aiden Cline
172bbdaced
feat: codex auth support ( #7537 )
2026-01-09 17:47:37 -06:00
opencode
563b4c33f2
release: v1.1.10
2026-01-09 21:38:04 +00:00
Dax
982b71e861
disable server unless explicitly opted in ( #7529 )
2026-01-09 16:33:46 -05:00
Ariane Emory
75df5040ea
fix: report config errors instead of silent termination ( #7522 )
2026-01-09 14:21:01 -06:00
Sebastian Herrlinger
22f51c6b47
upgrade opentui to v0.1.72
2026-01-09 20:18:34 +01:00
Aiden Cline
de286b08f6
ignore: bump plugin version
2026-01-09 12:33:51 -06:00
Ravi Kumar
e30a159264
fix(cli): enable API key prompt for Bedrock in auth login ( #7332 )
2026-01-09 11:56:19 -06:00
ryanwyler
a5edf3a311
fix: resolve broken forked sessions with compactions due to missing parent-child message references ( #6445 )
2026-01-09 11:42:55 -06:00
Sebastian Herrlinger
e82b112759
upgrade opentui to v0.1.71, fixing capability detection and therefor kitty keyboard
2026-01-09 17:26:33 +01:00
Jeon Suyeol
8e3ab4afa7
feat(config): deduplicate plugins by name with priority-based resolution ( #5957 )
2026-01-09 02:11:24 -06:00
Aiden Cline
a618fbe8cf
bump copilot plugin version
2026-01-09 01:32:00 -05:00
Aiden Cline
07dc1f8ecc
fix: model dialog issue when searching for models in fav/recents list, also ensure that deprecated models dont appear in list ( #7429 )
2026-01-09 01:32:00 -05:00
opencode
bd9c13bb27
release: v1.1.8
2026-01-08 23:58:57 +00:00
Sebastian Herrlinger
1f9e195cd8
stop esc propagation from dialogs
2026-01-08 23:53:00 +01:00
Sebastian Herrlinger
539d6baa8c
upgrade opentui to v0.1.70
2026-01-08 23:52:36 +01:00
Aleksandr Bagatka
f6fc693c1f
fix(ui): use full file path for fuzzy matching in autocomplete ( #6705 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-01-08 16:43:05 -06:00
Dax
22dd70b75b
feat(question): support multi-select questions ( #7386 )
2026-01-08 17:32:21 -05:00
Marc Espin
768e0553bd
fix(docs): Document `cargofmt` ( #7383 )
2026-01-08 16:00:03 -06:00
opencode
f3e79235fb
release: v1.1.7
2026-01-08 20:37:24 +00:00
ryanwyler
eacf3ad361
fix(tui): restore showDetails check removed in Permission rework ( #7285 )
2026-01-08 14:30:41 -06:00
Mani Sundararajan
72062d22a0
fix: cleanly restore terminal state on fatal error exit ( #7359 )
2026-01-08 14:22:24 -06:00
Noam Bressler
958f1edfef
fix: Add kind, title, rawInput to ACP tool_call_update events ( #7368 )
...
Co-authored-by: noam-v <noam@bespo.ai>
2026-01-08 13:56:16 -06:00
Dax
2bb299d741
tui: improve responsive layout by hiding header/footer when sidebar is visible ( #7365 )
2026-01-08 13:57:23 -05:00
Aiden Cline
3c5043497c
ignore: ensure new file truncation stuff still works even if external_directoy is set to deny
2026-01-08 11:07:33 -06:00
Max Stevens
4d09c5618e
refactor: session settings simplification ( #7342 )
2026-01-08 11:06:06 -06:00
Sercan Sagman
adae0d1853
fix(cli): add help text to debug command and subcommands ( #7328 )
...
Signed-off-by: assagman <ahmetsercansagman@gmail.com>
2026-01-08 09:42:12 -06:00
freespace8
542c9d5346
feat(flags): allow disabling .claude prompt and skills loading ( #7205 )
2026-01-08 00:10:25 -06:00
Aiden Cline
d5f0e3fccc
test: add larger image test for read tool
2026-01-07 23:01:02 -06:00
Dax Raad
7d2bb5cb2b
tui: remove unused imports and variables from header component to clean up code
2026-01-07 23:54:54 -05:00
Dax
ca7a70b628
tui: add overlay sidebar for narrow screens to improve mobile experience ( #7288 )
2026-01-07 23:51:49 -05:00
Dax Raad
b3a2f9fb4e
tui: add expandable bash output for long commands to improve readability
2026-01-07 23:11:46 -05:00
Dax Raad
8be5a29870
tui: remove username visibility toggle and simplify user message metadata display
2026-01-07 23:02:19 -05:00
Dax Raad
68092f22e1
tui: improve other answer option layout with better indentation and clearer label
2026-01-07 22:34:31 -05:00
Dax
e37fd9c105
core: add interactive question tool for gathering user preferences and clarifying instructions ( #7268 )
2026-01-07 22:29:42 -05:00
Aiden Cline
2e4fe973c9
fix: issue w/ normal transform options conflicting w/ small model options when gen-ing title
2026-01-07 17:32:38 -06:00
Aiden Cline
1b82511fbd
feat: write truncated tool outputs to files ( #7239 )
2026-01-07 17:25:00 -06:00
Ariane Emory
f24314438b
fix(tui): ensure forked message text is inserted in prompt ( resolves #7257 ) ( #7259 )
2026-01-07 16:12:03 -06:00
Ariane Emory
03eabb10e4
fix: use selectedForeground's computer colour (or theme's selectedForeground value) for the colour of text in permission selection ( resolves #7246 ) ( #7251 )
2026-01-07 14:45:30 -06:00
M. Adel Alhashemi
34c9d106ee
refactor: simplify task tool subagent filtering ( #7165 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-01-07 13:28:13 -06:00
Aiden Cline
fe57d7bb38
tweak: title gen prompt & temp to avoid repetative 'Analyzing ...' titles
2026-01-07 12:56:41 -06:00
Ravi Kumar
68cf6b04a0
fix(tui): constrain autocomplete height to available screen space ( #7181 )
2026-01-07 19:24:44 +01:00
GitHub Action
50530b1ea7
chore: generate
2026-01-07 18:06:30 +00:00
Rodolfo Carvalho
a160eee499
fix(mcp): use correct authorization server URL for OAuth discovery ( #7234 )
2026-01-07 12:05:54 -06:00
Thanh Nguyen
d9aef1d73d
fix(theme): add selectedListItemText to orng themes for button text visibility ( #7169 )
2026-01-07 12:05:46 -06:00
Matt Silverlock
4ba0b22b04
fix: config precedence now correctly allows local config to override remote ( #7141 )
2026-01-07 12:07:21 -05:00
Aiden Cline
528f198c39
tweak: update formula for anomalyco tap
2026-01-07 11:02:37 -06:00
opencode
184834da98
release: v1.1.6
2026-01-07 16:38:32 +00:00
Dax Raad
e59be27810
theme
2026-01-07 09:50:04 -05:00
opencode
1e2992244f
release: v1.1.5
2026-01-07 14:37:04 +00:00
Dax Raad
fd22b26478
theme reload
2026-01-07 09:34:11 -05:00
Dax Raad
ea2ee46f45
clear palette cache
2026-01-07 08:49:35 -05:00
jwaterwater
2d52a461a0
fix: encode non-ASCII directory paths in HTTP headers ( #7145 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-07 06:46:17 -06:00
Aiden Cline
6590c1641f
add truncation for all tools
2026-01-07 02:01:32 -06:00
GitHub Action
c961072d20
chore: generate
2026-01-07 07:43:43 +00:00
Aiden Cline
429240f439
ignore: add truncation funcs ( #7178 )
2026-01-07 01:43:06 -06:00
Daniel Polito
b5be883758
Make General SubAgent not hidden ( #6752 )
2026-01-07 01:31:47 -06:00
Aiden Cline
04cea9cf11
tweak: unserializable error handling
2026-01-07 00:29:41 -06:00
Spoon
85ed329318
add agent color to inline task tool ascii char and highlight agent name ( #7142 )
2026-01-07 00:10:00 -06:00
Sewer.
fd7b7eacd3
Added: Ability to hide subagents from primary agents system prompt. ( #4773 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-06 22:29:17 -06:00
GitHub Action
eaa0826e7f
chore: generate
2026-01-07 03:42:44 +00:00
NSPC911
dadc08ddc7
fix: escape backticks when passing to powershell ( #7157 )
2026-01-06 21:41:33 -06:00
Aiden Cline
a2f80f7c0d
fix: add --use-system-ca flag in execArgv
2026-01-06 21:01:03 -06:00
Rafi Khardalian
dee0226741
fix(tui): restore attach session lookup behavior ( #7150 )
2026-01-06 20:59:12 -06:00
Aiden Cline
625c9dae5c
fix: ensure commands listing subagent work
2026-01-06 17:05:20 -06:00
opencode
b2341c2d9a
release: v1.1.4
2026-01-06 22:06:38 +00:00
Spoon
32e0b612d9
adding timeout ( #7128 )
2026-01-06 15:00:34 -06:00
Spoon
a10cc63403
feat: url based instructions ( #7125 )
2026-01-06 14:48:22 -06:00
galkatz373
d4e7a88bba
feat(cli): frecency file autocomplete ( #6603 )
2026-01-06 14:05:57 -06:00
Thomas Gormley
630476afc0
load `OPENCODE_CONFIG_DIR` AGENTS.md into the system prompt ( #7115 )
2026-01-06 13:43:55 -06:00
Aiden Cline
5db78f20e9
core: fix title generation for subtask-only messages to extract actual user prompts instead of generic tool execution descriptions
2026-01-06 13:30:39 -06:00
Aiden Cline
01eadf3ded
test: fix test
2026-01-06 12:31:41 -06:00
Aiden Cline
c7a2c737e8
fix: ensure 'name' isnt being sent in request body for custom agent
2026-01-06 12:21:30 -06:00
M. Adel Alhashemi
485aadcbfa
fix: restore skill filtering by agent permissions ( #7042 )
2026-01-06 12:01:37 -06:00
Matthijs Wolting
d76d6db589
fix: add missing await for available skills in `skill` tool ( #7072 )
2026-01-06 11:56:49 -06:00
Akinfolami Akin-Alamu
aa612b27d4
feat(tui): add 'c' shortcut to copy device code in OAuth flow ( #7020 )
2026-01-06 11:54:49 -06:00
GitHub Action
a35c278424
chore: generate
2026-01-06 17:29:44 +00:00
Guofang.Tang
8265621d48
fix: prevent jdtls path checks from throwing ( #7052 )
2026-01-06 11:29:06 -06:00
ikeda-tomoya-swx
1016a52cf1
fix(provider): add jp. prefix auto-assignment for Tokyo region (ap-northeast-1) ( #7053 )
2026-01-06 11:18:34 -06:00
ryanwyler
f0e559c0ed
fix: sidebar title padding to prevent scrollbar edge case ( #7089 )
2026-01-06 11:15:39 -06:00
Guofang.Tang
9197a2a7a1
docs: polish markdown wording and capitalization ( #7019 )
...
Co-authored-by: Tang Guofang <tangguofang@mychery.com>
2026-01-05 22:45:40 -06:00
Adam
5c66c8b8e1
fix(core): filter dead worktrees
2026-01-05 16:37:18 -06:00
Adam
2ca0ae7755
fix(app): more defensive, handle no git
2026-01-05 15:12:02 -06:00
Sebastian Herrlinger
4137c66581
upgrade opentui to v0.1.69, with some text rendering performance improvements
2026-01-05 21:17:45 +01:00
opencode
4f49967518
release: v1.1.3
2026-01-05 19:26:40 +00:00
Adam
cb8533ef5b
fix(app): terminal long-running processes
2026-01-05 13:21:32 -06:00
Dax Raad
0276885181
core: preserve permission config key order to maintain user-defined permission precedence
2026-01-05 14:09:37 -05:00
Guorui Yu
5a38a6f248
tui: autocomplete: expand directory on Tab, select on Enter ( #6975 )
...
Signed-off-by: yuguorui <yuguorui@pku.edu.cn>
2026-01-05 13:08:17 -06:00
Melih Mucuk
a38e1701ee
fix: pass image parts to custom commands ( #6525 )
...
Co-authored-by: Melih Mucuk <melih@monkeysteam.com>
2026-01-05 13:06:57 -06:00
ikeda-tomoya-swx
bf9ee32d4a
fix(provider): add support for jp. prefix in Amazon Bedrock cross-region inference profiles ( #6916 )
2026-01-05 13:03:09 -06:00
Josh Thomas
0917991361
docs: update GHA examples to use `actions/checkout@v6` ( #6969 )
2026-01-05 13:00:22 -06:00
Rohan Mukherjee
4b7301e8ca
fix: lucent-orng bg transparency for slash commands ( #6938 )
2026-01-05 12:56:49 -06:00
Daniel Vélez
1bf20f0a2b
docs: add description for MCP command ( #6944 )
2026-01-05 12:56:00 -06:00
Grégoire Morpain
e3b4d4ad49
feat(bedrock): config options and authentication precedence ( #6377 )
2026-01-05 12:51:43 -06:00
Dax Raad
91d5ce8bf3
tui: add system theme resolution and event handling
2026-01-05 10:38:35 -05:00
David Hill
2cb3b0484b
fix: cleaner interrupted experience ( #6785 )
...
Co-authored-by: Dax <mail@thdxr.com>
2026-01-05 09:53:19 -05:00
Aiden Cline
06acd70670
tweak: transform
2026-01-05 01:40:15 -06:00
Aiden Cline
c285304acf
fix: for anthropic compat ensure empty msgs and empty reasoning is filtered out
2026-01-05 01:40:15 -06:00
opencode
4d187af9d2
release: v1.1.2
2026-01-05 07:16:26 +00:00
Dax Raad
2f5b2b23d5
core: fix permission rule matching to use permission field instead of pattern field
2026-01-05 01:21:49 -05:00
Dax Raad
9f38af44db
core: fix permission evaluation to use rule-based matching instead of wildcard patterns
2026-01-05 01:07:03 -05:00
Rafi Khardalian
7324b2260a
fix(tui): allow exit when viewing child session ( #6898 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-01-04 23:14:43 -06:00
Aiden Cline
f2e65e40ea
fix: handle skill scan failures for .claude gracefully
2026-01-04 21:39:45 -06:00
Aiden Cline
8b3ae08a55
acp: handle case where big-pickle is unavailable as a fallback
2026-01-04 21:10:30 -06:00
opencode-agent[bot]
2410a6bc9e
Fix symmetric padding in TUI input field ( #6894 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-01-04 20:34:14 -06:00
Rohan Godha
88c306efd2
fix: prevent session list rows from wrapping to 2 lines ( #6812 )
2026-01-04 13:29:44 -06:00
Melih Mucuk
554572bc39
fix: prevent main model thinking variant from applying to small model ( #6839 )
...
Co-authored-by: Melih Mucuk <melih@monkeysteam.com>
2026-01-04 13:28:22 -06:00
Aiden Cline
e5abe1e78b
tweak: bump default to 30 seconds (lots of people complained about 5...)
2026-01-04 13:26:43 -06:00
Dax Raad
226a5c2000
tui: fix optional session access to prevent runtime errors
2026-01-04 13:43:33 -05:00
Dax Raad
7304ba616e
tui: add session search functionality with debounced input and server-side filtering
2026-01-04 13:38:30 -05:00
Dax Raad
cdd6ea514b
core: improve Rust formatter detection and add cargo fmt support
2026-01-04 13:04:28 -05:00
opencode
dc25669b6e
release: v1.1.1
2026-01-04 15:52:55 +00:00
Dax Raad
a76570b5dd
tui: add development scripts for better debugging workflow
2026-01-04 10:38:02 -05:00
Dax Raad
97977f6ad4
ensure @opencode-ai/plugin exists only on first run
2026-01-04 10:23:42 -05:00
Adam Spiers
24dedb4f7b
fix(tui): add missing `theme_list` keybind ( #6779 )
...
Co-authored-by: Adam Spiers <opencode@adamspiers.org>
2026-01-04 09:13:19 -06:00
Paolo Ricciuti
21dc3c24d9
feat: mcp resources ( #6542 )
2026-01-04 09:12:54 -06:00
Dax Raad
2d074f0472
initialize config in worktree
2026-01-04 10:10:25 -05:00
Aiden Cline
d72d7ab510
tweak: prioritize free gpt-5-mini for small model in github copilot
2026-01-04 08:21:09 -06:00
Matt Silverlock
4486174e43
github: handle duplicate PR creation when agent creates PR ( #6777 )
2026-01-04 02:05:08 -06:00
Aiden Cline
41cf45a16e
tui: fix system theme diff highlighting
...
- Generate distinct red/green backgrounds for added/removed lines in system theme
- Use bright ANSI colors for diff highlights to improve visibility
- Fix ANSI palette indexing to handle null entries safely
- Add color tinting to create proper diff backgrounds while respecting terminal colors
Resolves issue where system theme showed no red/green diff highlighting
2026-01-04 02:01:02 -06:00
Aiden Cline
3611260405
core: remove hardcoded .env read block and use new permissions model instead
2026-01-04 01:49:49 -06:00
Shpetim
c3fd3c8656
fix(plugin): prevent duplicate plugin function initialization ( #6787 )
...
Co-authored-by: Shpetim <shpetim.alimi@ndbit.net>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-01-04 01:39:54 -06:00
Aiden Cline
96a00ffea9
core: update github copilot model model priority list
2026-01-04 00:57:35 -06:00
Aiden Cline
5aa4fd0042
core: add variant to chat.message input
2026-01-04 00:28:52 -06:00
shuv
72cef0d9e7
feat: add --variant flag to run command ( #6805 )
...
Co-authored-by: shuv <shuv@shuv.dev>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-01-04 00:08:34 -06:00
Saatvik Arya
74d0d2b942
docs: update AGENTS.md ( #6800 )
2026-01-03 20:56:47 -06:00
Dax Raad
dcf37000e4
tui: remove openrouter provider from priority list
2026-01-03 20:45:15 -05:00
Dax Raad
5944443a60
core: fix dependency installation and git worktree branch creation
2026-01-03 20:22:19 -05:00
Dax Raad
81e8d29ad2
oops
2026-01-03 19:25:59 -05:00
Dax Raad
0b4af95223
core: add sandbox support for git worktrees to allow working in multiple directories per project
2026-01-03 18:52:53 -05:00
Mani Sundararajan
f6cc84747a
fix(tui): make lsp status icon muted when no lsps are active ( #6773 )
2026-01-03 14:56:29 -06:00
Rhys Sullivan
586e7347bd
fix(mcp): add timeout to client.connect() calls ( #6760 )
2026-01-03 11:54:24 -06:00
Mani Sundararajan
12eea69f2e
fix(tui): make mcp status icon muted when no mcp servers are enabled ( #6745 )
2026-01-03 10:23:09 -06:00
GitHub Action
527553ada2
chore: generate
2026-01-03 07:16:11 +00:00
Jake Nelson
5c5e636030
feat: add per-project MCP config overrides ( #5406 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-03 01:15:37 -06:00
Gabriel Patzleiner
da6df3d432
fix(kotlin-ls): improve root detection for Gradle multi-project builds ( #6717 )
2026-01-03 01:14:01 -06:00
Aiden Cline
b9b0e3475c
core: improve plugin loading to handle builtin plugin failures gracefully ( #6739 )
2026-01-03 00:54:35 -06:00
Dax Raad
47c670aea9
tui: add reject message support to permission dialogs for better user feedback
2026-01-03 01:34:23 -05:00
Aiden Cline
f991fbbde8
core: ephemerally wrap queued user messages with reminder to stay on track ( #6725 )
2026-01-02 22:42:56 -06:00
shuv
401b498c7d
fix(tui): pass attach directory to sdk client ( #6715 )
...
Co-authored-by: shuv <shuv@shuv.dev>
2026-01-02 21:54:11 -06:00
Adam
052de3c556
feat: add managed git worktrees ( #6674 )
2026-01-02 20:17:02 -06:00
Sebastian Herrlinger
ff0bd84870
upgrade opentui to v0.1.68, using gpa
2026-01-03 01:08:58 +01:00
Dax Raad
4956ee3ebd
tui: add escape key handling to permission dialogs for better keyboard navigation
2026-01-02 18:48:26 -05:00
YeonGyu-Kim
a3f38e0533
feat(plugin): add tui.session.select API endpoint for TUI navigation ( #6565 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-02 16:57:21 -06:00
GitHub Action
681a257df6
chore: generate
2026-01-02 22:46:22 +00:00
Troy Gaines
586207adb4
feat: Add kotlin lsp integration ( #6601 )
2026-01-02 16:45:44 -06:00
theavgjojo
a58dbb3b5c
chore: add license field to package.json ( #6693 )
...
Co-authored-by: theavgjojo <jojo@noreply>
2026-01-02 16:29:09 -06:00
Dax
3c41e4e8f1
chore: rename repo references from sst/opencode to anomalyco/opencode ( #6687 )
...
Co-authored-by: Github Action <action@github.com>
2026-01-02 16:02:52 -05:00
Matt Silverlock
66bc046503
fix: merge instructions arrays across config files ( #6663 )
2026-01-02 13:55:40 -06:00
Matt Silverlock
6e68ea034c
fix: handle actions/checkout v6 credential storage change ( #6667 )
2026-01-02 13:54:43 -06:00
Aiden Cline
2fd97377f6
test: fix transform test
2026-01-02 12:38:44 -06:00
Aiden Cline
47ebb2973f
test: add message-v2 test
2026-01-02 12:28:40 -06:00
Aiden Cline
49d7ccd1db
fix: variant for minimal
2026-01-02 12:28:40 -06:00
Aiden Cline
c996f3d847
chore: ensure empty message isnt sent
2026-01-02 12:28:40 -06:00
Mike English
70881b2937
fix: cloudflare-ai-gateway sdk.chat undefined error ( #6407 )
2026-01-02 11:24:13 -06:00
rari404
d8753cda02
refactor: use Bun.sleep instead of Promise setTimeout ( #6620 )
2026-01-02 11:12:02 -06:00
steez
2685de2a33
feat(theme): add Osaka Jade theme ( #6609 )
2026-01-02 10:26:01 -06:00
Luke Parker
c600114db9
fix(share): handle NotFoundError for non-shared sessions in sync ( #6634 )
2026-01-02 04:16:12 -06:00
Dax Raad
038cff4a93
core: improve plugin loading to handle builtin plugin failures gracefully
2026-01-01 23:15:04 -05:00
Dax Raad
741cb9c0ef
ci
2026-01-01 22:44:22 -05:00
Dax Raad
389a5fc017
tui: add reload functionality and improve lazy utility with reset capability
2026-01-01 22:11:43 -05:00
opencode
d60393835c
release: v1.0.224
2026-01-02 03:05:57 +00:00
Dax Raad
b84a1f714b
tui: remove memory leak fixes documentation after implementation
2026-01-01 21:40:28 -05:00
GitHub Action
07c008fe3d
chore: generate
2026-01-02 02:28:48 +00:00
Dax Raad
dad9c917d2
tui: fix memory leaks in session management and improve permission error handling
2026-01-01 21:28:11 -05:00
Dax Raad
2aaea71eb3
tui: add heap snapshot option to system menu for debugging memory usage
2026-01-01 21:18:28 -05:00
Dax Raad
db8d83b53d
tui: fix permission tests for new evaluate function signature
2026-01-01 21:01:34 -05:00
Dax Raad
963f407062
tui: improve permission error handling and evaluation logic
2026-01-01 21:01:00 -05:00
Dax Raad
4f1ef93910
ignore
2026-01-01 20:42:06 -05:00
Dillon Mulroy
05eee679a3
feat: add assistant metadata to session export ( #6611 )
2026-01-01 18:56:23 -06:00
Mani Sundararajan
154c52c4d9
fix: windows fallback for "less" cmd in `session list` ( #6515 )
2026-01-01 18:53:29 -06:00
Aiden Cline
7aa1dbe873
test: fix bash test
2026-01-01 17:53:20 -06:00
Aiden Cline
76186d19f3
fix: ensure new permissions changes work for special case bash commands like rm, cd, etc
2026-01-01 17:27:23 -06:00
Dax
351ddeed91
Permission rework ( #6319 )
...
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2026-01-01 17:54:11 -05:00
Aiden Cline
dccb8875ad
core: fix import command regex
2026-01-01 15:18:32 -06:00
alcpereira
8b35d56a48
fix: remove outdated Haiku filter for GitHub Copilot ( #6593 )
2026-01-01 14:04:31 -06:00
Aiden Cline
9be944a2d2
core: fix stats command day calculation and time filtering
2026-01-01 13:25:26 -06:00
Aiden Cline
5138f9250e
ignore: keep the process exit logic
2026-01-01 13:05:08 -06:00
Aiden Cline
e503654252
core: make installdeps non blocking
2026-01-01 13:00:39 -06:00
Aiden Cline
8ebc601ea2
core: use --no-cache when behind proxy to avoid hangs
2026-01-01 12:46:25 -06:00
Saatvik Arya
7a3ff5b98f
fix(session): check for context overflow mid-turn in finish-step ( #6480 )
2026-01-01 12:03:18 -06:00
Lekë Dobruna
3b03324578
fix: display error if invalid agent is used in a command ( #6578 )
2026-01-01 11:39:21 -06:00
Tom
dc8586371c
fix(server): add Content-Type headers for proxied static assets ( #6587 )
2026-01-01 11:35:04 -06:00
opencode
01237c5325
release: v1.0.223
2026-01-01 11:25:32 +00:00
Aiden Cline
4039670a24
Reapply "fix(tui): don't show 'Agent not found' toast for subagents ( #6528 )"
...
This reverts commit 97a0fd1d54 .
2025-12-31 22:58:06 -06:00
opencode
3331b0600a
release: v1.0.222
2026-01-01 01:21:04 +00:00
Luke Parker
c131dd0829
fix(desktop): Windows support for PTY and cross-platform build scripts ( #6508 )
2025-12-31 19:18:07 -06:00
Aiden Cline
9a1dc1ffe4
core: prevent TimeoutOverflowWarning by capping setTimeout delay to max 32-bit signed integer
2025-12-31 16:15:49 -06:00
opencode
c93e7621be
release: v1.0.221
2025-12-31 21:10:33 +00:00
Aiden Cline
34aecda47c
tweak: default to ai-sdk/opeai-compatible if no npm package provided
2025-12-31 14:54:21 -06:00
Aiden Cline
b419b0ec55
Reapply "tweak: adjust keys for uniqueness calculations to use provider/model"
...
This reverts commit 9d32a0354f1db3ea4893f4ad00900c6420ab78c6.
2025-12-31 14:54:21 -06:00
Aiden Cline
538ac208e1
Revert "tweak: adjust keys for uniqueness calculations to use provider/model"
...
This reverts commit eb81994a18 .
2025-12-31 14:54:21 -06:00
Aiden Cline
97a0fd1d54
Revert "fix(tui): don't show 'Agent not found' toast for subagents ( #6528 )"
...
This reverts commit 87f9ebd17c .
2025-12-31 13:11:12 -06:00
Vlad Temian
87f9ebd17c
fix(tui): don't show 'Agent not found' toast for subagents ( #6528 )
2025-12-31 13:04:23 -06:00
Aiden Cline
e7422ee782
chore: rm unused import
2025-12-31 12:11:42 -06:00
Marcel de Vries
f3db966317
Add support for LSP workspace/didChangeWatchedFiles ( #6524 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-31 11:35:09 -06:00
opencode
decc616c80
release: v1.0.220
2025-12-31 17:30:57 +00:00
Aiden Cline
e0450e74fb
fix: plugin & mode globs
2025-12-31 11:28:06 -06:00
Eric Guo
b97d20f252
feat(cli): New debug agent <name> subcommand ( #6529 )
2025-12-31 11:16:03 -06:00
Anzul Aqeel
fcfcdd95e9
fix: Clarify agent-name placeholder in tips ( #6520 )
2025-12-31 11:15:07 -06:00
Paolo Ricciuti
5249f04ea0
fix: display MCP tag for prompts in autocomplete but not in prompt ( #6531 )
2025-12-31 09:34:36 -06:00
opencode
8aa34ab9f3
release: v1.0.219
2025-12-31 14:01:59 +00:00
Adam
50ef866a02
fix(core): mdns fails if service already registered
2025-12-31 07:33:49 -06:00
Adam
b1a6333d17
feat(core): configurable cors hosts
2025-12-31 03:50:29 -06:00
Paolo Ricciuti
57a2b5f444
feat: mcp prompts as slash commands (alternative) ( #5767 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-31 00:51:25 -06:00
Qio
db84ee17f4
feat: add gemini-3-flash to fast models list ( #6497 )
...
Co-authored-by: qio <handsomehust@gmail.com>
2025-12-31 00:11:47 -06:00
OpeOginni
0b1f6a7d2d
feat: bundle in @ai-sdk/vercel version 1.0.31 for aisdk v5 support ( #6512 )
2025-12-31 00:10:42 -06:00
David Hill
a6d225558c
fix: cleaner view subagents hint text ( #6437 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-30 22:47:16 -06:00
Dax Raad
ed4ce67cdc
core: add configurable timeout for MCP tool calls to prevent hanging requests
2025-12-30 23:06:07 -05:00
Aiden Cline
b9ef09a0f4
tweak: read plurals too and stop erroring on them
2025-12-30 18:58:31 -06:00
Aiden Cline
eb81994a18
tweak: adjust keys for uniqueness calculations to use provider/model
2025-12-30 18:41:28 -06:00
Aiden Cline
324ae9c471
fix: openai variants for codex models
2025-12-30 18:18:16 -06:00
processtrader
7349626757
feat: add model usage statistics with input/output token breakdown to stats command ( #6296 )
2025-12-30 17:52:41 -06:00
Farhad Omid
76c25ef286
feat(format): add rustfmt formatter for Rust files ( #6482 )
2025-12-30 17:06:55 -06:00
Aiden Cline
81fef60266
fix: ensure variants also work for completely custom models ( #6481 )
...
Co-authored-by: Daniel Smolsky <dannysmo@gmail.com>
2025-12-30 16:37:32 -06:00
opencode
2039c6936f
release: v1.0.218
2025-12-30 20:17:26 +00:00
Adam
a02fefe9dc
fix(core): cors exception for tauri
2025-12-30 14:14:44 -06:00
ravshansbox
94453eb1bd
Add prisma language server ( #6462 )
2025-12-30 13:13:36 -06:00
Ytzhak
8f629db988
feat: add extract reasoning middleware ( #6463 )
2025-12-30 13:13:18 -06:00
opencode
585378cba0
release: v1.0.217
2025-12-30 19:01:36 +00:00
Dax Raad
8cd8393339
core: allow CORS requests from tauri://localhost
2025-12-30 13:58:41 -05:00
Aiden Cline
c88c2da9be
fix: move variant toggle to command bar
2025-12-30 12:33:50 -06:00
opencode
9b04081ae0
release: v1.0.216
2025-12-30 18:07:37 +00:00
Dax Raad
7d2d87fa2c
core: allow CORS requests from *.opencode.ai subdomains
2025-12-30 13:04:18 -05:00
opencode
73bc3e704e
release: v1.0.215
2025-12-30 17:09:08 +00:00
Fayçal Mitidji
b3784588ae
Fix: High CPU / memory leak when filtering model list window to empty results ( #6435 )
2025-12-30 10:52:06 -06:00
opencode
104d52bc38
release: v1.0.214
2025-12-30 16:37:22 +00:00
Rohan Mukherjee
23bbfb3d15
fix: cloudflare provider information ( #6426 )
2025-12-30 09:45:09 -06:00
Didier Durand
8b708242f1
chore: fix various typos ( #6429 )
2025-12-30 09:42:04 -06:00
opencode
a1d54475fe
release: v1.0.213
2025-12-30 15:26:35 +00:00
Sebastian Herrlinger
cfcb2c1fd8
upgrade opentui to v0.1.67, fixing split diff alignment and markdown jitter
2025-12-30 15:31:02 +01:00
opencode
faaef45384
release: v1.0.212
2025-12-30 13:37:47 +00:00
opencode
281f9e6236
release: v1.0.211
2025-12-30 13:04:07 +00:00
ryanwyler
ad425a6a6a
fix: revert opentui to 0.1.63 to fix streaming jitter regression ( #6439 )
2025-12-30 13:57:22 +01:00
opencode
f54d5377a4
release: v1.0.210
2025-12-30 11:00:28 +00:00
Adam
a576fdb5e4
feat(web): open projects
2025-12-30 04:57:37 -06:00
Aiden Cline
c82ab649e2
ignore: fix bug from variants pr, prevent createEffect issue
2025-12-30 00:14:10 -06:00
Aiden Cline
abc7eed92b
tweak: read global claude skills too ( #6420 )
2025-12-29 23:48:58 -06:00
Joachim Isaksson
1670d220da
fix: prevent model list corruption from SolidJS reactivity ( #6359 )
...
Co-authored-by: Joachim Isaksson <joachim.isaksson@centiro.com>
2025-12-29 23:45:15 -06:00
Jkker
ddc4e34731
fix(mdns): use named import for bonjour-service ( resolves #6422 ) ( #6423 )
2025-12-29 23:29:34 -06:00
Aiden Cline
ed0c0d90be
feat: add variants toggle ( #6325 )
...
Co-authored-by: Github Action <action@github.com>
2025-12-29 21:43:50 -06:00
Eduardo Santos de Brito
4657fa823f
feat(plugin): expose server URL to plugins ( #6373 )
2025-12-29 21:05:08 -06:00
Sebastian Herrlinger
4ca7ab6be8
upgrade opentui to v0.1.66, fixing split diff alignment
2025-12-30 01:14:18 +01:00
opencode
0c48e6a116
release: v1.0.209
2025-12-29 23:37:04 +00:00
Aiden Cline
ef8388f0ee
Revert "feat: read global ~/.claude/skills"
...
This reverts commit a1c9a1b8c5 .
2025-12-29 17:20:04 -06:00
Aiden Cline
a1c9a1b8c5
feat: read global ~/.claude/skills
2025-12-29 17:11:28 -06:00
Aiden Cline
76b012139a
fix: add timeout to filewatcher subscriptions
2025-12-29 16:16:38 -06:00
Aiden Cline
02e5a19242
tweak: adjust git watcher to ignore files other than HEAD
2025-12-29 16:16:38 -06:00
Dominik Engelhardt
504a668a26
Set smallOptions for google models on openrouter ( #6362 )
2025-12-29 16:01:31 -06:00
ja
5efb1c7b2d
feat(highlight): add nix syntax highlighting ( #6386 )
2025-12-29 15:53:41 -06:00
samcornor
fd973d242e
fix(webfetch): make format parameter optional with markdown default ( #6345 )
...
Co-authored-by: Somair Ansar <somairansar@Somairs-MacBook-Air.local>
2025-12-29 15:53:12 -06:00
Cole Leavitt
b157fd10a7
fix: filter messages with only step-start parts in toModelMessage ( #6383 )
2025-12-29 14:58:11 -06:00
ja
67ebe68160
feat(format): add nixfmt formatter for Nix files ( #6380 )
2025-12-29 14:57:52 -06:00
opencode
9721223b7e
release: v1.0.208
2025-12-29 20:44:22 +00:00
CasualDeveloper
e617c5d689
fix: prevent truncated Claude streams ( #6388 )
2025-12-29 14:04:53 -06:00
Aiden Cline
59e3b7409f
chore: fix type error
2025-12-29 12:38:35 -06:00
Brett Heap
82b8d8fa5d
fix(tui): make auth URLs clickable regardless of line wrapping ( #6317 )
...
Co-authored-by: brettheap <brett.heap@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-12-29 11:21:09 -06:00
Frainer Encarnación
337681dbbf
fix(lsp): ESLint LSP server fails to auto-install on Windows ( #6366 )
2025-12-29 11:02:46 -06:00
Matt Silverlock
56b5cdf883
feat: install local plugin dependencies from package.json ( #6302 )
...
Co-authored-by: OpenCode <opencode@example.com>
2025-12-29 10:37:41 -06:00
Adam
98fd53fd5f
fix(core): preserve imperative statements in summary
2025-12-29 07:25:55 -06:00
GitHub Action
896d18ab3f
chore: generate
2025-12-29 04:44:48 +00:00
Grégoire Morpain
893888536a
fix(bedrock): support region and bearer token configuration ( #6332 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-28 22:44:15 -06:00
Connor Adams
ae67f43ff0
feat: add support for `.claude/skills` directory ( #6252 )
2025-12-28 22:39:10 -06:00
opencode
76880dce0d
release: v1.0.207
2025-12-29 01:57:53 +00:00
Daniel Polito
6e8cd3174c
Include current working directory in local MCP transport ( #6303 )
2025-12-28 13:09:24 -06:00
Didier Durand
29d8557d41
doc: fix typos in various files ( #6294 )
2025-12-28 13:06:25 -06:00
Didier Durand
ffd20b4477
chore: activate code coverage in bun test config ( #6297 )
2025-12-28 19:05:55 +00:00
opencode
2abaa46e23
release: v1.0.206
2025-12-28 19:05:54 +00:00
opencode
ddf4897eaa
release: v1.0.205
2025-12-28 18:37:58 +00:00
Matt Silverlock
d6db6ff198
fix: handle non-text response parts in GitHub action ( #6173 )
2025-12-27 21:24:10 -06:00
Aiden Cline
79c263494f
tweak: inform agent if no skills are available
2025-12-27 21:20:00 -06:00
rektide
7ea0d37ee3
Thinking & tool call visibility settings for `/copy` and `/export` ( #6243 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-27 19:32:33 -06:00
scarf
e35d97f9d7
feat: add bash shell completions ( #6239 )
2025-12-27 19:14:56 -06:00
Connor Adams
8a2f4ddf70
chore: update `INVALID_DIRS` to include plural 'skills' directory ( #6255 )
2025-12-27 19:10:51 -06:00
processtrader
7a94d7a2c5
fix: stats command to correctly handle `--days 0` for current day statistics ( #6259 )
...
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-27 19:10:23 -06:00
Aiden Cline
de28fafb47
fix: search all recent models instead of only top 5 in TUI /models command
2025-12-27 19:07:38 -06:00
ewired
7617f59441
Allow line numbers and ranges in autocomplete ( #4238 )
2025-12-27 18:53:17 -06:00
opencode
7aecb43e84
release: v1.0.204
2025-12-27 20:51:09 +00:00
Adam
21eba5f987
feat(desktop): permissions
2025-12-27 14:43:42 -06:00
Didier Durand
e6b9988fa4
doc: fix typos in various files ( #6238 )
2025-12-27 00:46:06 -06:00
rari404
3c02d5d338
feat: add path traversal protection to File.read and File.list ( #5985 )
2025-12-26 23:20:07 -06:00
Christopher Ochsenreither
bfb9787361
fix: compact command after revert now properly cleans up revert state ( #6235 )
2025-12-26 22:57:59 -06:00
ja
1bcc72c477
feat: add ability to disable spinner animation ( #6084 )
2025-12-26 22:12:35 -06:00
Dax Raad
2b054bec95
core: fix compaction config checks to properly respect user settings
2025-12-26 19:48:56 -05:00
Dax Raad
2cdc88d295
core: add compaction config tests to verify auto and prune settings work correctly
2025-12-26 19:44:32 -05:00
Dax Raad
ed06de5e30
core: add configurable compaction settings to allow users to disable auto-compaction and pruning via config instead of flags
2025-12-26 19:31:48 -05:00
Adam
390b0a79b3
fix(core): mdns global config
2025-12-26 14:47:53 -06:00
Adam
b2f45d574f
Reapply "feat(core): optional mdns service ( #6192 )"
...
This reverts commit 505068d5a6 .
2025-12-26 14:47:53 -06:00
Aiden Cline
1e2ef07c97
chore: kill some unused tools
2025-12-26 14:31:22 -06:00
Aiden Cline
664e6bf2d0
test: add more tests to make sure that cwd is locked for read tool
2025-12-26 14:30:05 -06:00
Aiden Cline
160c8ab7cc
tweak: bash tool description to avoid unnecessary 'cd &&' usage
2025-12-26 13:44:52 -06:00
Matt Silverlock
1626341a4a
github: support issues and workflow_dispatch events ( #6157 )
2025-12-26 13:34:03 -06:00
Aiden Cline
505068d5a6
Revert "feat(core): optional mdns service ( #6192 )"
...
This reverts commit 26e7043718 .
2025-12-26 11:43:52 -06:00
Aiden Cline
2e10ffac6b
chore: rm comments
2025-12-26 11:43:13 -06:00
Aiden Cline
4abaa052db
fix: adjust upgrade command to use gh releases page if not npm/bun/pnpm install method
2025-12-26 11:43:12 -06:00
Ariane Emory
25c68c8061
chore: kill the dead Polaris Alpha code ( #6193 )
2025-12-26 11:32:31 -06:00
ja
b0e4408ecf
feat: add shfmt formatter for shell scripts ( #6204 )
2025-12-26 11:31:51 -06:00
Ayush Walekar
155ba794cf
chore: createOpencodeServer expose `logLevel` ( #6202 )
2025-12-26 11:09:06 -06:00
Roberto Carvajal
f1ab427f0e
fix(dep): Update package.json - fix perplexity provider version ( #6199 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-26 11:08:45 -06:00
Adam
26e7043718
feat(core): optional mdns service ( #6192 )
...
Co-authored-by: Github Action <action@github.com>
2025-12-26 10:29:48 -06:00
Didier Durand
cf38884778
doc: fix typos in various files ( #6196 )
2025-12-26 10:21:33 -06:00
Aiden Cline
3522c460e3
tweak: update transform for gemini models so that topP and topK match gemini-cli values
2025-12-25 22:46:12 -06:00
JackNorris
46c7a41d5f
fix: only show diagnostics block when errors exist ( #6175 )
2025-12-25 22:24:48 -06:00
opencode
7cc4b24ac2
release: v1.0.203
2025-12-26 04:10:11 +00:00
Dax Raad
281ce4c0c3
prompt update to prevent searching via bash tool
2025-12-25 23:07:39 -05:00
Donghyun Shin
f59d274d0f
fix(lsp): make JDTLS use the correct config directory on Windows ( #6121 )
2025-12-25 21:17:54 -06:00
Marco
d9f0f58277
feat: haskell lsp support ( #6141 )
2025-12-25 21:04:43 -06:00
opencode
effa7b45cf
release: v1.0.202
2025-12-26 02:11:47 +00:00
opencode
8aa3520683
release: v1.0.201
2025-12-25 14:07:19 +00:00
Dax Raad
f397c92ddf
remove list tool
2025-12-25 00:58:47 -05:00
opencode
6f9bea4e1f
release: v1.0.200
2025-12-25 04:39:32 +00:00
opencode
2284a4e6df
release: v1.0.199
2025-12-25 02:40:19 +00:00
Dax Raad
607d8aafb7
tui: disable tips display in home route
2025-12-24 14:20:29 -05:00
opencode
ff3b68bd36
release: v1.0.198
2025-12-24 18:16:46 +00:00
opencode
987e444828
release: v1.0.197
2025-12-24 17:47:07 +00:00
Dax Raad
99633cb299
Revert "feat: better styling for small screens (short and/or not wide) ( #5968 )"
...
This reverts commit ac371d2987 .
2025-12-24 12:38:10 -05:00
opencode
ceeaf494c4
release: v1.0.196
2025-12-24 16:40:16 +00:00
opencode
a2e8737114
release: v1.0.195
2025-12-24 14:50:40 +00:00
opencode
376019e347
release: v1.0.194
2025-12-24 12:20:02 +00:00
Aiden Cline
99e2112807
tweak: retry err
2025-12-23 22:10:28 -06:00
Abdelkader Boudih
f4d61be8bd
feat(mcp): handle tools/list_changed notifications ( #5913 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-23 19:36:37 -06:00
Aiden Cline
8b40e38cd7
test: add test for retry
2025-12-23 19:34:40 -06:00
Aiden Cline
7396d495ee
chore: regen sdk
2025-12-23 19:34:38 -06:00
Aiden Cline
12ee9d51c3
make 'The socket connection was closed unexpectedly' errors retryable
2025-12-23 19:20:31 -06:00
Rohan Mukherjee
2730e0c9cd
chore: update AGENTS.md to ~150 lines ( #5955 )
2025-12-23 19:04:44 -06:00
David Hill
d6c81d6e14
style: update current todo style ( #6077 )
2025-12-23 18:57:02 -06:00
rari404
e8ac0b663b
feat(tui): console copy-to-clipboard via opentui ( #5658 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-23 18:46:01 -06:00
OpeOginni
2806f240ea
fix: resize textarea when pasting prompt less than 150 chars ( #6070 )
2025-12-23 18:11:48 -06:00
Matt Silverlock
9898fbe8ef
providers: add Cloudflare AI Gateway ( #5174 )
2025-12-23 17:31:58 -06:00
Aiden Cline
ef033db9c2
Revert "Add animated braille spinner to terminal title when agent is running ( #5984 )"
...
This reverts commit 59b87f60f7 .
2025-12-23 14:40:55 -06:00
Aiden Cline
e30d5d8e34
tweak: update import & pr commands to use new share link ur
2025-12-23 14:04:33 -06:00
David Hill
59b87f60f7
Add animated braille spinner to terminal title when agent is running ( #5984 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-23 13:38:10 -06:00
David Hill
ae7286c031
"Did you know?" start screen tips ( #5982 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.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>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-23 13:28:33 -06:00
Daniel Gray
52048c327d
fix: favorites and recents stay visible when filtering models ( #6053 )
2025-12-23 12:55:47 -06:00
ja
86b9b7b15a
fix(tui): prevent keybinds from executing when dialog is open ( #6017 )
2025-12-23 12:37:28 -06:00
GitHub Action
c73a17f8af
chore: generate
2025-12-23 15:58:33 +00:00
Rhys Sullivan
48898fda07
[feat]: prompt stashing ( #6021 )
2025-12-23 09:58:00 -06:00
GitHub Action
c573732ddb
chore: generate
2025-12-23 15:39:47 +00:00
Daniel Polito
ab2a6c45a3
Fix Github Pull Request Event ( #6037 )
2025-12-23 09:39:14 -06:00
opencode
66563fb974
release: v1.0.193
2025-12-23 15:16:20 +00:00
Sebastian Herrlinger
1d9e181da0
indent wrapped todo items properly
2025-12-23 15:44:45 +01:00
opencode
c81721e9fc
release: v1.0.192
2025-12-23 14:43:07 +00:00
Sebastian Herrlinger
c352999b41
no intermediate autocomplete result to avoid flickering
2025-12-23 12:22:34 +01:00
opencode
83397ebde2
release: v1.0.191
2025-12-23 05:57:23 +00:00
Matt Silverlock
1a2b656c4d
improve `mcp` CLI + ability to debug MCP oauth ( #5980 )
2025-12-22 22:27:38 -06:00
lif
5af35117db
fix: handle Windows CRLF line endings in grep tool ( #5948 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-22 22:26:15 -06:00
Joel Hooks
eab177f5e7
feat(plugin): allow compaction hook to replace prompt entirely ( #5907 )
2025-12-22 22:19:14 -06:00
Adam
794fe8f381
chore: rename packages/desktop -> packages/app
2025-12-22 19:39:00 -06:00
Adam
680a63e3de
fix(desktop): better error messages on connection failure
2025-12-22 19:16:54 -06:00
Mohammad Alhashemi
3a54ab68d1
feat(skill): add per-agent filtering to skill tool description ( #6000 )
2025-12-22 20:14:33 -05:00
Aiden Cline
ac371d2987
feat: better styling for small screens (short and/or not wide) ( #5968 )
2025-12-22 18:00:26 -06:00
Dax Raad
b129f809b9
tui: change task tool container to block layout for better subagent session display
2025-12-22 18:40:15 -05:00
opencode
92c0ab51e2
release: v1.0.190
2025-12-22 23:31:20 +00:00
Mohammad Alhashemi
046e351140
feat: add native skill tool with permission system ( #5930 )
...
Co-authored-by: Dax Raad <d@ironbay.co>
2025-12-22 18:24:06 -05:00
opencode
b9029afa22
release: v1.0.189
2025-12-22 23:15:23 +00:00
opencode
38551bda38
release: v1.0.188
2025-12-22 22:47:21 +00:00
Josh Thomas
fe3144ce5b
fix(tui): resize textarea if text inserted via `appendPrompt` TUI API ( #5983 )
2025-12-22 16:29:18 -06:00
Frank
526c723e62
support glm 4.7
2025-12-22 17:11:02 -05:00
opencode
e4d8a117c4
release: v1.0.187
2025-12-22 21:58:41 +00:00
Aiden Cline
5605fc3f38
test: rm claude skills test
2025-12-22 15:45:31 -06:00
Aiden Cline
009b096004
fix: disable claude skill loading for now
2025-12-22 15:40:08 -06:00
Blake North
87b5b34280
fix(providers.opencode): check config for api key in addition to auth ( #5906 )
2025-12-22 15:20:40 -06:00
Aiden Cline
f9be2bab3a
fix: bundle more providers to fix breaking ai sdk issue
2025-12-22 15:12:18 -06:00
Rohan Godha
25f1643e8e
feat(tui): go to parent keybind for subagents ( #5762 )
2025-12-22 14:50:45 -06:00
ja
cd8ecf9722
feat(lsp): add Tinymist LSP support for Typst ( #5933 )
2025-12-22 14:31:47 -06:00
Sebastian Herrlinger
7f5e30834f
upgrade opentui to v0.1.63, enabling kitty alternate keys by default
2025-12-22 21:26:03 +01:00
Tim Kleinschmidt
750a936ae1
support clojure projects with built-in lsp ( #5975 )
2025-12-22 14:20:15 -06:00
Adam
1b1b73b5b3
fix(prompt): better summary prompt
2025-12-22 13:09:12 -06:00
Will Marella
af214d35cb
Add keybindable commands to navigate between user messages ( #5078 )
...
Co-authored-by: Will@Cambridge <willcambridge@MacBook-Pro-59.local>
Co-authored-by: Will@Cambridge <willcambridge@macbookpro.mynetworksettings.com>
2025-12-22 11:06:00 -06:00
Daniel Polito
0545c5da2d
GitHub pull request event ( #5335 )
2025-12-22 10:59:02 -06:00
Lekë Dobruna
753abbe164
fix: duplicate words in dialog options ( #5944 )
2025-12-22 09:56:32 -06:00
Buck Evan
60db171b44
fix(read): narrow .env file blocking to not block .envrc ( #5654 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-22 08:37:43 -06:00
opencode
c6e9a5c800
release: v1.0.186
2025-12-22 12:14:06 +00:00
Adam
2c16b9fa61
Revert "server: ensure frontend has correct port for PTY websocket connections ( #5898 )"
...
This reverts commit a05915ddc8 .
2025-12-22 06:05:46 -06:00
Adam
240ad31edd
Revert "fix: server"
...
This reverts commit dbaac79039 .
2025-12-22 06:05:46 -06:00
Adam
dbaac79039
fix: server
2025-12-22 06:02:16 -06:00
Ashutosh Kumar
a05915ddc8
server: ensure frontend has correct port for PTY websocket connections ( #5898 )
2025-12-22 05:56:23 -06:00
Brendan Allan
cb1a1fb26c
try uploading artifacts in workflow
2025-12-22 17:08:44 +08:00
Brendan Allan
af5ebabd03
remove actions artifact uploading
2025-12-22 17:01:52 +08:00
GitHub Action
45447e3336
chore: generate
2025-12-22 08:58:16 +00:00
Brendan Allan
7a3e82ec5d
ci: try to upload cli artifacts
2025-12-22 16:57:28 +08:00
Aiden Cline
345f4801e8
feat: add experimental lsp tool ( #5886 )
2025-12-22 00:34:21 -06:00
Luo Chen
ac4b8d62e3
feat: add nixd as lsp for nix language ( #5929 )
2025-12-22 00:30:08 -06:00
Valerio Di Maggio
8bdc0c8f79
fix: ensure installation commands are using .quiet ( #5758 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-21 23:44:25 -06:00
Neil Daquioag
2062247e72
fix: support clipboard image paste (Ctrl+V) on Windows ( #5919 )
2025-12-21 21:18:47 -06:00
Aiden Cline
8785bec29c
tweak: adjust minimax m2 topK and add minimax m2.1 topP
2025-12-21 21:17:58 -06:00
Noam Bressler
d4b7f75ce3
fix: Perform snapshot in cases finish-step is not reached ( #5912 )
...
Co-authored-by: noamzbr <noamzbr@users.noreply.github.com>
2025-12-21 21:13:11 -06:00
Matt Silverlock
4f73d58031
prompts: improve built-in /review prompt ( #5918 )
2025-12-21 21:11:48 -06:00
YeonGyu-Kim
b906f2de88
feat(server): expose auto param in session.summarize for plugins ( #5924 )
2025-12-21 21:05:30 -06:00
Dax
8fe0715928
feat: add Agent Skills support ( #5921 )
2025-12-21 19:44:56 -05:00
opencode
cb8af962cd
release: v1.0.185
2025-12-21 23:38:40 +00:00
Dax Raad
c333ffa38b
core: fix LSP server binary installation and shell command execution
...
- Ensure proper file permissions are set for installed LSP binaries on non-Windows platforms
- Add error handling for shell command execution in prompt system to prevent crashes
2025-12-21 18:33:37 -05:00
Aiden Cline
3456f4ed80
tweak: update kimi-k2 and kimi-k2-thinking to use recommended temperature values
2025-12-21 15:54:57 -06:00
Dax Raad
2536e9f45b
tui: fix SDK context usage and server port fallback
...
- Update SDK context to return client instead of event for proper usage
- Add server port fallback to 4096 when port 0 is specified but unavailable
- Fix SDK event listener usage in TUI app
2025-12-21 14:57:55 -05:00
Nalin Singh
507ba644cf
feat: add syntax highlighting for .ets files ( #5889 )
2025-12-21 11:42:47 -06:00
Abdelkader Boudih
2f48c8c05f
fix: use official MCP SDK for better tool schema handling ( #5463 )
2025-12-21 11:31:07 -06:00
Matt Silverlock
10375263ef
github: support schedule events ( #5810 )
2025-12-21 08:46:54 -06:00
opencode
f53ebafbab
release: v1.0.184
2025-12-21 11:04:32 +00:00
opencode
9d48fd4bbd
release: v1.0.183
2025-12-21 10:14:41 +00:00
Christopher Tso
6dc4e5ac93
Make CLI build script Windows-friendly ( #5835 )
2025-12-21 00:09:58 -06:00
Aiden Cline
d3922f0965
core: add verification that at least 1 primary agent is enabled, add regression tests ( #5881 )
2025-12-20 21:36:22 -06:00
opencode
0b046d6cf0
release: v1.0.182
2025-12-21 03:07:26 +00:00
Aiden Cline
3d822e5f79
fix: regression where config would error despite valid agents
2025-12-20 21:04:37 -06:00
opencode
f9cef22a53
release: v1.0.181
2025-12-21 02:06:25 +00:00
Aiden Cline
9caaae6a18
tweak: better error message if no primary agents are enabled
2025-12-20 13:47:28 -06:00
shamil2
7dd8ea58c2
feat: add Catppuccin Frappé theme ( #5821 )
...
Co-authored-by: shamil2 <shamil2@users.noreply.github.com>
2025-12-20 12:04:35 -06:00
Shpetim
426791f68a
fix: system theme flicker ( #5842 )
...
Co-authored-by: Shpetim <shpetim.alimi@ndbit.net>
2025-12-20 11:53:46 -06:00
Matt Silverlock
8f6c8844d7
feat: support configuring a default_agent across all API/user surfaces ( #5843 )
...
Co-authored-by: observerw <observerw@users.noreply.github.com>
2025-12-20 11:49:23 -06:00
lif
d89b567b47
fix: add transform case for gemini if mcp tool has missing array items ( #5846 )
2025-12-20 11:41:52 -06:00
ja
34eb03f5b8
fix: prioritize session list loading when resuming with -c ( #5816 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-20 11:39:26 -06:00
Ryan Cassidy
2f6d15a51e
feat: add cursor theme ( #5850 )
2025-12-20 10:56:27 -06:00
opencode
c87d61b561
release: v1.0.180
2025-12-20 16:00:36 +00:00
opencode
33d8bfc937
release: v1.0.179
2025-12-20 15:38:38 +00:00
opencode
6a4f4009d5
release: v1.0.178
2025-12-20 15:08:27 +00:00
Tommy D. Rossi
a7a2bbb497
feat: add endpoints to delete and update message parts ( #5433 )
2025-12-20 15:00:41 +00:00
opencode
f29f284b3e
release: v1.0.177
2025-12-20 15:00:40 +00:00
opencode
4c3336bbe7
release: v1.0.176
2025-12-20 12:28:27 +00:00
opencode
2400354bab
release: v1.0.175
2025-12-20 11:10:23 +00:00
Adam
a9700c8773
fix: shouldEncode
2025-12-20 04:25:17 -06:00
Adam
742cf10dee
fix(desktop): removed projects
2025-12-20 04:25:16 -06:00
opencode
34bdfd0937
release: v1.0.174
2025-12-20 04:06:28 +00:00
opencode
9f5db46911
release: v1.0.173
2025-12-20 03:48:15 +00:00
Ariane Emory
755ddbb223
feat(tui): reinsert forked message text in prompt text input box when forking session ( resolves #5495 ) ( #5545 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-19 21:45:33 -06:00
Aiden Cline
1d9058d26b
ci: fix archive
2025-12-19 21:41:18 -06:00
opencode
39e2a5f595
release: v1.0.172
2025-12-20 03:29:07 +00:00
Aiden Cline
dae0168ed8
test: fixture cleanup
2025-12-19 17:00:23 -06:00
Aiden Cline
edfe2e4f1c
test: fix test case
2025-12-19 16:37:36 -06:00
Kaspar
1bc1ea8b47
tweak: Make LSP message more accurate when LSPs disabled ( #5814 )
2025-12-19 16:34:04 -06:00
Aiden Cline
dacbbe3184
chore: rm dead code
2025-12-19 16:20:17 -06:00
Cameron
ba4cc3bf86
Desktop file encoding issue ( #5490 )
2025-12-19 14:18:37 -06:00
Brendan Allan
943fbf39a3
ci: separate standalone publishing from dependent publishing ( #5634 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-12-19 13:22:17 -05:00
Dax Raad
d8a34c2fcc
core: prevent file system scanning when in root directory to avoid unnecessary operations
2025-12-19 13:15:11 -05:00
José Valim
0d472a49a0
Do not include hidden agents in ACP ( #5791 )
2025-12-19 08:56:12 -06:00
Sebastian Herrlinger
677631916c
upgrade opentui to v0.1.62, enabling textarea mouse scroll and cursor set
2025-12-19 13:42:49 +00:00
opencode
55d62fbd9f
release: v1.0.170
2025-12-19 13:42:48 +00:00
Sebastian Herrlinger
ebfb985215
user messages as markdown with toggle
2025-12-19 13:51:26 +01:00
Sherlock Holmes
6a802c01cd
feat(tui): implement smooth scrolling for autocomplete dropdown navigation ( #5559 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-19 00:40:16 -06:00
Eric Shirley
14146428dd
lsp: add oxlint server ( #5570 )
2025-12-19 00:17:20 -06:00
Matt Silverlock
100c31cbb1
fix: use correct octokit API for PR review comment reactions ( #5778 )
2025-12-18 21:58:41 -06:00
opencode
289f4abaaa
release: v1.0.169
2025-12-19 02:12:34 +00:00
Aiden Cline
4fd576f3af
fix: better api call error msgs in some cases
2025-12-18 18:46:25 -06:00
Rohan Godha
5f03290534
feat(tui): click on subagents to open them ( #5761 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-18 18:17:34 -06:00
opencode
427157c683
release: v1.0.168
2025-12-18 21:55:29 +00:00
Adam
d57b963141
fix: id
2025-12-18 15:47:21 -06:00
Aiden Cline
ecc5050838
tweak: more retry cases
2025-12-18 13:59:37 -06:00
Aiden Cline
606cf3b6f2
chore: rm dead code
2025-12-18 13:59:37 -06:00
GitHub Action
67cfd7f06b
chore: format code
2025-12-18 19:38:25 +00:00
OpeOginni
ab9ac7c87a
feat: add experimental support for Ty language server ( #5575 )
2025-12-18 13:37:48 -06:00
Aiden Cline
9427f56e1a
rm interleaved thinking filter for certain kimi k2 thinking model providers that were bugged
2025-12-18 12:26:27 -06:00
Matt Silverlock
8b298a233e
github: add OIDC_BASE_URL for custom GitHub App installs ( #5756 )
2025-12-18 11:31:13 -06:00
Adam
268f37f8c9
fix(desktop): prompt history nav, optimistic prompt dup
2025-12-18 11:16:33 -06:00
GitHub Action
5cf8e54372
chore: format code
2025-12-18 16:39:21 +00:00
Ariane Emory
7437ccd6f4
feat(tui): fork slash command for keyboard-friendly session forking ( resolves #5599 ) ( #5610 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-18 10:38:19 -06:00
Jeon Suyeol
4bf882ba81
fix(command): validate model before executing slash command ( #5740 )
2025-12-18 10:35:40 -06:00
Frank
d5dcc55a47
Revert "add client header"
...
This reverts commit 2fb89161c8 .
2025-12-18 11:21:22 -05:00
Daniel Polito
1fc5836f64
Improve Github Action Hallucinations ( #5751 )
2025-12-18 09:40:04 -06:00
Frank
2fb89161c8
add client header
2025-12-18 10:33:25 -05:00
opencode
194ff4919c
release: v1.0.167
2025-12-18 09:45:33 +00:00
shuv
83843a794f
fix: handle empty directory query parameter in server middleware ( #5732 )
2025-12-18 03:27:50 -06:00
Jake Nelson
e789fcf5e5
feat(tui): add option to disable terminal title ( #5713 )
2025-12-17 22:30:01 -06:00
Rohan Mukherjee
7427b887f9
MCP improvements ( #5699 )
2025-12-17 20:49:45 -06:00
opencode
e682cc9daf
release: v1.0.166
2025-12-17 22:08:15 +00:00
Sercan Sagman
a1b68daa9a
fix(tui): exclude reverted assistant reply when copying last message ( #5705 )
...
Signed-off-by: assagman <ahmetsercansagman@gmail.com>
2025-12-17 16:03:06 -06:00
opencode
ca65da2d9e
release: v1.0.165
2025-12-17 21:46:21 +00:00
Aiden Cline
dbdea2f659
fix: better error messages
2025-12-17 15:32:44 -06:00
Aiden Cline
a50ab4b5b5
fix: prevent 1 from showing when preparing write
2025-12-17 15:25:04 -06:00
Nalin Singh
4d7c3f56fa
feat: add viewportOptions to scrollbox for padding adjustments to avoid scrollbar overlap ( #5703 )
2025-12-17 15:09:41 -06:00
Spoon
16b41d2bea
UI: show plugins in /status ( #4515 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-12-17 15:01:52 -06:00
Nalin Singh
a8c499ae8f
fix: prevent session list selection from jumping to active session when confirming delete ( #5666 )
2025-12-17 14:35:46 -06:00
Joel Hooks
24430287c5
feat(plugin): add experimental.session.compacting hook for pre-compaction context injection ( #5698 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-17 13:57:09 -06:00
Ravi Kumar
69e562125d
fix(tui): resolve session_status TypeError ( #5520 )
2025-12-17 11:38:05 -06:00
Aiden Cline
b5e97eb338
fix: keep session dialog open if deleting session
2025-12-17 11:29:55 -06:00
Aiden Cline
16e6941495
fix: remove needless tui event publish on session delete
2025-12-17 11:29:55 -06:00
Qio
1e4bfbcf6f
add OPENCODE_EXPERIMENTAL_OUTPUT_TOKEN_MAX to override 32k default ( #5679 )
...
Co-authored-by: qio <handsomehust@gmail.com>
2025-12-17 10:35:43 -06:00
Paolo Ricciuti
57c3cf1f8b
fix: send `mcpName` as state if authUrl doesn't have `state` ( #5681 )
2025-12-17 10:26:23 -06:00
Aiden Cline
f9d0850c5e
test: add regression test for setCacheKey option
2025-12-17 10:24:53 -06:00
Spoon
8864da7a77
batch: enable edit, todoread, clarify error message, minor tool description change ( #5659 )
2025-12-17 10:23:35 -06:00
Rhys Sullivan
1b39199083
fix: change subagent navigation order to newest-to-oldest ( #5680 )
2025-12-17 10:22:57 -06:00
Shantur Rathore
b8204c0bb7
fix: config option setCacheKey not being respected ( #5686 )
2025-12-17 10:20:10 -06:00
Rohan Mukherjee
99548554d7
feat: added lucent-orng theme ( #5678 )
...
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-17 09:10:35 -06:00
Sachnun
751899eeec
fix: remove unsupported parameter from bash tool description ( #5676 )
2025-12-17 08:59:42 -06:00
GitHub Action
34ef5f4ece
chore: format code
2025-12-17 08:40:22 +00:00
Sebastian Herrlinger
73ad20b90c
upgrade opentui to v0.1.61
2025-12-17 09:38:04 +01:00
Jeon Suyeol
340e80257a
Add availability to disable terminal title using OPENCODE_DISABLE_TERMINAL_TITLE env ( #5661 )
2025-12-16 23:57:03 -06:00
Spoon
b8a8fb0de6
plugin(hook): add task tool execution hooks and command context tracking ( #5642 )
2025-12-16 19:28:09 -06:00
Matt Silverlock
c137babea3
github: add configurable mentions input ( #5655 )
2025-12-16 19:14:50 -06:00
opencode
ef0fa2007b
release: v1.0.164
2025-12-16 21:47:41 +00:00
Aiden Cline
5f57cee8e4
fix: user invoked subtasks causing tool_use or missing thinking signa… ( #5650 )
2025-12-16 15:42:21 -06:00
matvey
1aee8b49e1
feat: add experimental oxfmt formatter ( #5620 )
2025-12-16 14:43:14 -06:00
Aiden Cline
7e3ad770ac
fix: git branch filewatcher, add flag to completely disable watcher
2025-12-16 14:31:09 -06:00
Dax Raad
bbd36e8441
core: update plugin dependency and config loading for .opencode directory support
2025-12-16 15:06:50 -05:00
Dax Raad
4e2d1acf7d
core: fix Tauri desktop app SSE connection timeout
...
- Add heartbeat events to /global/event and /event SSE endpoints
- Send server.heartbeat event every 30s to prevent WKWebView 60s timeout
- Fixes desktop app disconnecting from global events after 1 minute
2025-12-16 14:45:03 -05:00
Dax Raad
83bcb9e95b
tui: fix autocomplete file loading and update dependencies
2025-12-16 13:37:22 -05:00
Fran Zekan
c2944024a8
fix: enable shell alias expansion in ! command ( #5621 )
2025-12-16 11:32:31 -06:00
Aiden Cline
3ac42e9632
fix: github install cmd if repo has . in it
2025-12-16 11:19:18 -06:00
Tommy D. Rossi
11b3927dc2
fix: use system prompt field from prompt input ( #5633 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-16 10:52:22 -06:00
Brendan Allan
452c991f58
Keep release a draft until all builds are finished ( #5632 )
...
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: GitHub Action <action@github.com>
2025-12-16 23:34:44 +08:00
Simon D'Morias
be8116e2ea
fix: preserve argument boundaries in run command ( #4979 )
2025-12-16 06:21:51 -06:00
Aiden Cline
ae3990a557
chore: centralize dep to catalog & fix typos
2025-12-15 23:07:55 -06:00
Dax Raad
e2fbd098d2
tui: fix dialog select items taking up 2 lines when truncated
...
Prevents text wrapping in dialog select options by removing wrapMode,
ensuring truncated text stays on single line and maintains proper timestamp visibility
2025-12-15 22:57:52 -05:00
Luke Parker
ef78fd8bae
fix: debounce LSP diagnostics to get complete results ( #5600 )
2025-12-15 21:26:59 -06:00
DS
72ebaeb8f7
fix: rejoin system prompt if experimental plugin hook triggers to preserve caching ( #5550 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-15 20:00:26 -06:00
opencode
92fe927785
release: v1.0.162
2025-12-16 00:40:27 +00:00
Dax Raad
38c5f23f4a
tui: update dialog context and server to use new single dialog system
2025-12-15 19:35:19 -05:00
opencode
0dce5173cc
release: v1.0.161
2025-12-16 00:17:15 +00:00
Luke Parker
27e826eba6
fix(win32): Normalise LSP paths on windows (fixes lua) ( #5597 )
2025-12-15 18:01:03 -06:00
Aiden Cline
89a4f1c1ae
tweak: add .catch for extractZip calls
2025-12-15 17:41:28 -06:00
Luke Parker
0d1c6e0ca9
fix(win32): Missing LSP can now unzip on windows ( #5594 )
2025-12-15 17:29:30 -06:00
opencode
002db3abf4
release: v1.0.160
2025-12-15 23:26:00 +00:00
Luke Parker
efac8cebb3
fix(win32): correct ElixirLS extension typo ( #5590 )
2025-12-15 16:47:27 -06:00
Luke Parker
48b2bde6e5
fix(win32): use path.delimiter for PATH separator in LSP server lookups ( #5589 )
2025-12-15 16:39:42 -06:00
opencode
88314148e6
release: v1.0.159
2025-12-15 22:19:08 +00:00
Luke Parker
f3e64cfb19
fix(windows): opencode github install ( #5587 )
2025-12-15 16:12:54 -06:00
Ariane Emory
8fcc80bc20
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
ca599ab8fc
tweak: add model flag support for agent create command
2025-12-15 14:55:59 -06:00
Ariane Emory
6632987827
fix: record shell mode in history ( resolves #5454 ) ( #5551 )
2025-12-15 14:42:17 -06:00
Aiden Cline
81134cf61e
add ability to set topK
2025-12-15 14:34:56 -06:00
opencode
37e4c1e619
release: v1.0.158
2025-12-15 20:28:44 +00:00
justfortheloveof
7abc2a947e
tweak: prioritize fuzzysort results that start with user input ( #5571 )
2025-12-15 14:22:37 -06:00
Dax Raad
d5a506d4ae
core: fix server response handling to prevent connection timeouts
2025-12-15 15:07:20 -05:00
opencode
9c5f94bd66
release: v1.0.157
2025-12-15 19:46:23 +00:00
Dax Raad
7d1733c752
core: fix message caching for Anthropic models to improve response consistency
2025-12-15 14:33:14 -05:00
opencode
cf05e6e02b
release: v1.0.156
2025-12-15 19:28:02 +00:00
Adam
c4f63824df
fix: terminal in desktop
2025-12-15 13:09:13 -06:00
Adam
b7a9cbfc68
fix: share page
2025-12-15 10:56:07 -06:00
Nalin Singh
6830590183
feat: add F# language server support ( #5549 )
2025-12-15 10:52:16 -06:00
opencode
b9b4349039
release: v1.0.155
2025-12-15 16:44:08 +00:00
opencode
56dde2cc83
release: v1.0.154
2025-12-15 16:01:15 +00:00
Dax Raad
b0f77da56c
core: reorganize agent configuration to separate primary agents (build, plan) from subagents
2025-12-15 09:58:23 -05:00
René
9eefcd1b41
Provider fix, anthropic Errorhandling if empty image file is read ( #5521 )
2025-12-14 23:56:47 -06:00
Nalin Singh
7c1124199e
fix: input lip visibility for transparent themes ( #5544 )
2025-12-14 23:10:33 -06:00
Spoon
5cf126d489
fix(edit): add per-file lock to prevent read-before-write race ( #4388 )
2025-12-14 23:01:50 -06:00
Aiden Cline
509f7d9617
ignore: fix debug var in last commit
2025-12-14 22:59:30 -06:00
opencode-agent[bot]
ae1bf92c81
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
b021b26e77
feat: restore experimental.chat.messages.transform and add experimental.chat.system.transform hooks ( #5542 )
2025-12-14 22:51:11 -06:00
Ravi Kumar
54569b5552
fix(session): fix unshare command not clearing share state ( #5523 )
2025-12-14 22:05:06 -06:00
Adam
79a4c65313
fix: test
2025-12-14 21:42:17 -06:00
Adam
4a8e8f537c
wip(desktop): progress
2025-12-14 21:38:58 -06:00
Mark Jaquith
ed33d82535
feat(cli): auto-submit prompt when using --prompt flag ( #4510 )
2025-12-14 21:06:04 -06:00
Dax Raad
e22af25076
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
fed4776451
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
fdf560c343
fix(tui): --continue selects wrong session ( #5513 )
2025-12-14 19:50:54 -06:00
Martijn Baay
7368342bab
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
a34e67b518
release: v1.0.153
2025-12-14 19:04:01 +00:00
Aiden Cline
0c7f0cfa2e
tweak: fallback to provider default for temperature
2025-12-14 11:57:12 -06:00
GitHub Action
10ee6d345b
chore: format code
2025-12-14 17:48:34 +00:00
Nalin Singh
48ec68730f
fix: ensure input borders are drawn in transparent themes ( #5524 )
2025-12-14 11:48:02 -06:00
GitHub Action
70e4efe429
chore: format code
2025-12-14 17:46:46 +00:00
Sellers Crisp
92948ed8a4
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
e6a0a005d6
Add Gleam LSP and formatter ( #5514 )
2025-12-14 10:51:08 -06:00
Aiden Cline
f8bca50f00
rm unnecessary code
2025-12-13 23:45:15 -06:00
Aiden Cline
3d2ef28fa8
add topK function to transform, add temp defaults for glm and minimax
2025-12-13 23:27:11 -06:00
Sachnun
d8ac35f6e5
fix(tui): open parent session instead of subagent on continue flag ( #5503 )
2025-12-13 21:09:42 -06:00
Tommy D. Rossi
aedb5550a8
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
d4cfbd8219
chore: reduce duplication of field in transform
2025-12-13 18:07:22 -06:00
Felipe Oduardo Sierra
f254cf76d9
add ARM64 Docker image support ( #5483 )
2025-12-13 13:01:59 -06:00
Aiden Cline
7bf6f264e4
bump bun version & set flags this time
2025-12-13 13:00:03 -06:00
GitHub Action
199bd8a9a2
chore: format code
2025-12-13 17:30:48 +00:00
rari404
decf2452c4
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
rari404
8917a4c609
feat: add texlab language server and latexindent formatter ( #5251 )
2025-12-12 23:50:09 -06:00
Matt Silverlock
613e082358
github: support GITHUB_TOKEN + skip OIDC ( #5459 )
2025-12-12 19:55:46 -06:00
Charles Cooper
b6856bd593
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-12 19:45:28 -06:00
David Hill
7cb5a77ba6
fix: mute the project path in the sidebar that proceeds the final directory
2025-12-12 23:45:39 +00:00
David Hill
dbc84ff4c3
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-12 22:50:50 +00:00
David Hill
c11ea3fd92
fix: mute the whole prompt area when leader key is active
2025-12-12 22:50:48 +00:00
Aiden Cline
b93614cb81
docs: add env vars sections
2025-12-12 16:47:50 -06:00
opencode
b84d513bd7
release: v1.0.152
2025-12-12 22:29:21 +00:00
Aiden Cline
15caecdb45
shell tweaks, better handling for windows ( #5455 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-12-12 16:11:07 -06:00
Sebastian Herrlinger
43202f2820
only exit app when prompt is empty, otherwise fallthrough, fix #5457
2025-12-12 22:45:28 +01:00
Dan Brown
6e9833acce
Shell: No -l in fallback, for max compatibility ( #5452 )
2025-12-12 15:43:35 -06:00
opencode
379c4ecab3
release: v1.0.151
2025-12-12 21:34:32 +00:00
Dax Raad
651a10d6db
only gen summary if diffs
2025-12-12 16:24:26 -05:00
Aiden Cline
f9674793af
tweak: 5.1 -> 5. in transform
2025-12-12 15:17:11 -06:00
Aiden Cline
909013320b
tweak: 5.1 -> 5. reasoning effort match
2025-12-12 13:21:57 -06:00
Luke Parker
2e417c4d8c
fix: osascript for clipboard typo ( #5430 )
2025-12-12 11:37:43 -06:00
xu0o0
9017d10303
acp: fix internal error on `/compact` ( #5424 )
2025-12-12 10:43:18 -06:00
David Hill
99158e736b
Merge branch 'dev' of https://github.com/sst/opencode into dev
2025-12-12 09:44:06 +00:00
David Hill
b803a9732d
fix: make the logo on the home screen non-selectable
2025-12-12 09:43:41 +00:00
Viktor Forsman
7ec48dfd15
fix: debug lsp diagnostics cmd for certain lsps ( #5420 )
2025-12-11 23:20:38 -06:00
Rhys Sullivan
11efda3f5c
[feat]: show indicator for in progress chats in the sessions list ( #5417 )
2025-12-11 21:57:03 -05:00
Sachnun
a5cb4e41f5
fix(tui): restore input on timeline revert and show newest first ( #5366 )
2025-12-11 20:07:31 -06:00
Sachnun
237c0253c2
fix(server): make time field optional in session update validator ( #5372 )
2025-12-11 20:06:15 -06:00
xu0o0
a9f27371cf
acp: replay conversation history in session/load ( #5385 )
2025-12-11 20:02:06 -06:00
opencode-agent[bot]
9c126c5b64
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-11 19:53:39 -06:00
Koichi Nakayamada
1fd005838c
fix(tui): ensure fatal error UI is readable in light mode ( #5387 )
2025-12-11 16:39:27 -06:00
Koichi Nakayamada
61ba844234
fix: add fg color to some TUI text elements for light mode visibility ( #5378 )
2025-12-11 16:29:34 -06:00
Adán
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
Aiden Cline
b41051b4ee
tweak(tui): better error msg rendering
2025-12-11 16:22:10 -06:00
Dax Raad
0400024d02
core: fix missing Flag import in session prompt
2025-12-11 16:18:04 -05:00
Dax Raad
d4dc142cc2
core: add client identification to user agent and request headers for better tracking
2025-12-11 16:18:04 -05:00
Aiden Cline
4e92f54415
tweak: bash tool, try to prevent the cd spam
2025-12-11 14:58:46 -06:00
Aiden Cline
4f5abe387d
tweak: bash tool deny msg
2025-12-11 14:46:58 -06:00
Jorgen Henriksen
2a9269c347
add experimental.chat.messages.transform hook ( #5207 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-11 14:38:45 -06:00
opencode
5ffcde9dba
release: v1.0.150
2025-12-11 20:09:20 +00:00
Aiden Cline
5b21334fdd
fix
2025-12-11 13:55:08 -06:00
Shantur Rathore
755a79cd8e
fix: Writing to Bun.stderr causes CPU pinning to 100%. ( #5396 )
2025-12-11 13:47:59 -06:00
Sebastian Herrlinger
80e04be84f
fix super modifier parsing
2025-12-11 19:20:23 +01:00
opencode
6382bda7d6
release: v1.0.149
2025-12-11 18:00:30 +00:00
Dax Raad
885a142ae3
temporarily remove undo/redo keybinds
2025-12-11 12:55:08 -05:00
opencode
71fc8b2115
release: v1.0.148
2025-12-11 17:49:42 +00:00
opencode
48c7913431
release: v1.0.147
2025-12-11 16:46:43 +00:00
Sebastian Herrlinger
c12be73bf7
align default input keybinds
2025-12-11 17:39:29 +01:00
Sebastian Herrlinger
e271852bc3
allow custom mappings for all textarea actions via config
2025-12-11 17:23:47 +01:00
GDR!
0ee626ba9f
Add ripgrep to Docker image ( #5379 )
2025-12-11 09:47:56 -06:00
Daniel Polito
dce4585d40
Fix / Improve Github Eyes Reaction Removal ( #5383 )
2025-12-11 09:42:10 -06:00
David Hill
8346550d26
fix: change terminal title to OpenCode
2025-12-11 12:10:04 +00:00
opencode
ddd5464081
release: v1.0.146
2025-12-11 06:23:53 +00:00
opencode
fbad378966
release: v1.0.145
2025-12-11 06:19:42 +00:00
opencode
6251231e41
release: v1.0.144
2025-12-11 05:48:13 +00:00
Dax Raad
578072bb8e
use new share url
2025-12-11 00:43:00 -05:00
Dax Raad
f1b8707286
ignore
2025-12-10 22:36:57 -05:00
Dax Raad
9b05217471
ignore
2025-12-10 22:34:16 -05:00
Dax Raad
d88912abf0
global bus
2025-12-10 22:28:56 -05:00
Dax Raad
13a77005f1
global.dispose
2025-12-10 22:22:16 -05:00
Aiden Cline
7b4f852f33
ignore: tmp transform exclusion
2025-12-10 21:18:19 -06:00
Aiden Cline
439aebb4e9
tweak: correct thinkingLevel
2025-12-10 21:13:10 -06:00
Koichi Nakayamada
499ad4f84b
fix: light mode visibility for filepath in /undo diff files ( #5352 )
2025-12-10 19:38:14 -06:00
Jinhyeok Lee
01fd0d8209
docs(bash): clarify description parameter is required ( #5353 )
2025-12-10 19:37:38 -06:00
Seb Duerr
df55ad89ab
Add Cerebras integration header with opencode identifier ( #5354 )
2025-12-10 19:36:58 -06:00
Shantur Rathore
89d51ad596
compaction: improve compaction prompt ( #5348 )
2025-12-10 17:21:38 -06:00
Christian Stewart
cbb591eb7d
fix: more descriptive tool or subtask execution failed error ( #5337 )
...
Signed-off-by: Christian Stewart <christian@aperture.us>
2025-12-10 17:12:49 -06:00
Aiden Cline
e36c349222
tweak: oc -> OC
2025-12-10 17:06:16 -06:00
Christian Stewart
b274371dbb
feat: use |- for intermediate sub-agent steps ( #5336 )
...
Signed-off-by: Christian Stewart <christian@aperture.us>
2025-12-10 16:36:11 -06:00
Yukai Huang
e46080aa8c
fix(auth): add plugin lookup for custom provider in 'Other' flow ( #5324 )
2025-12-10 16:23:12 -06:00
Aiden Cline
7d82f1769c
tweak: small fix
2025-12-10 16:01:10 -06:00
OpeOginni
7435d94f85
fix(cli): obtain directory data from server ( #5320 )
2025-12-10 15:55:15 -06:00
Dax Raad
9ad828dcd0
tui: use random free port and enable icon discovery by default
...
- Tauri app now automatically finds an available port instead of defaulting to 4096
- Icon discovery feature is now enabled by default in the Tauri app
- Prevents port conflicts when multiple OpenCode instances are running
2025-12-10 16:13:11 -05:00
Aiden Cline
59fb3ae606
ignore: add bash tests
2025-12-10 15:07:40 -06:00
Dax Raad
936a6be5d6
stuff adam needs
2025-12-10 15:59:42 -05:00
Daniel Polito
31e6ed6806
Add Eyes Reaction instead of Comment Working on Github Action ( #5072 )
2025-12-10 13:35:55 -06:00
Aiden Cline
da56319af4
ignore: fix test
2025-12-10 13:31:45 -06:00
Dax Raad
ffc4d53923
add models.dev family
2025-12-10 14:30:28 -05:00
Aiden Cline
18d3c054a3
more interleaved thinking fixes ( #5334 )
2025-12-10 13:29:26 -06:00
Aiden Cline
59c5da9b6c
tweak: set gemini thinkingLevel to high by default
2025-12-10 13:09:27 -06:00
Tom Aylott
117de64f39
fix: upgrade OpenRouter sdk pkg ( #5302 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-10 13:02:26 -06:00
Dax Raad
388156704a
fix /provider endpoint to return loaded providers
2025-12-10 13:49:45 -05:00
Matt Silverlock
ae60f41adf
themes: update orng theme ( #5329 )
2025-12-10 10:52:58 -06:00
arc-source-coder
80d1c62818
tui: only show active MCP server count ( #5327 )
2025-12-10 10:27:59 -06:00
Sebastian Herrlinger
ba1c6122b9
bump opentui to v0.1.60, fixing doubled key events on some older terminal emulators and add_buffer leaks for prompt input
2025-12-10 15:03:14 +01:00
Sebastian Herrlinger
baed581a7c
remove input_forward_delete special handling
2025-12-10 14:55:56 +01:00
opencode
ee4190aa41
release: v1.0.143
2025-12-10 13:53:21 +00:00
Dax Raad
de8460cb99
docs: improve bash and grep tool documentation with clearer usage guidelines
2025-12-10 08:48:41 -05:00
opencode
f7b2beaaf1
release: v1.0.142
2025-12-10 13:25:55 +00:00
Adam
862141e8b2
fix: exit aliases
2025-12-10 02:49:54 -06:00
Aiden Cline
070ced0b3f
fix: revert hook try/catch that surpressed errors
2025-12-10 00:14:24 -06:00
GitHub Action
cc3b699823
chore: format code
2025-12-10 06:02:31 +00:00
spoj
301f1a191b
fix: add Windows support for shell mode (! command) ( #5311 )
2025-12-10 00:01:56 -06:00
Timor
b2057791aa
feat: add CLI arguments to agent create command for scripting ( #5157 )
2025-12-09 21:09:45 -06:00
Dax Raad
c1ee6d6c41
ci
2025-12-10 02:57:39 +00:00
opencode
a3fbbece9a
release: v1.0.141
2025-12-10 02:57:38 +00:00
Dax Raad
a762da7cab
ci
2025-12-09 21:49:05 -05:00
Dax Raad
8e33ac052b
ci: publish with multiple tags instead of using dist-tag
...
npm dist-tag add command is broken, so publish package multiple times
with different tags directly instead
2025-12-09 21:39:05 -05:00
Dax Raad
0759696ec0
core: enable project discovery for experimental builds
2025-12-09 21:23:55 -05:00
Dax Raad
1ae28090e3
ci
2025-12-09 21:16:36 -05:00
Dax Raad
0decdf6a55
ci
2025-12-09 21:16:23 -05:00
Dax Raad
09b402a274
ci
2025-12-09 21:16:00 -05:00
Dax Raad
78c51371af
sync
2025-12-09 21:06:57 -05:00
Dax Raad
56526114e4
ci
2025-12-09 20:26:46 -05:00
Dax Raad
73e9534d08
ci
2025-12-09 20:17:07 -05:00
Dax Raad
cb188f907f
ci
2025-12-09 19:53:50 -05:00
Dax Raad
63d9656ad8
ci
2025-12-09 19:46:59 -05:00
Dax Raad
3512d02e9e
ci
2025-12-09 19:46:38 -05:00
Aiden Cline
b8f5809f95
ignore: rm chalk
2025-12-09 17:54:53 -06:00
Aiden Cline
552ee81455
tweak: add OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT_MS
2025-12-09 17:28:34 -06:00
David Hill
9fdbe193cd
fix: add spacer before queued badge
2025-12-09 22:56:44 +00:00
Aiden Cline
df64612d54
better interleaved thinking support ( #5298 )
2025-12-09 16:32:12 -06:00
Dax Raad
132e772c26
core: fix project icon update handling to preserve existing icon properties
2025-12-09 16:55:26 -05:00
Aiden Cline
8a9c7a4ef3
add OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT
2025-12-09 15:44:56 -06:00
ry2009
16c4b02b69
feat: add Biome LSP support ( #5290 )
2025-12-09 15:31:13 -06:00
Nick
c33a90320c
fix: resolve 'latest' to actual version when caching plugins ( #5292 )
2025-12-09 15:07:59 -06:00
Dax Raad
5f6b2fdc6f
fix tests
2025-12-09 16:03:33 -05:00
Dax Raad
a2e460bc4b
discover logic
2025-12-09 15:51:55 -05:00
Dax Raad
06aa1f49b8
sync
2025-12-09 15:48:22 -05:00
Dax Raad
f1955b4d05
core: fix project event emission to include updated worktree data
2025-12-09 15:41:38 -05:00
Dax Raad
c5e5627cbd
test fixes
2025-12-09 15:41:38 -05:00
Aiden Cline
84a0868e66
fix: read when file is svg
2025-12-09 14:24:30 -06:00
Dax Raad
365584048f
core: fix project creation to include updated timestamp
2025-12-09 15:18:55 -05:00
Dax Raad
edffcc32cf
core: make project updated timestamp optional to support legacy project data
2025-12-09 15:18:55 -05:00
Dax Raad
7439a40b00
core: fix project icon update to preserve existing icon properties
2025-12-09 15:11:00 -05:00
Dax Raad
b48caec218
core: add automatic project icon discovery from favicon/logo files
2025-12-09 15:06:24 -05:00
Dax Raad
8bff3cdae8
fix ci
2025-12-09 14:53:47 -05:00