This commit is contained in:
Auto
2026-01-07 09:28:16 +02:00
parent 1e20ba9cc9
commit 63731c169f
7 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""
Autonomous Coder UI Launcher
=============================
AutoCoder UI Launcher
=====================
Automated launcher that handles all setup:
1. Creates/activates Python virtual environment
@@ -201,7 +201,7 @@ def main() -> None:
dev_mode = "--dev" in sys.argv
print("=" * 50)
print(" Autonomous Coder UI Setup")
print(" AutoCoder UI Setup")
print("=" * 50)
total_steps = 6 if not dev_mode else 5