一键导入
commit
// Commit the staged changes. If there are no staged changes, stage all changes first.
// Commit the staged changes. If there are no staged changes, stage all changes first.
Autonomously create a plan, consult Gemini and Codex for improvements, apply feedback, and implement. No user interaction - uses best judgment throughout.
Turn an idea into a concrete design through structured dialogue.
Gemini and Codex collaboratively brainstorm solutions, building on each other's ideas across rounds. Agent synthesizes the best ideas into a plan.
Claude brainstorms with an opponent LLM (Gemini or Codex) in alternating turns, building on each other's ideas. Synthesizes the best ideas into a plan.
Consult Gemini and Codex for high-level planning, synthesize into a detailed plan, implement, then get final review. No user interaction.
Consult an external LLM with the user's query.
| name | commit |
| description | Commit the staged changes. If there are no staged changes, stage all changes first. |
| allowed-tools | Bash |
| disable-model-invocation | true |
Run git status, git diff, and git diff --cached in parallel to understand
the current state. Then: