summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-03-10chore: generateopencode-agent[bot]
2026-03-09fix(mcp): fix OAuth auto-connect failing on first connection (#15547)adam jones
Co-authored-by: Aiden Cline <[email protected]>
2026-03-09refactor(server): extract createApp function for server initializationDax Raad
- Replace Server.App() with Server.Default() for internal server access - Extract server app creation into Server.createApp(opts) for testability - Move CORS whitelist from module-level variable to function parameter - Update all tests to use Server.Default() instead of Server.App()
2026-03-09chore(app): dev statsAdam
2026-03-09fix(app): terminal state corruptionAdam
2026-03-09chore: cleanupAdam
2026-03-09chore: cleanupAdam
2026-03-09chore: generateopencode-agent[bot]
2026-03-09fix(core): put workspace routing behind OPENCODE_EXPERIMENTAL_WORKSPACES ↵James Long
flag (#16775)
2026-03-09docs: update opencode-morph-fast-apply to opencode-morph-plugin in ecosystem ↵bhaktatejas922
(#16634)
2026-03-09Merge remote-tracking branch 'origin/dev' into devDax Raad
2026-03-09refactor: replace bun semver with npm semver packageDax Raad
2026-03-09fix(tui): wait for model store before auto-submitting --prompt (#7476)Kyle Altendorf
2026-03-09refactor(opencode): replace Bun shell in core flows (#16286)Dax
2026-03-09refactor: change pathToFileURL imports from bun to url moduleDax Raad
2026-03-09fix(tui): handle error when creating a session (#16767)James Long
2026-03-09fix: Multiple jdtls LSPs eating memory in java monorepos (#12123)Stephen Collings
2026-03-09release: v1.2.24opencode
2026-03-09fix(app): scroll jitter/loopAdam
2026-03-09fix(app): session title turn spinner (#16764)David Hill
2026-03-09fix(app): dismiss toast notifications when questions or permissions a… ↵Filip
(#16758)
2026-03-09feat(tui): add initial support for workspaces into the tui (#16230)James Long
2026-03-09feat(gitlab): send context-1m-2025-08-07 beta header to enable 1M context ↵Armin Pašalić
window (#16153) Co-authored-by: Aiden Cline <[email protected]>
2026-03-09add copilot gpt-5.4 xhigh support (#16294)Jack
2026-03-09release: v1.2.23opencode
2026-03-09fix(app): remove oc-1 themeAdam
2026-03-09tui: fix sidebar workspace container sizing by adding box-border class to ↵David Hill
prevent content overflow issues
2026-03-09fix(app): don't animate review panel in/outAdam
2026-03-09revert(app): "STUPID SEXY TIMELINE (#16420)" (#16745)Adam
2026-03-09fix(app): sanitize workspace store filenames on Windows (#16703)Luke Parker
2026-03-09fix(app): fix issue with scroll jumping when pressing escape in comment text ↵Yihui Khuu
area (#15374)
2026-03-09fix(opencode): pass missing auth headers in `run --attach` (#16097)Eric Clemmons
Co-authored-by: Claude Opus 4.6 <[email protected]> Co-authored-by: Shoubhit Dash <[email protected]>
2026-03-09docs(i18n): sync locale docs from english changesopencode-agent[bot]
2026-03-08docs: add session_child_first keybinding to documentation (#16631)Ariane Emory
2026-03-08feat(app): generate color palettes (#16232)Adam
2026-03-08disable fallback to free nano for small modelDax Raad
2026-03-08release: v1.2.22opencode
2026-03-08guard tui exit (#16640)Sebastian
2026-03-09fix(tui): canonicalize cwd after chdir (#16641)Luke Parker
2026-03-08tui: fix sidebar background color when collapsedDavid Hill
When the sidebar was collapsed (not on mobile), the background color was showing as the stronger variant instead of matching the base background. This fixes the hover state detection so users see a consistent lighter background when the sidebar is in collapsed mode.
2026-03-08app: suppress hover when opening project menu or right-clicking to prevent ↵David Hill
flickering
2026-03-08fix: trim retained desktop terminal buffers (#16583)Shoubhit Dash
2026-03-08fix(app): less auto-expand/collapseAdam
2026-03-08chore: refactoring ui hooksAdam
2026-03-08fix(app): messages not loading reliablyAdam
2026-03-08fix: prune and evict stale app session caches (#16584)Shoubhit Dash
2026-03-08test: make process cwd check cross-platform (#16594)Shoubhit Dash
2026-03-08docs(zen.mdx): correct Italian grammar and punctuation errors (#16590)Roy Bruschini
2026-03-08fix(opencode): avoid TTY corruption from double cleanup (#16565)tobwen
Co-authored-by: Shoubhit Dash <[email protected]>
2026-03-08fix(tui): fix broken /mcp toggling (#16431)Nate Williams
Co-authored-by: Shoubhit Dash <[email protected]>