opencode
7b73a59501
release: v1.4.3
2026-04-10 01:00:12 +00:00
Kit Langton
a55038cc62
refactor(session): inline init route orchestration ( #21754 )
2026-04-09 16:28:42 -04:00
Aiden Cline
8db3f197c9
fix: ensure that openai oauth works for agent create cmd, use temporary hack ( #21749 )
...
Co-authored-by: OpeOginni <brightoginni123@gmail.com >
2026-04-09 15:25:59 -05:00
Kit Langton
f1e2560a1a
refactor(effect): extract session run state service ( #21744 )
2026-04-09 16:03:40 -04:00
Kit Langton
db3a528899
fix: finalize interrupted bash via tool result path ( #21724 )
2026-04-09 15:20:28 -04:00
Kit Langton
19796cdac6
refactor: remove unused runtime facade exports ( #21731 )
2026-04-09 14:52:06 -04:00
Kit Langton
42b399da22
fix(effect): suspend agent default layer construction ( #21732 )
2026-04-09 14:32:41 -04:00
Simon Klee
15ba875b3a
Revert "opencode: lazy-load top-level CLI commands" ( #21726 )
2026-04-09 20:03:48 +02:00
Kit Langton
9731a1edeb
delete unused withALS method ( #21723 )
2026-04-09 13:52:58 -04:00
Simon Klee
da80539ecf
opencode: lazy-load top-level CLI commands
...
The CLI imports every top-level command before argument parsing has
decided which handler will run. This makes simple invocations pay for
the full command graph up front and slows down the default startup path.
Parse the root argv first and load only the command module that matches
the selected top-level command. Keep falling back to the default TUI
path for non-command positionals, and preserve root help, version and
completion handling
2026-04-09 19:42:25 +02:00
Aiden Cline
3d794bdc24
feat: add support for fast modes for claude and gpt models (that support it) ( #21706 )
2026-04-09 12:06:26 -05:00
Kit Langton
6e883aab36
fix(tui): restore hidden session scrollbar default ( #20947 )
2026-04-09 13:01:08 -04:00
Aleksandr Lossenko
5befad3e2f
feat(mcp): add OAuth redirect URI configuration for MCP servers ( #21385 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-04-09 11:45:52 -05:00
opencode
c34c30011a
release: v1.4.2
2026-04-09 16:24:43 +00:00
Dax
19e24a5850
refactor: fix tool call state handling and clean up imports ( #21709 )
2026-04-09 11:56:19 -04:00
Kit Langton
18745d2cc6
refactor(effect): drop shell abort signals from runner ( #21599 )
2026-04-09 10:54:26 -04:00
Kit Langton
039bd423fa
fix: preserve text part timing in session processor ( #21691 )
2026-04-09 10:05:14 -04:00
Kit Langton
8a63aaef6c
fix: preserve interrupted bash output in tool results ( #21598 )
2026-04-09 10:03:26 -04:00
Brendan Allan
7d99bfdbf1
app: remove min loading duration ( #21655 )
2026-04-09 16:29:46 +08:00
opencode
5cd672b6f9
release: v1.4.1
2026-04-09 07:12:17 +00:00
Aiden Cline
d21835e80f
feat: add opencode go upsell modal when limits are hit ( #21583 )
...
Co-authored-by: Frank <frank@anoma.ly >
2026-04-09 02:16:29 -04:00
opencode-agent[bot]
e8dc178705
chore: generate
2026-04-09 05:19:52 +00:00
Brendan Allan
30d17b3b82
Remove CLI from electron app ( #17803 )
...
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com >
2026-04-09 13:18:46 +08:00
Cho HyeonJong
5be0c5b08f
fix(lsp): remove CMakeLists.txt and Makefile from clangd root markers ( #21466 )
2026-04-08 23:10:06 -05:00
Vladimir Glafirov
bb097d4c50
feat(llm): integrate GitLab DWS tool approval with permission system ( #19955 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-04-08 20:39:33 -05:00
Kit Langton
97c2d085d7
refactor(effect): inline session processor interrupt cleanup ( #21593 )
2026-04-08 21:19:01 -04:00
Kit Langton
00407ce6e2
fix: propagate abort signal to inline read tool ( #21584 )
2026-04-08 21:07:55 -04:00
Kit Langton
e4d476619c
refactor(effect): build task tool from agent services ( #21017 )
2026-04-08 19:02:19 -04:00
Aiden Cline
802a7905ec
tweak: separate ModelsDev.Model and Config model schemas ( #21561 )
2026-04-08 15:55:14 -05:00
Aiden Cline
56df672deb
fix: dont show invalid variants for BP ( #21555 )
2026-04-08 14:52:34 -05:00
Aiden Cline
808d35190d
fix: ensure that /providers list and shell endpoints are correctly typed in sdk and openapi schema ( #21543 )
2026-04-08 12:56:15 -05:00
Aiden Cline
1f2458919f
test: update webfetch test ( #21398 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-04-08 12:25:02 -05:00
Kit Langton
520d11d0d0
fix(tui): simplify console org display ( #21339 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-04-07 21:03:24 -04:00
opencode
0f0770f26e
release: v1.4.0
2026-04-08 00:32:31 +00:00
Dax
6cc1116f8e
refactor(snapshot): store unified patches in file diffs ( #21244 )
...
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com >
2026-04-07 19:48:23 -04:00
Dax
b2aee46183
core: refactor tool system to remove agent context from initialization ( #21052 )
2026-04-07 19:48:12 -04:00
Dax
505b017e7a
feat(opencode): add OTLP observability support ( #21387 )
2026-04-07 17:02:55 -04:00
Aiden Cline
0d2bb1aa73
fix(opencode): clear webfetch timeouts on failed fetches ( #21378 )
2026-04-07 20:46:02 +00:00
Kyle Altendorf
27981483ab
test: disable GPG signing in test fixtures ( #20386 )
2026-04-07 15:26:01 -05:00
Ariane Emory
2420c17d98
feat(tui): allow variant_list keybind for the "Switch model variant" command ( #21185 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-04-07 14:46:04 -05:00
opencode-agent[bot]
c589e9683e
chore: generate
2026-04-07 18:33:24 +00:00
Kit Langton
4dc9adde52
fix(opencode): improve console login transport errors ( #21350 )
2026-04-07 18:31:53 +00:00
Aiden Cline
4e35e466a9
fix: ensure the alibaba provider errors are retried ( #21355 )
2026-04-07 17:46:01 +00:00
Ariane Emory
7b51129f0c
fix(tui): use sentence case for theme mode command palette items ( #21192 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-04-07 12:25:13 -05:00
James Long
7625a7e644
refactor(core): support multiple event streams in worker and remove workspaces from plugin api ( #21348 )
2026-04-07 13:22:34 -04:00
Dax
b9ded6db4e
fix(opencode): keep user message variants scoped to model ( #21332 )
2026-04-07 10:12:53 -04:00
gitpush-gitpaid
58b633c54d
feat(opencode): Add PDF attachment Drag and Drop ( #16926 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-04-07 04:39:59 +00:00
Aiden Cline
cd2dacfec7
feat: add --dangerously-skip-permissions flag to opencode run ( #21266 )
2026-04-06 23:30:05 -05:00
James Long
ef54e6f5b2
refactor(core): add full http proxy and change workspace adaptor interface ( #21239 )
2026-04-06 23:19:55 -04:00
Aiden Cline
5b92e6e76b
chore: bump anthropic ai sdk pkg, delete patch ( #21247 )
2026-04-06 20:28:32 -05:00