Skip to main content

Module turn_diff_tracker

Module turn_diff_tracker 

Source
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§

ChangeAttribution
Attribution information for a file change (Agent Trace compatible).
FileChange
File change types (from Codex protocol)
TurnDiffTracker
Turn diff tracker for aggregating changes (from Codex)

Enums§

FileChangeKind
Kind of file change.

Functions§

new_shared_tracker
Create a new shared diff tracker

Type Aliases§

SharedTurnDiffTracker
Shared turn diff tracker (thread-safe) (from Codex)