summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-02-06fix: auth routingAdam
2026-02-06fix(app): more terminal replay issuesAdam
2026-02-06feat: add specific system prompt for Trinity model (#12144)Mariam Jabara
Co-authored-by: Cursor <[email protected]>
2026-02-06feat(www): locale specific urls (#12508)Adam
2026-02-06feat(desktop): added Macos support for displaying only installed editors & ↵OpeOginni
added sublime text editor (#12501)
2026-02-06chore: generateopencode-agent[bot]
2026-02-06fix(opencode): correct prefix selection for amazon-bedrock provider in ↵Nacho F. Lizaur
getSmallModel (#12281)
2026-02-06fix(app): don't rely on metadata.summary in task tool render (#12497)Adam
2026-02-06feat(tui): restore footer to session view (#12245)Ariane Emory
2026-02-06fix(github): handle step-start/step-finish parts in extractResponseText (#12470)Matt Silverlock
2026-02-06chore(deps): bump @gitlab/gitlab-ai-provider to 3.5.0 (#12496)Vladimir Glafirov
2026-02-06fix: add directory parameter to plugin client for multi-project support (#11344)cooooooooooode
Co-authored-by: cooooooooooode <[email protected]>
2026-02-06chore: refactoring and tests, splitting up files (#12495)Adam
2026-02-06chore: refactoring and tests (#12468)Adam
2026-02-06fix: correct /data API usage and data format for importing share URLs (#7381)Yuvraj Virk
2026-02-06fix(app): remove extra error page and use default error boundaryAdam
2026-02-06desktop: add loading window and restructure rust (#12176)Brendan Allan
2026-02-06chore: generateopencode-agent[bot]
2026-02-06feat(web): i18n (#12471)Adam
2026-02-06fix(app): hide 'open in app' button on narrow viewportsAdam
2026-02-06fix(www): z icon colorAdam
2026-02-06chore: generateopencode-agent[bot]
2026-02-06fix(desktop): update server removal logic to clear default server URL if ↵OpeOginni
removed (#12372)
2026-02-06feat(app): session last updated time display in command pallete's search ↵Alex Yaroshuk
(#12376)
2026-02-06fix(ui): add Windows File Explorer icon for session header (#12386)Maharshi Patel
2026-02-06fix(desktop): support desktop titlebar double-click maximize (#12459)Cameron
2026-02-06ignore: refactoring and tests (#12460)Adam
2026-02-06fix(app): retry error unwrapping (#12462)Adam
2026-02-06chore: cleanupAdam
2026-02-06chore: generateopencode-agent[bot]
2026-02-06desktop: add key accelerators to menu itmsBrendan Allan
2026-02-06chore: generateopencode-agent[bot]
2026-02-06desktop: add more basic menu bar itemsBrendan Allan
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