Clarify Agentbox names and invariants

Co-authored-by: codegirl007 <codegirl-007@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-08-18 06:05:46 +00:00
co-authored by codegirl007
parent 4d2fb4a733
commit e702497996
11 changed files with 35 additions and 19 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func Run(ctx context.Context, config Config) (runErr error) {
if err := config.Environment.Launch(ctx, config.Command); err != nil {
return err
}
fmt.Fprintln(config.Output, "Agent attached.")
fmt.Fprintln(config.Output, "Agent loop started.")
var stepHistory []agent.Step
var actionHistory []environment.InputAction