| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-06 | desktop: maximize main window by default (#12433) | Brendan Allan | |
| 2026-02-06 | chore: generate | opencode-agent[bot] | |
| 2026-02-06 | tui: parallelize skill downloads for faster loading | Dax 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-06 | feat(skill): add skill discovery from URLs via well-known RFC | Dax 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-06 | zen: fix usage graph | Frank | |
| 2026-02-05 | chore: align windows test runner to blacksmith (#12364) | Luke Parker | |
| 2026-02-05 | feat(tui): highlight esc label on hover in dialog (#12383) | Akshar Patel | |
| 2026-02-05 | fix(config): handle $ character with {file:} pattern (#12390) | Hank Stoever | |
| Co-authored-by: Hank Stoever <[email protected]> | |||
| 2026-02-05 | increase skill dialog width | Dax Raad | |
| 2026-02-05 | fix(opencode): improve skills dialog readability (#12356) | Andrew Pashynnyk | |
| 2026-02-05 | release: v1.1.53 | opencode | |
| 2026-02-05 | chore: make dax shut up (#12375) | Aiden Cline | |
| 2026-02-05 | senior engineer senior engineering | Dax Raad | |
| 2026-02-05 | tweak: load user plugins after builtin (#12373) | Aiden Cline | |
| 2026-02-05 | chore: rm hardcoded conditional that was used for testing (#12371) | Aiden Cline | |
| 2026-02-05 | core: fix unhandled errors when aborting with queued messages (#12369) | Dax | |
| 2026-02-05 | fix(tui): allow mouse escape via "esc" labels in dialogs (#11421) | Akshar Patel | |
| 2026-02-05 | fix(plugin): user plugins override built-in plugins for same provider (#12361) | Rafi Khardalian | |
| 2026-02-05 | chore: generate | opencode-agent[bot] | |
| 2026-02-05 | docs: websearch tool (#12359) | Ariane Emory | |
| 2026-02-05 | docs: add Bosnian README translation (#12341) | Edin | |
| 2026-02-05 | fix(app): make close comment button visible in prompt input (#12349) | Alex Yaroshuk | |
| 2026-02-05 | tweak: 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-05 | fix(app): hide prompt input when there are perms or questions (#12339) | Adam | |
| 2026-02-05 | chore: update nix node_modules hashes | opencode-agent[bot] | |
| 2026-02-05 | fix(app): more terminal stability fixes | Adam | |
| 2026-02-05 | fix(app): modified file color contrast | Adam | |
| 2026-02-05 | fix(ui): toast overflow | Adam | |
| 2026-02-05 | chore: generate | opencode-agent[bot] | |
| 2026-02-05 | feat(app): open in <app> button (#12322) | Adam | |
| 2026-02-05 | fix(app): allow toggling file tree closed independently (#12293) | Adam | |
| 2026-02-05 | feat(desktop): Stop Showing SessionSkeleton on New Workspace (#12209) | Daniel Polito | |
| 2026-02-05 | feat(desktop): Set Workspace Name Earlier to Improve Creation / Deletion ↵ | Daniel Polito | |
| (#12213) | |||
| 2026-02-05 | chore: update nix node_modules hashes | opencode-agent[bot] | |
| 2026-02-05 | feat(acp): add session usage (#12299) | Steffen Deusch | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2026-02-05 | tweak: update transforms for gpt-5.3 (#12325) | Aiden Cline | |
| 2026-02-05 | release: v1.1.52 | opencode | |
| 2026-02-05 | enable 5.3 codex | Dax Raad | |
| 2026-02-05 | feat(tui): add running spinner to bash tool in TUI (#12317) | Goni Zahavy | |
| 2026-02-05 | zen: opus 4.6 | Frank | |
| 2026-02-05 | core: silently ignore proxy command failures to prevent config ↵ | Dax Raad | |
| initialization crashes | |||
| 2026-02-05 | fix: ensure that github copilot plugin properly sets headers when used in ↵ | Aiden Cline | |
| other clients than tui (#12316) | |||
| 2026-02-05 | chore: update nix node_modules hashes | opencode-agent[bot] | |
| 2026-02-05 | core: bundle GitLab auth plugin directly instead of dynamic install | Dax 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-05 | ci: ensure config test waits for dependencies to complete installation | Dax Raad | |
| 2026-02-05 | core: 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-05 | chore: cleanup | Adam | |
| 2026-02-05 | fix(app): file changes not always available | Adam | |
| 2026-02-05 | fix(app): file tree out of sync | Adam | |
| 2026-02-05 | chore: package.json scripts | Adam | |
