--- version: 1.10.0 date: 2026-05-05 title: Embedded preview for dev servers --- ## App ### New - Preview: added an embedded dev-server Preview pane for loopback apps, with authenticated proxying, Vite/HMR support, same-origin API request handling, and safer local dev-server shutdown (thanks to @wpbiggs). - Preview: added preview console capture, DOM element inspection, annotation context, and Electron screenshot attachments. - Projects/Terminal: added Auto-discover for local dev servers, background terminal startup, action-linked Preview reopen controls, and cleaner terminal tab styling (thanks to @wpbiggs). - Settings/Behavior: added a dedicated Behavior page with global `AGENTS.md` configuration and response style presets. - VSCode/Chat: added the currently open editor file to chat context (thanks to @daveotero). - Onboarding/Updates/Mobile: added OpenCode CLI auto-detection during onboarding, cross-checks update prompts against npm, and improved iPad/tablet controls for fewer false update notices and smooth touch use (thanks to @IslamNofl). ### Improvements - UI/Settings: improved settings scrolling, empty states, and button/overlay polish (thanks to @Yabuku-xD). - GitHub/Git: improved fork-aware issue and pull-request listing, PR status handling, startup loading feedback, remote MCP headers, and long model ID handling (thanks to @corrm, @ricautomation, @yart). ### Fixes - Chat/UI: added a wide layout option, steady scroll position across sessions and generated prompts, less flicker during streaming, and safer rendering for malformed message parts (thanks to @jwcrystal, @pasta-paul). - Reliability/Streaming: reconnects now recover immediately after OS wake-from-sleep, long agent sessions avoid streaming hangs, concurrent sessions sharing the same provider are throttled more safely, and model metadata refreshes after OpenCode restarts (thanks to @jwcrystal, @pasta-paul, @Yabuku-xD). ## VS Code ### New - Chat/UI: added the currently open editor file to chat context (thanks to @daveotero). - Settings/Behavior: added a dedicated Behavior page with global `AGENTS.md` configuration and response style presets. - Chat/UI: added a wide layout option. ### Improvements - Chat/Scrolling: preserved per-session scroll position and kept generated prompts scrolled into view (thanks to @jwcrystal). - Settings/UI: improved settings scrolling and empty states (thanks to @Yabuku-xD). - GitHub/MCP: improved fork-aware issue and pull-request listing, PR status handling, and remote MCP header handling (thanks to @corrm, @ricautomation). ### Fixes - Chat/Streaming: reduced text flicker, preserved first chunks reliably, and kept long agent sessions from hanging during active responses (thanks to @pasta-paul). - Models/Providers: fixed slash-containing model IDs, refreshed model metadata after OpenCode restarts, and added safer concurrency controls for sessions sharing the same provider (thanks to @yart, @Yabuku-xD).