We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc820f commit ad7ffb3Copy full SHA for ad7ffb3
1 file changed
cmd/claude/launch.go
@@ -45,7 +45,7 @@ func init() {
45
launchCmd.Flags().IntP("timeout", "t", 600, "Session timeout in seconds")
46
launchCmd.Flags().BoolP("stealth", "s", false, "Launch browser in stealth mode")
47
launchCmd.Flags().BoolP("headless", "H", false, "Launch browser in headless mode")
48
- launchCmd.Flags().String("url", "https://claude.ai", "Initial URL to navigate to")
+ launchCmd.Flags().String("url", "", "Initial URL to navigate to (optional)")
49
launchCmd.Flags().Bool("chat", false, "Start interactive chat after launch")
50
launchCmd.Flags().String("viewport", "", "Browser viewport size (e.g., 1920x1080@25)")
51
0 commit comments