fix¶
Ask an LLM to propose a fix for the last verification failure.
Syntax¶
Arguments¶
| Name | Required | Description |
|---|---|---|
error_file |
No | Path to error log; defaults to the last verify output |
Options¶
| Short | Long | Default | Description |
|---|---|---|---|
-y |
--yes |
False |
Skip confirmations |
Examples¶
Fix the most recent failure:
Fix a specific error log:
Apply suggestions without prompting:
Output Notes / Common Errors¶
- Only files inside the project root and with allowed extensions are sent to the model.
- Large files are skipped; the command lists which files are read.