You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/specify_cli/__init__.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -820,6 +820,7 @@ def init(
820
820
steps_lines.append(f"{step_num}. Use / commands with Gemini CLI")
821
821
steps_lines.append(" - Run gemini /specify to create specifications")
822
822
steps_lines.append(" - Run gemini /plan to create implementation plans")
823
+
steps_lines.append(" - Run gemini /tasks to generate tasks")
823
824
steps_lines.append(" - See GEMINI.md for all available commands")
824
825
elifselected_ai=="copilot":
825
826
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")
0 commit comments