### What happened? 1. There is no way to roll back or undo to a specific previous edit step in code editing. 2. For Jupyter Notebook, each modification requires reading the entire notebook, which is inefficient and produces poor results. <img width="1164" height="849" alt="Image" src="https://github.com/user-attachments/assets/314ef01e-9050-4dbb-91ea-9f26d44647d3" /> 3. When displaying code, Markdown formatting for python or bash is not rendered properly, making the output difficult to read. <img width="1451" height="835" alt="Image" src="https://github.com/user-attachments/assets/c1ab69d7-4434-4005-bdbf-58575e134c6f" /> ### What did you expect to happen? 1. Ability to undo/rollback code edits to a specific step. 2. More efficient handling of Jupyter Notebook edits without re-reading the whole file. 3. Proper syntax highlighting and formatting for code blocks (e.g., python, bash). ### Client information <details> ```console $ qwen /about About Qwen Code │ │ │ │ CLI Version 0.0.7 │ │ Git Commit 14e6d3c0 │ │ Model qwen3-coder-plus │ │ Sandbox no sandbox │ │ OS linux │ │ Auth Method openai ``` </details> ### Login information OpenAI ### Anything else we need to know? N/A
What happened?
There is no way to roll back or undo to a specific previous edit step in code editing.
For Jupyter Notebook, each modification requires reading the entire notebook, which is inefficient and produces poor results.
What did you expect to happen?
Client information
Details
Login information
OpenAI
Anything else we need to know?
N/A