x: add experimental agent loop (#13628)

This commit is contained in:
Parth Sareen
2026-01-05 23:38:40 -08:00
committed by GitHub
parent 6c3faafed2
commit 76912c062a
12 changed files with 2483 additions and 24 deletions

View File

@@ -40,6 +40,7 @@ func generateInteractive(cmd *cobra.Command, opts runOptions) error {
fmt.Fprintln(os.Stderr, " /bye Exit")
fmt.Fprintln(os.Stderr, " /?, /help Help for a command")
fmt.Fprintln(os.Stderr, " /? shortcuts Help for keyboard shortcuts")
fmt.Fprintln(os.Stderr, "")
fmt.Fprintln(os.Stderr, "Use \"\"\" to begin a multi-line message.")