summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-01-18fix: restore persisted model/agent when loading ACP session (#7809)Noam Bressler
Co-authored-by: noam-v <[email protected]>
2026-01-18fix(acp): use single global event subscription and route by sessionID (#5628)Noam Bressler
Co-authored-by: noamzbr <[email protected]> Co-authored-by: noam-v <[email protected]>
2026-01-18chore: generateGitHub Action
2026-01-18feat(tool): increase question header and label limits (#9201)Bowen Dwelle
2026-01-18chore: generateGitHub Action
2026-01-18feat: apply_patch tool for openai models (#9127)Aiden Cline
2026-01-18fix(windows): fix jdtls download on Windows (#9195)Patrick Schiel
2026-01-18chore: generateGitHub Action
2026-01-17feat: bind vim-style line-by-line scrolling (#8980)Nathan Flurry
Co-authored-by: Aiden Cline <[email protected]>
2026-01-17core: prevent env variables in config from being replaced with actual valuesAiden Cline
When opencode.json was missing a $schema, the config loader would add it and write the file back - but with env variables like {env:API_KEY} replaced with their actual secret values. This made it impossible to safely commit opencode.json to version control. Now the original config text is preserved when adding $schema, keeping variable placeholders intact.
2026-01-17refactor(tui): unify command registry and derive slash commands (#9115)Kit Langton
2026-01-17Hide variants hint when list empty (#9179)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2026-01-18fix: remove max-width of session name tooltipDavid Hill
2026-01-18Revert "fix: increase max-width of session name tooltip"David Hill
This reverts commit c3ab76c8ad90fb7ef99604e8ef0a1017c5ddda58.
2026-01-18fix: increase max-width of session name tooltipDavid Hill
2026-01-18fix: adjust project path tooltip placementDavid Hill
Move the desktop project path tooltip above the header and tune spacing/offset; add content style hooks to Tooltip for max-width and horizontal shift.
2026-01-18fix: remove max width on sidebar new buttonsDavid Hill
2026-01-18fix: adjust session list tooltip trigger and delayDavid Hill
2026-01-17fix: keep project avatar hover styles while popover openDavid Hill
2026-01-17fix: adjust recent sessions popover paddingDavid Hill
2026-01-17fix: reduce prompt dock bottom spacingDavid Hill
2026-01-17fix: show project name in avatar hoverDavid Hill
2026-01-17fix: remove loading text after splashDavid Hill
2026-01-17fix: command pallete file list item spacingDavid Hill
2026-01-17fix: shrink project notification dot and maskDavid Hill
2026-01-17fix: update desktop initializing splash logoDavid Hill
2026-01-17fix: align project avatar notification dotDavid Hill
2026-01-17tui: fix model state persistence when model store is not readyAiden Cline
2026-01-17docs: add use_github_token to example (#9120)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2026-01-17docs: document the plural formsAiden Cline
2026-01-17fix: don't try to open command palette if a dialog is already open (#9116)Rahul Mishra
2026-01-17docs(config): explain that `autoupdate` doesn't work when installed with a ↵Bernat Pericàs
package manager (#9092)
2026-01-17docs: add firmware provider to providers docs (#8993)Colby Gilbert
2026-01-17ignore: update download stats 2026-01-17GitHub Action
2026-01-17fix: escape CSS selector keys to handle special characters (#9030)Slone
2026-01-17chore: generateGitHub Action
2026-01-17fix: mdns discover hostname (#9039)Javier Aceña
2026-01-17fix(desktop): Added a Windows-only guard that makes window.getComputedStyle ↵Eric Guo
fall back to document.documentElement (#9054)
2026-01-17fix(app): archive session sometimes flakyAdam
2026-01-17test: add azure test caseAiden Cline
2026-01-17chore: generateGitHub Action
2026-01-16Revert "feat(mcp): add OAuth redirect URI configuration for MCP servers (#7379)"Aiden Cline
This reverts commit 40b275d7e6759d2209bbaec7d4d13f729198bda3.
2026-01-17chore: generateGitHub Action
2026-01-16docs: Add OpenWork to ecosystem (#8741)ben
2026-01-16fix: gpt id stuff fr fr this time :/ (#9006)Aiden Cline
2026-01-17Update node_modules hashesGithub Action
2026-01-16fix(nix): resolve hash race condition in parallel matrix jobs (#8995)Jérôme Benoit
2026-01-17fix: prevent text clipping on search button descendersDavid Hill
2026-01-17fix: truncate long search queries in empty stateDavid Hill
2026-01-17fix: remove smooth scroll behavior from list componentDavid Hill