Skip to content

Commit be66685

Browse files
committed
.
1 parent 3dbd208 commit be66685

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/codegen/cli/tui/app.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,10 @@ def _run_claude_code(self):
768768
input("Press Enter to continue...")
769769
return
770770

771-
# Stop the TUI and clear screen completely
771+
# 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
772775
self.running = False
773776
print("\033[2J\033[H", end="") # Clear entire screen and move cursor to top
774777

0 commit comments

Comments
 (0)