Skip to content

Record wall-clock duration in Codex visibility reports - #814

Merged
morluto merged 1 commit into
mainfrom
agent/record-codex-visibility-duration
Aug 8, 2026
Merged

Record wall-clock duration in Codex visibility reports#814
morluto merged 1 commit into
mainfrom
agent/record-codex-visibility-duration

Conversation

@morluto

@morluto morluto commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Summary

Closes #782.

Record a monotonic elapsed_seconds for each Codex command and aggregate it in the visibility-report summary. The report previously tracked tokens and MCP payloads but not elapsed wall time.

The duration is observational only: it does not affect classification, contract satisfaction, reward, timeout policy, or assurance. The shared ToolCommandResult contract remains unchanged.

Validation

  • make check-changed
  • make docs-linkcheck

Review notes

The summary is built by the same production helper exercised by the serialization test, so the reported aggregate cannot silently drift from the tested shape.

@morluto
morluto marked this pull request as ready for review August 8, 2026 07:06
@cursor

cursor Bot commented Aug 8, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@morluto
morluto merged commit 3fc7cad into main Aug 8, 2026
35 checks passed
@morluto
morluto deleted the agent/record-codex-visibility-duration branch August 8, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Codex visibility reports omit wall-clock duration needed for efficiency evaluation

1 participant