Expand description
Turn Diff Tracker (from Codex)
Aggregates file diffs across multiple apply_patch tool calls within a turn. This provides a unified view of all changes made during a conversation turn.
Supports Agent Trace attribution tracking for AI-generated code.
Structs§
- Change
Attribution - Attribution information for a file change (Agent Trace compatible).
- File
Change - File change types (from Codex protocol)
- Turn
Diff Tracker - Turn diff tracker for aggregating changes (from Codex)
Enums§
- File
Change Kind - Kind of file change.
Functions§
- new_
shared_ tracker - Create a new shared diff tracker
Type Aliases§
- Shared
Turn Diff Tracker - Shared turn diff tracker (thread-safe) (from Codex)