Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def config(
def run(
branch: str = typer.Argument(
...,
help="Branch name of current run",
help="Branch for the agent to commit changes",
),
override_previous_changes: bool = typer.Option(
False,
Expand Down
Loading