We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbd208 commit be66685Copy full SHA for be66685
1 file changed
src/codegen/cli/tui/app.py
@@ -768,7 +768,10 @@ def _run_claude_code(self):
768
input("Press Enter to continue...")
769
return
770
771
- # Stop the TUI and clear screen completely
+ # Show immediate feedback in orange
772
+ print("\n\033[38;2;255;202;133m> claude code mode\033[0m")
773
+
774
+ # Stop the TUI and clear screen completely after brief moment
775
self.running = False
776
print("\033[2J\033[H", end="") # Clear entire screen and move cursor to top
777
0 commit comments