Skip to content

Commit dea0180

Browse files
committed
Revert comment
1 parent cdc894e commit dea0180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experimental/aitools/cmd/install.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ func newInstallCmd() *cobra.Command {
2626
}
2727

2828
func runInstall(ctx context.Context) error {
29-
// Check if we can show interactive prompts
30-
// If not, try auto-installing for known agents
29+
// Check for non-interactive mode with agent detection
30+
// If running in an AI agent, install automatically without prompts
3131
if !cmdio.IsPromptSupported(ctx) {
3232
if os.Getenv("CLAUDECODE") != "" {
3333
if err := agents.InstallClaude(); err != nil {

0 commit comments

Comments
 (0)