We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc894e commit dea0180Copy full SHA for dea0180
experimental/aitools/cmd/install.go
@@ -26,8 +26,8 @@ func newInstallCmd() *cobra.Command {
26
}
27
28
func runInstall(ctx context.Context) error {
29
- // Check if we can show interactive prompts
30
- // If not, try auto-installing for known agents
+ // Check for non-interactive mode with agent detection
+ // If running in an AI agent, install automatically without prompts
31
if !cmdio.IsPromptSupported(ctx) {
32
if os.Getenv("CLAUDECODE") != "" {
33
if err := agents.InstallClaude(); err != nil {
0 commit comments