summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-01-04tui: fix system theme diff highlightingAiden Cline
- Generate distinct red/green backgrounds for added/removed lines in system theme - Use bright ANSI colors for diff highlights to improve visibility - Fix ANSI palette indexing to handle null entries safely - Add color tinting to create proper diff backgrounds while respecting terminal colors Resolves issue where system theme showed no red/green diff highlighting
2026-01-04core: remove hardcoded .env read block and use new permissions model insteadAiden Cline
2026-01-04fix(plugin): prevent duplicate plugin function initialization (#6787)Shpetim
Co-authored-by: Shpetim <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2026-01-04docs: Add opencode-scheduler plugin to ecosystem (#6804)ben
Co-authored-by: Benjamin Shafii <[email protected]>
2026-01-04core: update github copilot model model priority listAiden Cline
2026-01-04core: add variant to chat.message inputAiden Cline
2026-01-04feat: add --variant flag to run command (#6805)shuv
Co-authored-by: shuv <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2026-01-04zen: update modelsFrank
2026-01-03docs: Add Vercel AI Gateway to provider docs (#6790)jerilynzheng
2026-01-04chore: generateGitHub Action
2026-01-03docs: update AGENTS.md (#6800)Saatvik Arya
2026-01-03fix(app): diff rendering performanceAdam
2026-01-03tui: remove openrouter provider from priority listDax Raad
2026-01-03core: fix dependency installation and git worktree branch creationDax Raad
2026-01-03oopsDax Raad
2026-01-03chore: generateGitHub Action
2026-01-03core: add sandbox support for git worktrees to allow working in multiple ↵Dax Raad
directories per project
2026-01-03fix(tui): make lsp status icon muted when no lsps are active (#6773)Mani Sundararajan
2026-01-03fix(mcp): add timeout to client.connect() calls (#6760)Rhys Sullivan
2026-01-03docs: enhance MCP servers documentation with a tip (#6713)Osinachi Okpara
2026-01-03Desktop: Edit Project Fix (#6757)Daniel Polito
2026-01-03fix(tui): make mcp status icon muted when no mcp servers are enabled (#6745)Mani Sundararajan
2026-01-03fix(server): update server URL normalization to retain path (#6647)OpeOginni
2026-01-03feat(app): add image preview support in session viewer (#6678)shuv
2026-01-03chore: generateGitHub Action
2026-01-03feat: add per-project MCP config overrides (#5406)Jake Nelson
Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2026-01-03fix(kotlin-ls): improve root detection for Gradle multi-project builds (#6717)Gabriel Patzleiner
2026-01-03core: improve plugin loading to handle builtin plugin failures gracefully ↵Aiden Cline
(#6739)
2026-01-03chore: generateGitHub Action
2026-01-03tui: add reject message support to permission dialogs for better user feedbackDax Raad
2026-01-02core: ephemerally wrap queued user messages with reminder to stay on track ↵Aiden Cline
(#6725)
2026-01-02fix(tui): pass attach directory to sdk client (#6715)shuv
Co-authored-by: shuv <[email protected]>
2026-01-02docs: rm incorrect -p alias from docs (#6721)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-03chore: generateGitHub Action
2026-01-02feat: add managed git worktrees (#6674)Adam
2026-01-03upgrade opentui to v0.1.68, using gpaSebastian Herrlinger
2026-01-02tui: add escape key handling to permission dialogs for better keyboard ↵Dax Raad
navigation
2026-01-02chore: generateGitHub Action
2026-01-02feat(plugin): add tui.session.select API endpoint for TUI navigation (#6565)YeonGyu-Kim
Co-authored-by: Aiden Cline <[email protected]>
2026-01-02chore: generateGitHub Action
2026-01-02feat: Add kotlin lsp integration (#6601)Troy Gaines
2026-01-02chore: add license field to package.json (#6693)theavgjojo
Co-authored-by: theavgjojo <jojo@noreply>
2026-01-02docs: add subtask2 to ecosystem page (#6704)Spoon
2026-01-02chore: rename repo references from sst/opencode to anomalyco/opencode (#6687)Dax
Co-authored-by: Github Action <[email protected]>
2026-01-02fix: merge instructions arrays across config files (#6663)Matt Silverlock
2026-01-02fix: handle actions/checkout v6 credential storage change (#6667)Matt Silverlock
2026-01-02feat: add /compact session commandAdam
2026-01-02fix(desktop): tweak window drag region layoutAdam
2026-01-02fix: relax request timeoutsAdam
2026-01-02test: fix transform testAiden Cline