summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-04-10convert glob tool to Tool.defineEffect (#21897)Kit Langton
2026-04-10chore: generateopencode-agent[bot]
2026-04-10refactor(tool): convert bash to defineEffect with ChildProcessSpawner (#21895)Kit Langton
2026-04-10rector(core,tui): handle workspace state in project context, add workspace ↵James Long
status, improve ui (#21896)
2026-04-10refactor(tool): convert codesearch tool internals to Effect (#21811)Kit Langton
2026-04-10chore: generateopencode-agent[bot]
2026-04-10refactor(tool): convert websearch tool internals to Effect (#21810)Kit Langton
2026-04-10chore: generateopencode-agent[bot]
2026-04-10refactor(tool): convert webfetch tool internals to Effect (#21809)Kit Langton
2026-04-10refactor(tui): switch to global events and start passing workspace param ↵James Long
(#21719)
2026-04-10refactor(tool): convert plan tool internals to Effect (#21807)Kit Langton
2026-04-10chore: generateopencode-agent[bot]
2026-04-10refactor(tool): convert lsp tool internals to Effect (#21806)Kit Langton
2026-04-10refactor(tool): convert question tool internals to Effect (#21808)Kit Langton
2026-04-10fix: ts lsp (#21827)Aiden Cline
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-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: 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]>