From 5748e69c62c2a0bbedca48614d38c3e023a03ce7 Mon Sep 17 00:00:00 2001 From: Jonathan Zhang Date: Thu, 11 Dec 2025 10:36:23 +0800 Subject: [PATCH] fix step sequence in comment --- mini_agent/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini_agent/cli.py b/mini_agent/cli.py index 1038870..0280b7d 100644 --- a/mini_agent/cli.py +++ b/mini_agent/cli.py @@ -494,7 +494,7 @@ def _(event): key_bindings=kb, ) - # 9. Interactive loop + # 10. Interactive loop while True: try: # Get user input using prompt_toolkit @@ -568,7 +568,7 @@ def _(event): print(f"\n{Colors.RED}❌ Error: {e}{Colors.RESET}") print(f"{Colors.DIM}{'─' * 60}{Colors.RESET}\n") - # 10. Cleanup MCP connections + # 11. Cleanup MCP connections try: print(f"{Colors.BRIGHT_CYAN}Cleaning up MCP connections...{Colors.RESET}") await cleanup_mcp_connections()