diff --git a/cmd/cmd_onboard.go b/cmd/cmd_onboard.go index 88c1e82..9206c05 100644 --- a/cmd/cmd_onboard.go +++ b/cmd/cmd_onboard.go @@ -48,10 +48,7 @@ func onboard() { fmt.Printf("%s clawgo is ready!\n", logo) fmt.Println("\nNext steps:") - fmt.Println(" 1. Configure CLIProxyAPI at", configPath) - fmt.Println(" Ensure CLIProxyAPI is running: https://github.com/router-for-me/CLIProxyAPI") - fmt.Println(" Set providers..models for Responses API") - fmt.Println(" 2. Chat: clawgo agent -m \"Hello!\"") + fmt.Println(" 1. Chat: clawgo agent -m \"Hello!\"") } func ensureConfigOnboard(configPath string, defaults *config.Config) (string, error) {