Simon Klee
02b32e1ba7
Revert "opencode: lazy-load top-level CLI commands" ( #21726 )
2026-04-09 20:03:48 +02:00
Kit Langton
34b9792654
delete unused withALS method ( #21723 )
2026-04-09 13:52:58 -04:00
Simon Klee
537160dbc0
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
b0600664ab
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
581a7692ff
fix(tui): restore hidden session scrollbar default ( #20947 )
2026-04-09 13:01:08 -04:00
opencode-agent[bot]
f73e4d5d31
chore: generate
2026-04-09 16:47:02 +00:00
Aleksandr Lossenko
a7743e6467
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
5d3dba666c
release: v1.4.2
v1.4.2
2026-04-09 16:24:43 +00:00
Dax
bd53b651a3
refactor: fix tool call state handling and clean up imports ( #21709 )
2026-04-09 11:56:19 -04:00
Kit Langton
46da801f30
refactor(effect): drop shell abort signals from runner ( #21599 )
2026-04-09 10:54:26 -04:00
Kit Langton
58a99916bb
fix: preserve text part timing in session processor ( #21691 )
2026-04-09 10:05:14 -04:00
Kit Langton
c29392d085
fix: preserve interrupted bash output in tool results ( #21598 )
2026-04-09 10:03:26 -04:00
Brendan Allan
46f243fea7
app: remove min loading duration ( #21655 )
2026-04-09 16:29:46 +08:00
opencode
847fc9d268
release: v1.4.1
v1.4.1
2026-04-09 07:12:17 +00:00
Aiden Cline
489f57974d
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]
3fc3974cbc
chore: update nix node_modules hashes
2026-04-09 06:03:26 +00:00
opencode-agent[bot]
ca57248246
chore: generate
2026-04-09 05:19:52 +00:00
Brendan Allan
ee23043d64
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
9c1c061b84
fix(lsp): remove CMakeLists.txt and Makefile from clangd root markers ( #21466 )
2026-04-08 23:10:06 -05:00
opencode-agent[bot]
d82b163e56
chore: update nix node_modules hashes
2026-04-09 02:27:34 +00:00
Vladimir Glafirov
cd8e8a9928
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
8bdcc22541
refactor(effect): inline session processor interrupt cleanup ( #21593 )
2026-04-08 21:19:01 -04:00
Kit Langton
2bdd279467
fix: propagate abort signal to inline read tool ( #21584 )
2026-04-08 21:07:55 -04:00
OpeOginni
51535d8ef3
fix(app): skip url password setting for same-origin server and web app ( #19923 )
2026-04-09 07:13:10 +08:00
Kit Langton
38f8714c09
refactor(effect): build task tool from agent services ( #21017 )
2026-04-08 19:02:19 -04:00
Ryan Vogel
e8b4eb8972
fix(mobile-voice): restore camera and discovery in dev builds
2026-04-08 21:16:53 +00:00
Ryan Vogel
7c18b95826
feat(opencode): add mobile pairing dialogs
2026-04-08 21:01:32 +00:00
Aiden Cline
4961d72c0f
tweak: separate ModelsDev.Model and Config model schemas ( #21561 )
2026-04-08 15:55:14 -05:00
Ryan Vogel
381afd6e10
fix(opencode): remove redundant push pair QR endpoint
2026-04-08 20:01:23 +00:00
Aiden Cline
00cb8839ae
fix: dont show invalid variants for BP ( #21555 )
2026-04-08 14:52:34 -05:00
Ryan Vogel
a8d5b14d1a
update for beta
2026-04-08 19:51:31 +00:00
Ryan Vogel
39b4f861f3
ui: polish mobile voice app for 1.0.2
...
Tighten the dictation UI and Whisper model settings, update the mobile package metadata, and remove the stale npm lockfile so Bun stays the source of truth for builds.
2026-04-08 19:12:57 +00:00
Adam
689b1a4b3a
fix(app): diff list normalization
2026-04-08 14:02:23 -05:00
Adam
d98be39344
fix(app): patch tool diff rendering
2026-04-08 13:49:16 -05:00
Ryan Vogel
13f89d5aa5
fix(opencode): delay transient APN permission notifications
2026-04-08 18:23:25 +00:00
Aiden Cline
039c60170d
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
cd87d4f9d3
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
Ryan Vogel
f29cb81c7d
feat(opencode): add observability logging to push relay and session status
...
Add structured logging to the push notification pipeline so events
can be traced end-to-end when --print-logs is enabled:
- push-relay map(): log every classification decision and skip reason
- push-relay dedupe(): log suppressed duplicates with elapsed time
- push-relay start()/stop(): log init failures and teardown
- session/status: log every idle/busy/retry transition
2026-04-08 15:30:58 +00:00
Ryan Vogel
d034a61635
fix: add mobile app version hint to QR code scan prompt
2026-04-08 14:19:50 +00:00
Ryan Vogel
2eca96c80f
Merge remote-tracking branch 'origin/dev' into opencode-remote-voice
2026-04-08 14:17:23 +00:00
Brendan Allan
988c9894f2
ui: fix sticky session diffs header ( #21486 )
2026-04-08 17:01:52 +08:00
Kit Langton
ae614d919f
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-agent[bot]
65cde7f494
chore: update nix node_modules hashes
2026-04-08 00:32:40 +00:00
opencode
98325dcdc6
release: v1.4.0
v1.4.0
2026-04-08 00:32:31 +00:00
opencode-agent[bot]
0788a535e2
chore: generate
2026-04-07 23:49:25 +00:00
Dax
b7fab49b64
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
463318486f
core: refactor tool system to remove agent context from initialization ( #21052 )
2026-04-07 19:48:12 -04:00
Frank
7afb517a1a
go: glm5.1
2026-04-07 17:55:09 -04:00
Frank
c589724729
zen: glm5.1 doc
2026-04-07 17:46:11 -04:00
Frank
9385714373
zen: glm5.1 doc
2026-04-07 17:21:24 -04:00