--- version: 1.9.6 date: 2026-04-17 title: Scheduled tasks and LaTeX rendering --- ## App ### New - Reliability/Streaming: switched live message events to a WebSocket-first transport with SSE fallback, added response compression, and hardened proxy/compression handling (thanks to @geekifan, @jwcrystal). - Sessions/Scheduled Tasks: added scheduled task creation and management with locale-aware scheduling. - Files: added a full Go to Line workflow (toolbar + shortcut + dialog) and a new Copy Relative Path action (thanks to @coldbrow). - Chat/Export: added export session as Markdown and improved empty-state/export behavior (thanks to @coldbrow). - Desktop: added quick open and a LAN access toggle, plus safer quit behavior around scheduled tasks (thanks to @An-jinu). - Chat/Markdown: added LaTeX rendering support for clearer math and technical notation in messages (thanks to @ricautomation). ### Improvements - Sessions/Worktrees: enforced session worktree isolation and tightened session-switch safety. - Files: file trees now auto-refresh when files change outside the app (thanks to @jwcrystal). - Settings/Skills: skills are now sorted within groups (thanks to @tomzx). ### Fixes - Chat/Requests: restored blocking request visibility in sub-sessions, scoped auto-approve to the active session tree, and reduced noisy auto-approved notifications during multi-session work. ## VS Code ### New - Reliability/Streaming: moved to a WebSocket-first message stream with SSE fallback and added safer compression handling. - Chat/Export: added export session as Markdown and improved empty-state/export behavior (thanks to @coldbrow). - Chat/Markdown: added LaTeX rendering support for clearer math and technical notation in rendered messages (thanks to @ricautomation). ### Improvements - Reliability: improved startup shell detection to avoid false OpenCode discovery on POSIX login shells. - Sessions/Worktrees: enforced worktree isolation for session and Git flows.