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
Add PI as a supported AI coding agent across all Spec Kit components:
- AGENT_CONFIG and AGENT_CONFIGS entries with .pi/skills/ directory structure
- Bash and PowerShell update-agent-context scripts
- Release packaging scripts (sh and ps1)
- GitHub release script zip entries
- README.md supported agents table and CLI reference
- AGENTS.md agents table
- Devcontainer post-create.sh CLI installation
project_name: str=typer.Argument(None, help="Name for your new project directory (optional if using --here, or use '.' for current directory)"),
1217
-
ai_assistant: str=typer.Option(None, "--ai", help="AI assistant to use: claude, gemini, copilot, cursor-agent, qwen, opencode, codex, windsurf, kilocode, auggie, codebuddy, amp, shai, q, agy, bob, qodercli, or generic (requires --ai-commands-dir)"),
1224
+
ai_assistant: str=typer.Option(None, "--ai", help="AI assistant to use: claude, gemini, copilot, cursor-agent, qwen, opencode, codex, windsurf, kilocode, auggie, roo, codebuddy, amp, shai, q, agy, bob, pi, qodercli, or generic (requires --ai-commands-dir)"),
1218
1225
ai_commands_dir: str=typer.Option(None, "--ai-commands-dir", help="Directory for agent command files (required with --ai generic, e.g. .myagent/commands/)"),
1219
1226
script_type: str=typer.Option(None, "--script", help="Script type to use: sh or ps"),
1220
1227
ignore_agent_tools: bool=typer.Option(False, "--ignore-agent-tools", help="Skip checks for AI agent tools like Claude Code"),
0 commit comments