Merge branch 'github:main' into fix-proxy-cert

This commit is contained in:
ramusbucket
2025-09-10 22:30:50 -04:00
committed by GitHub
3 changed files with 74 additions and 41 deletions

View File

@@ -826,6 +826,7 @@ def init(
steps_lines.append(f"{step_num}. Use / commands with Gemini CLI")
steps_lines.append(" - Run gemini /specify to create specifications")
steps_lines.append(" - Run gemini /plan to create implementation plans")
steps_lines.append(" - Run gemini /tasks to generate tasks")
steps_lines.append(" - See GEMINI.md for all available commands")
elif selected_ai == "copilot":
steps_lines.append(f"{step_num}. Open in Visual Studio Code and use [bold cyan]/specify[/], [bold cyan]/plan[/], [bold cyan]/tasks[/] commands with GitHub Copilot")