Skip to content

fix(chat): show Codex file edit stats - #66

Merged
incognitojam merged 1 commit into
mainfrom
t3code/codex-file-edit-stats
Aug 9, 2026
Merged

fix(chat): show Codex file edit stats#66
incognitojam merged 1 commit into
mainfrom
t3code/codex-file-edit-stats

Conversation

@incognitojam

Copy link
Copy Markdown
Collaborator

Codex file-change tool calls rendered through the rich file-change row added in #60, but they did not include addition and deletion counts because Codex reports changes in a different payload shape.

Derive compact line stats from Codex add, delete, and unified update diffs during activity projection, while continuing to omit the full diff from the client payload. This keeps the existing shared renderer unchanged and adds one focused projection regression test.

Verification:

  • vp test run apps/server/src/orchestration/ActivityPayloadProjection.test.ts
  • vp lint packages/shared/src/toolActivity.ts apps/server/src/orchestration/ActivityPayloadProjection.test.ts
  • vp run -F @t3tools/shared -F t3 --fail-if-no-match typecheck
  • vp fmt packages/shared/src/toolActivity.ts apps/server/src/orchestration/ActivityPayloadProjection.test.ts

Implemented with GPT-5.6-sol in the Codex harness through T3 Code.

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:M labels Aug 9, 2026
@incognitojam
incognitojam merged commit b2fa851 into main Aug 9, 2026
14 checks passed
@incognitojam
incognitojam deleted the t3code/codex-file-edit-stats branch August 9, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant