feat: metrics capabilities (#8318)

Add metrics capabilities to Codex. The `README.md` is up to date.

This will not be merged with the metrics before this PR of course:
https://github.com/openai/codex/pull/8350
This commit is contained in:
jif-oai
2026-01-08 11:47:36 +00:00
committed by GitHub
parent 8a0c2e5841
commit 634650dd25
41 changed files with 1946 additions and 228 deletions

View File

@@ -0,0 +1,2 @@
mod harness;
mod suite;