Skip to content

v1.0.220

Choose a tag to compare

@github-actions github-actions released this 11 Jun 13:26
· 8 commits to main since this release

✨ New: Claude Code CLI mode is now the default

New chat tabs (and restored tabs that never made an explicit choice) now run in Claude Code CLI (PTY) mode out of the box. The toggle in the chat header still lets you switch back — an explicit SDK choice is remembered per tab, and the button order now puts the default first.

CLI mode also got smarter about interactive prompts: when claude-code pops its AskUserQuestion selector mid-turn, nobody is there to press Enter — previously the turn just hung until timeout. Cockpit now detects the selector, dismisses it, and ends the turn cleanly. The question itself still appears in the chat, so you answer it as your next message; a short notice explains why the turn ended early.

✨ New: Send Q&A straight to chat

The AskQuestion viewer modal has a new send-to-AI button — pick selected (or all) Q&A pairs and send them directly into the active chat instead of copy-pasting by hand. The modal closes after sending.

🐛 Fix: Scheduled tasks run with the right engine

A scheduled task created from an Ollama / Codex / Kimi / DeepSeek tab used to fail at fire time with "No conversation found with session ID" — tasks always resumed through the Claude Agent SDK, even when the session lived elsewhere. Tasks now record the engine (and model) of their originating chat and execute with it, with a clear error if the session has since disappeared.