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
f"Short alias for --integration. Choose: {', '.join(non_generic_agents)}, "
126
-
"or generic (requires --ai-commands-dir). Mutually exclusive with --integration."
126
+
"or generic (requires --ai-commands-dir). Equivalent to --integration; "
127
+
"do not combine them."
127
128
)
128
129
129
130
ifnotAI_ASSISTANT_ALIASES:
@@ -429,7 +430,7 @@ def init(
429
430
offline: bool=typer.Option(False, "--offline", help="Deprecated (no-op). All scaffolding now uses bundled assets.", hidden=True),
430
431
preset: str=typer.Option(None, "--preset", help="Install a preset during initialization (by preset ID)"),
431
432
branch_numbering: str=typer.Option(None, "--branch-numbering", help="Branch numbering strategy: 'sequential' (001, 002, …, 1000, … — expands past 999 automatically) or 'timestamp' (YYYYMMDD-HHMMSS)"),
432
-
integration: str=typer.Option(None, "--integration", help="Coding agent integration to use (e.g. --integration copilot). Equivalent to --ai; mutually exclusive with --ai."),
433
+
integration: str=typer.Option(None, "--integration", help="Coding agent integration to use (e.g. --integration copilot). --ai is a short alias for this option; do not combine them."),
433
434
integration_options: str=typer.Option(None, "--integration-options", help='Options for the integration (e.g. --integration-options="--commands-dir .myagent/cmds")'),
0 commit comments