Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
OpenAI integrations are significantly improved with experimental WebSocket support for faster responses and more reliable streaming, alongside fixes for adaptive reasoning with Anthropic models.
Breaking
None
New
- WebSocket Support (OpenAI): A new experimental WebSocket transport provides faster and more reliable responses from OpenAI models. (Networking protocol for real-time data)
- Session Metadata: You can now store custom metadata with sessions via the API and SDK. (Data tags for organization)
- Workspace Management: A new dialog allows for easier workspace management within the application. (Project organization tool)
Fixes Worth Knowing
- Anthropic Opus 4.7+ models now reliably retain summarized thinking.
- OpenAI WebSocket connections now handle timeouts and retries more effectively.
- The TUI now correctly displays subagent retry statuses and handles non-Git project paths when opening editors.
- Desktop V2 received visual improvements to the home screen and stability fixes for session timelines.
- Google tool calling functionality has been restored.
Before You Upgrade
- To enable the experimental WebSocket support for OpenAI, set the environment variable
OPENCODE_EXPERIMENTAL_WEBSOCKETS=true.
TL;DR
The application now supports displaying screenshots, improving clarity when reviewing pull requests (code changes).
New
Screenshots are now displayed directly within pull requests, allowing for visual inspection of UI changes and bug reports.
TL;DR
OpenCode now supports slash commands and agents within the Agent Communication Protocol (ACP), significantly expanding automation and interaction capabilities.
New
- Slash Commands & Agents (ACP): New slash commands (/init, /compact) and agent support have been added to the ACP, enabling more complex interactions.
- Enterprise Solutions: A dedicated enterprise page with contact form, FAQs (data ownership, SSO), and testimonials is now available.
- Custom Session Titles: The
opencode runcommand now accepts a--titleflag for specifying custom session titles.
Fixes Worth Knowing
- Improved shutdown reliability, resolving hanging application issues.
- Fixed crashes due to missing dependencies and permission handling issues on Bash (command-line interpreter) and Windows.
- Enhanced support for TypeScript/JavaScript via improved Deno LSP (Language Server Protocol) detection.
- More accurate file diffs in the edit tool and improved message display in session history.
Before You Upgrade
Ensure your @opencode-ai/plugin dependency is up-to-date to avoid crashes.