This release introduces the ability to hand off plans from the CLI to the cloud, in-line rendering of ASCII diagrams, and many quality-of-life improvements. Plan mode improvements in CLI When a plan is generated, the CLI now shows a persistent decision menu. You can choose to build in the cloud or build locally to execute the plan. Typing `/plan` takes you back to your current plan and its action menu. We've also added keyboard shortcuts in the prompt bar so you can use arrow keys to navigate options, `Enter` to execute the selected option, and `Shift+Enter` as a shortcut for "Build in cloud." Mermaid ASCII diagrams in CLI Mermaid code blocks now render inline as ASCII diagrams in your CLI conversation. Flowcharts, sequence diagrams, state machines, class diagrams, and ER diagrams can all be displayed directly in the terminal. `Ctrl+O` allows you to switch between the rendered diagram and the original mermaid source to see both representations. Other improvements We've also made lots of improvements to the CLI focused on tooling, quality of life, and reliability. General (6) AI code and conversations in CLI are now tracked by Cursor Blame . …