بنقرة واحدة
بنقرة واحدة
| name | commit |
| description | Commit local changes without pushing. |
| disable-model-invocation | true |
Commits local changes to the current branch. Does not push or create a PR.
Run git status --porcelain and inspect the output:
git add -A first.git add -A to stage
everything, then commit.Read the staged diff (git diff --cached) and generate a commit message
following the project's commit conventions. If no convention is found, default
to a concise English message under 120 characters ending with a period, with no other punctuation, focusing on user-perceivable changes.
Commit, then output a single line in the format:
已提交 {short_hash}:{commit message}
If the user chose partial, also inform them that unstaged changes remain and were not included in this commit.
Automated code review and fix for local branches, PRs, commits, and files. Supports single-agent interactive fix and multi-agent adversarial review with auto-fix.
Analyze branch commits and consolidate iterative modifications.
Accept screenshot baseline changes and commit the updated version.json.
Commit and push changes, then create a new PR or append to an existing one.