Change sets are snapshots of file changes captured during task execution. Each sync produces a new change set so you can review progress over time.Documentation Index
Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
Use this file to discover all available pages before exploring further.
What a change set includes
- File change list
- Unified and split diffs
- Line additions and deletions
- Optional pull request metadata
Diff views
You can review changes with:- Split diff: side-by-side view
- Unified diff: single stream view
Copy helpers
From the task header menu you can:- Copy patch
- Copy git apply
Tips for reviews
- Focus on the latest change set first.
- Validate high-impact files before opening a PR.
- Use additions/deletions to understand scope quickly.