What's New in v5.24.0
🎯 Plan → Execute Workflow
When using Plan mode (read-only analysis), Claude produces a structured plan. Now, an "Execute Plan" button appears at the bottom of the response. Click it — and Studio automatically:
- Switches to Auto mode
- Instructs Claude to execute the plan step by step
This creates a seamless workflow: analyze first, then execute with one click. No manual mode switching, no copy-pasting the plan back into chat.
🔄 Drag-and-Drop Tab Reordering
Organize your workspace your way. Just drag chat tabs to reorder them — the order persists across sessions. Simple, intuitive, works exactly as you'd expect.
🔀 Auto Mode Switching
Claude can now programmatically switch modes during a task. For example:
- Start in Plan mode to analyze the codebase
- When done planning, Claude auto-switches to Auto mode to execute
This is powered by a new internal MCP tool (set_ui_state) that lets Claude update the UI toolbar state without blocking execution.
All Changes
| Feature | Description |
|---|---|
| Execute Plan button | In Plan mode, click to auto-switch to Auto and run the plan |
| Tab drag-and-drop | Reorder chat tabs by dragging |
| Auto mode switch | Claude can switch modes mid-task (planning → execution) |
Full Changelog: v5.23.2...v5.24.0