You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promptstring`json:"prompt" jsonschema:"User prompt for the developer agent."`
24
-
InitProjectbool`json:"init_project,omitempty" jsonschema:"Set to true if the prompt is provided as part of project initialization. Should only be used when the project directory contains an empty project (except for the boilerplate generated by UnpackEmpty)."`
25
-
CurrentFilePathstring`json:"current_file_path,omitempty" jsonschema:"Optional path to the file that the user is currently viewing/editing."`
23
+
Promptstring`json:"prompt" jsonschema:"User prompt for the developer agent."`
24
+
InitProjectbool`json:"init_project,omitempty" jsonschema:"Set to true if the prompt is provided as part of project initialization. Should only be used when the project directory contains an empty project (except for the boilerplate generated by UnpackEmpty)."`
25
+
CurrentFilePathstring`json:"current_file_path,omitempty" jsonschema:"Optional path to the file that the user is currently viewing/editing."`
26
+
EnableCheckpointCommitsbool`json:"enable_checkpoint_commits,omitempty" jsonschema:"If true, the developer agent will automatically commit checkpoints before any write is triggered."`
0 commit comments