We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5483e commit 8eee6eaCopy full SHA for 8eee6ea
wellcode_cli/commands/chat_interface.py
@@ -67,7 +67,7 @@ def chat_interface():
67
console.print(f"[dim]Interpreting as: {interpreted_command}[/dim]")
68
69
if interpreted_command:
70
- execute_command(interpreted_command)
+ execute_command(command)
71
else:
72
console.print("[yellow]I couldn't understand that request. Try rephrasing or type 'help' for suggestions.[/]")
73
0 commit comments