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
Add /simplify to ask the current Agent to simplify code and improve readability while preserving existing behavior.
Support current changes, staged changes only, changes relative to a specified commit, and selected files or directories.
Support untracked new files and file paths containing Chinese characters or spaces.
In default mode, review the most recent commit when there are no current changes.
Stop the task if Git fails, times out, returns incomplete output, or files change during collection. Retry with a smaller scope or after editing has finished.
In staged-only mode, ask you to resolve any unstaged changes in the selected files before proceeding.
Known Issues
When there are no eligible code lines to simplify, the Agent does not start. Some host interfaces may not display the result, making the command appear unresponsive.