summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-02-06fix(app): always show project menu button for mobile a11y (#11258)Devin Griffin
Co-authored-by: Brendan Allan <[email protected]>
2026-02-06desktop: maximize main window by default (#12433)Brendan Allan
2026-02-06chore: generateopencode-agent[bot]
2026-02-06tui: parallelize skill downloads for faster loadingDax Raad
Refactored skill discovery to download skills in parallel instead of sequentially, reducing load times when multiple skills need to be fetched from remote URLs. Also updated AGENTS.md with guidance on using dev branch for diffs.
2026-02-06feat(skill): add skill discovery from URLs via well-known RFCDax Raad
Implement the Agent Skills Discovery RFC to allow fetching skills from URLs: - Add 'urls' field to config.skills for specifying skill registry URLs - Create Discovery namespace in skill/discovery.ts with pull() function - Download skills from /.well-known/skills/index.json endpoints - Cache downloaded skills to ~/.cache/opencode/skills/ - Skip re-downloading existing files for efficiency Users can now configure: { "skills": { "urls": ["https://example.com/.well-known/skills/"] } } Implements: https://github.com/cloudflare/agent-skills-discovery-rfc
2026-02-06zen: fix usage graphFrank
2026-02-05feat(tui): highlight esc label on hover in dialog (#12383)Akshar Patel
2026-02-05fix(config): handle $ character with {file:} pattern (#12390)Hank Stoever
Co-authored-by: Hank Stoever <[email protected]>
2026-02-05increase skill dialog widthDax Raad
2026-02-05fix(opencode): improve skills dialog readability (#12356)Andrew Pashynnyk
2026-02-05release: v1.1.53opencode
2026-02-05senior engineer senior engineeringDax Raad
2026-02-05tweak: load user plugins after builtin (#12373)Aiden Cline
2026-02-05chore: rm hardcoded conditional that was used for testing (#12371)Aiden Cline
2026-02-05core: fix unhandled errors when aborting with queued messages (#12369)Dax
2026-02-05fix(tui): allow mouse escape via "esc" labels in dialogs (#11421)Akshar Patel
2026-02-05fix(plugin): user plugins override built-in plugins for same provider (#12361)Rafi Khardalian
2026-02-05chore: generateopencode-agent[bot]
2026-02-05docs: websearch tool (#12359)Ariane Emory
2026-02-05fix(app): make close comment button visible in prompt input (#12349)Alex Yaroshuk
2026-02-05tweak: move codex 5.3 model definition to the plugin so that models.dev ↵Aiden Cline
doesnt have to show unsupported model for others (#12344)
2026-02-05fix(app): hide prompt input when there are perms or questions (#12339)Adam
2026-02-05fix(app): more terminal stability fixesAdam
2026-02-05fix(app): modified file color contrastAdam
2026-02-05fix(ui): toast overflowAdam
2026-02-05chore: generateopencode-agent[bot]
2026-02-05feat(app): open in <app> button (#12322)Adam
2026-02-05fix(app): allow toggling file tree closed independently (#12293)Adam
2026-02-05feat(desktop): Stop Showing SessionSkeleton on New Workspace (#12209)Daniel Polito
2026-02-05feat(desktop): Set Workspace Name Earlier to Improve Creation / Deletion ↵Daniel Polito
(#12213)
2026-02-05feat(acp): add session usage (#12299)Steffen Deusch
Co-authored-by: Aiden Cline <[email protected]>
2026-02-05tweak: update transforms for gpt-5.3 (#12325)Aiden Cline
2026-02-05release: v1.1.52opencode
2026-02-05enable 5.3 codexDax Raad
2026-02-05feat(tui): add running spinner to bash tool in TUI (#12317)Goni Zahavy
2026-02-05zen: opus 4.6Frank
2026-02-05core: silently ignore proxy command failures to prevent config ↵Dax Raad
initialization crashes
2026-02-05fix: ensure that github copilot plugin properly sets headers when used in ↵Aiden Cline
other clients than tui (#12316)
2026-02-05core: bundle GitLab auth plugin directly instead of dynamic installDax Raad
Remove dynamic installation of built-in plugins. GitLab auth is now imported directly as an internal plugin, eliminating network requests during startup and simplifying the plugin loading logic. Removes the need for test mocks since plugins are no longer dynamically installed at runtime.
2026-02-05ci: ensure config test waits for dependencies to complete installationDax Raad
2026-02-05core: fix plugin installation to use direct package.json manipulation ↵Dax Raad
instead of bun add This ensures plugins install more reliably by writing dependencies directly to package.json rather than relying on bun add commands which can fail in certain environments. Also adds a small delay to ensure filesystem operations complete before proceeding.
2026-02-05chore: cleanupAdam
2026-02-05fix(app): file changes not always availableAdam
2026-02-05fix(app): file tree out of syncAdam
2026-02-05fix(app): copy buttons smaller and out of the wayAdam
2026-02-05feat(i18n): add Bosnian locale (#12283)Edin
2026-02-05fix(app): terminal URL issuesAdam
2026-02-05chore: cleanupAdam
2026-02-05app: remove extra x padding around prompt input on mobileBrendan Allan
2026-02-05fix(opencode): Fixes image reading with OpenAI-compatible providers like ↵Zhiming Guo
Kimi K2.5. (#11323) Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>