Review and manage code changes generated by the AI agent
Type | Meaning | Example |
---|---|---|
Added lines | New code additions | + const newVariable = ‘hello’; |
Deleted lines | Code removals | - const oldVariable = ‘goodbye’; |
Context lines | Unchanged surrounding code | function example() |