summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-04-09tweak: disableAiden Cline
2026-04-10refactor compaction tail selectionShoubhit Dash
2026-04-10keep recent turns during session compactionShoubhit Dash
2026-04-09refactor(effect): use Git service in file and storage (#21803)Kit Langton
2026-04-09refactor(effect): use SessionRevert service in prompt (#21796)Kit Langton
2026-04-09refactor(effect): move tool descriptions into registry (#21795)Kit Langton
2026-04-09refactor(session): extract sharing orchestration (#21759)Kit Langton
2026-04-09Merge remote-tracking branch 'origin/dev' into devDax Raad
2026-04-09core: enable prod channel to use shared production databaseDax Raad
Ensures users on the prod channel have their data persisted to the same database as latest and beta channels, preventing data fragmentation across different release channels.
2026-04-10ci use node 24 in test workflow fixing random ECONNRESET (#21782)Luke Parker
2026-04-10fix windows e2e backend not stopping on sigterm waiting 10s for no reason ↵Luke Parker
(#21781)
2026-04-10release: v1.4.3opencode
2026-04-09ci: prevent beta branch builds from triggering production release stepsDax Raad
Skip Windows and Linux code signing, along with artifact downloads for the beta branch to ensure beta builds don't go through production release processes.
2026-04-09ci: skip winget publish on beta and ensure finalize always runsDax Raad
Beta releases no longer trigger unnecessary Winget submissions, and release finalization now completes even when some build artifacts are missing.
2026-04-09chore: generateopencode-agent[bot]
2026-04-09refactor(session): inline init route orchestration (#21754)Kit Langton
2026-04-09fix: ensure that openai oauth works for agent create cmd, use temporary hack ↵Aiden Cline
(#21749) Co-authored-by: OpeOginni <[email protected]>
2026-04-09chore: generateopencode-agent[bot]
2026-04-09refactor(effect): extract session run state service (#21744)Kit Langton
2026-04-09fix: finalize interrupted bash via tool result path (#21724)Kit Langton
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: update nix node_modules hashesopencode-agent[bot]
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-09chore: update nix node_modules hashesopencode-agent[bot]
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