Skip to content

Commit 10ebaf0

Browse files
committed
chore: clarify non-interactive init default integration
1 parent 1641602 commit 10ebaf0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/specify_cli/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ def init(
11651165
raise typer.Exit(1)
11661166
selected_ai = ai_assistant
11671167
elif not sys.stdin.isatty():
1168+
console.print("[dim]Non-interactive session detected: defaulting to 'copilot'. Use --integration to choose a different agent.[/dim]")
11681169
selected_ai = "copilot"
11691170
else:
11701171
# Create options dict for selection (agent_key: display_name)

0 commit comments

Comments
 (0)