summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-12-17feat(desktop): inter and ibm plex monoAdam
2025-12-17fix: send `mcpName` as state if authUrl doesn't have `state` (#5681)Paolo Ricciuti
2025-12-17test: add regression test for setCacheKey optionAiden Cline
2025-12-17batch: enable edit, todoread, clarify error message, minor tool description ↵Spoon
change (#5659)
2025-12-17fix: change subagent navigation order to newest-to-oldest (#5680)Rhys Sullivan
2025-12-17fix: config option setCacheKey not being respected (#5686)Shantur Rathore
2025-12-17docs: update share linkAiden Cline
2025-12-17zen: add gemini 3 flashFrank
2025-12-18tauri: nsis header and sidebarBrendan Allan
2025-12-17tauri: update nsis iconBrendan Allan
2025-12-17docs: Sort LSP Server list (#5688)Stoufiler
2025-12-17feat: added lucent-orng theme (#5678)Rohan Mukherjee
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-12-17fix: remove unsupported parameter from bash tool description (#5676)Sachnun
2025-12-17tauri: return after update failuresBrendan Allan
2025-12-17chore: format codeGitHub Action
2025-12-17tauri: only alert on update failure when triggered manuallyBrendan Allan
2025-12-17tauri: dev icons + separate prod config (#5691)Brendan Allan
Co-authored-by: GitHub Action <[email protected]>
2025-12-17fix: command shortcutsAdam
2025-12-17Diffs Performance Improvements (#5653)Amadeus Demarzi
Co-authored-by: Adam <[email protected]>
2025-12-17wip: auto-detect OS and show desktop download buttonDavid Hill
2025-12-17fix: website cta buttonDavid Hill
2025-12-17chore: cleanupAdam
2025-12-17feat(desktop): share sessionsAdam
2025-12-17feat(desktop): lsp diagnostics displayedAdam
2025-12-17chore: format codeGitHub Action
2025-12-17upgrade opentui to v0.1.61Sebastian Herrlinger
2025-12-16Add availability to disable terminal title using ↵Jeon Suyeol
OPENCODE_DISABLE_TERMINAL_TITLE env (#5661)
2025-12-17chore: format codeGitHub Action
2025-12-16plugin(hook): add task tool execution hooks and command context tracking (#5642)Spoon
2025-12-16github: add configurable mentions input (#5655)Matt Silverlock
2025-12-16tui: increase session width to accommodate longer code blocks and improve ↵Adam
readability
2025-12-16fix: load more buttonDavid Hill
2025-12-16chore: format codeGitHub Action
2025-12-16fix(share): content wasn't centeredAdam
2025-12-16release: v1.0.164opencode
2025-12-16fix(desktop): prompt history navAdam
2025-12-16fix: user invoked subtasks causing tool_use or missing thinking signa… (#5650)Aiden Cline
2025-12-16fix(desktop): auto-scrollAdam
2025-12-16fix(desktop): focus prompt input after dialog closeAdam
2025-12-16fix(desktop): prompt history navigationAdam
2025-12-16fix: auto-scrollAdam
2025-12-16fix: working logicAdam
2025-12-16fix: prompt input multi line inputAdam
2025-12-16fix: defensive audio initAdam
2025-12-16feat(desktop): Loading more session number per project by button (#5616)Eric Guo
Co-authored-by: Aiden Cline <[email protected]>
2025-12-16feat: add experimental oxfmt formatter (#5620)matvey
2025-12-16fix: git branch filewatcher, add flag to completely disable watcherAiden Cline
2025-12-16core: update plugin dependency and config loading for .opencode directory ↵Dax Raad
support
2025-12-16core: fix Tauri desktop app SSE connection timeoutDax Raad
- Add heartbeat events to /global/event and /event SSE endpoints - Send server.heartbeat event every 30s to prevent WKWebView 60s timeout - Fixes desktop app disconnecting from global events after 1 minute
2025-12-16core: ensure desktop app loads user shell environment variablesDax Raad
Changes shell spawn flags from -l to -il so that ~/.zshrc and ~/.bashrc are sourced when starting the desktop app on macOS and Linux. This fixes missing PATH and other environment variables that users expect to be available.