Skip to content

v2.1.27

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:55
70fcbfd

Highlights

This is a stability release focused on scheduled tasks, team mode, and model selection.

Scheduled tasks back in normal history

  • Conversations created by scheduled (cron) tasks now stay in your regular conversation and project history instead of being pulled out into a separate sidebar section. The scheduled-tasks management entry stays where it is.
  • When editing a scheduled task, the task description is now optional and your currently selected assistant stays selected.
  • Cron execution errors now show their details on hover, so you can see why a run failed without digging.

Improvements

  • ACP model dropdowns (Claude Code and other ACP runtimes) now show each model's description — e.g. "Use the default model…" or "Custom Opus model…" — across the desktop, home page, and mobile selectors, so it's clearer what you're picking.

Bug Fixes

  • Team mode now reconciles its running state with the backend on page load, refresh, and reconnect, so a conversation no longer gets stuck showing "processing" when there's actually no active run.
  • Fixed a development-time MCP connection failure where stdio servers launched via npx could fail with "Server closed stdout before responding" — the backend now launches from the configured work directory.

What's Changed

Full Changelog: v2.1.26...v2.1.27