summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-04-09refactor: remove unused runtime facade exports (#21731)Kit Langton
2026-04-09fix(effect): suspend agent default layer construction (#21732)Kit Langton
2026-04-09Revert "opencode: lazy-load top-level CLI commands" (#21726)Simon Klee
2026-04-09delete unused withALS method (#21723)Kit Langton
2026-04-09opencode: lazy-load top-level CLI commandsSimon Klee
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-09feat: add support for fast modes for claude and gpt models (that support it) ↵Aiden Cline
(#21706)
2026-04-09fix(tui): restore hidden session scrollbar default (#20947)Kit Langton
2026-04-09chore: generateopencode-agent[bot]
2026-04-09feat(mcp): add OAuth redirect URI configuration for MCP servers (#21385)Aleksandr Lossenko
Co-authored-by: Aiden Cline <[email protected]>
2026-04-09release: v1.4.2opencode
2026-04-09refactor: fix tool call state handling and clean up imports (#21709)Dax
2026-04-09refactor(effect): drop shell abort signals from runner (#21599)Kit Langton
2026-04-09fix: preserve text part timing in session processor (#21691)Kit Langton
2026-04-09fix: preserve interrupted bash output in tool results (#21598)Kit Langton
2026-04-09app: remove min loading duration (#21655)Brendan Allan
2026-04-09release: v1.4.1opencode
2026-04-09feat: add opencode go upsell modal when limits are hit (#21583)Aiden Cline
Co-authored-by: Frank <[email protected]>
2026-04-09chore: generateopencode-agent[bot]
2026-04-09Remove CLI from electron app (#17803)Brendan Allan
Co-authored-by: LukeParkerDev <[email protected]>
2026-04-08fix(lsp): remove CMakeLists.txt and Makefile from clangd root markers (#21466)Cho HyeonJong
2026-04-08feat(llm): integrate GitLab DWS tool approval with permission system (#19955)Vladimir Glafirov
Co-authored-by: Aiden Cline <[email protected]>
2026-04-08refactor(effect): inline session processor interrupt cleanup (#21593)Kit Langton
2026-04-08fix: propagate abort signal to inline read tool (#21584)Kit Langton
2026-04-09fix(app): skip url password setting for same-origin server and web app (#19923)OpeOginni
2026-04-08refactor(effect): build task tool from agent services (#21017)Kit Langton
2026-04-08tweak: separate ModelsDev.Model and Config model schemas (#21561)Aiden Cline
2026-04-08fix: dont show invalid variants for BP (#21555)Aiden Cline
2026-04-08fix(app): diff list normalizationAdam
2026-04-08fix(app): patch tool diff renderingAdam
2026-04-08fix: ensure that /providers list and shell endpoints are correctly typed in ↵Aiden Cline
sdk and openapi schema (#21543)
2026-04-08test: update webfetch test (#21398)Aiden Cline
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-04-08ui: fix sticky session diffs header (#21486)Brendan Allan
2026-04-07fix(tui): simplify console org display (#21339)Kit Langton
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-04-08release: v1.4.0opencode
2026-04-07chore: generateopencode-agent[bot]
2026-04-07refactor(snapshot): store unified patches in file diffs (#21244)Dax
Co-authored-by: Adam <[email protected]>
2026-04-07core: refactor tool system to remove agent context from initialization (#21052)Dax
2026-04-07go: glm5.1Frank
2026-04-07zen: glm5.1 docFrank
2026-04-07zen: glm5.1 docFrank
2026-04-07feat(opencode): add OTLP observability support (#21387)Dax
2026-04-07fix(opencode): clear webfetch timeouts on failed fetches (#21378)Aiden Cline
2026-04-07test: disable GPG signing in test fixtures (#20386)Kyle Altendorf
2026-04-07feat(tui): allow variant_list keybind for the "Switch model variant" command ↵Ariane Emory
(#21185) Co-authored-by: Aiden Cline <[email protected]>
2026-04-07chore: generateopencode-agent[bot]
2026-04-07fix(opencode): improve console login transport errors (#21350)Kit Langton
2026-04-07fix: ensure the alibaba provider errors are retried (#21355)Aiden Cline
2026-04-07fix(tui): use sentence case for theme mode command palette items (#21192)Ariane Emory
Co-authored-by: Aiden Cline <[email protected]>
2026-04-07refactor(core): support multiple event streams in worker and remove ↵James Long
workspaces from plugin api (#21348)
2026-04-07feat(app): better subagent experience (#20708)Adam