--- name: diff description: Submit working-tree changes to the cueloop changes panel. Use when the user asks to review your code changes or before committing substantial agent-authored changes. --- # cueloop diff Capture the working-tree patch, including untracked files, through the harness's cueloop `diff` workflow when available. Submit full changed-file contents so hunk curation stays applyable. Otherwise, write a complete patch to a file and run `cueloop session create --type diff --content-file `. The CLI path has no file snapshots, so hunk curation is unavailable. Give the user the returned Thread ID and collect the Message with `cueloop session wait --timeout-ms 60000`, repeating while pending. File notes may explain intent in plain prose; they are context, not reviewer feedback. If changes are requested, fix each cited line and submit an updated diff for review with `cueloop session submit-revision --content-file ` on the CLI path.