Skip to content

Commit 80ef971

Browse files
committed
Remove README limitation section
1 parent 6e86a5f commit 80ef971

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ The postmortem is redacted by default. It shows:
6161
- local token and cost estimates
6262
- important signals, like high context use or model mismatch
6363
- tool calls the model tried to make
64-
- caveats about what Codex Blackbox could not see
6564

6665
Example:
6766

@@ -112,22 +111,6 @@ Codex Blackbox can report what it observed during the model run:
112111
- did the run show context pressure, model mismatch, or accounting oddities?
113112
- which tools did the model try to call?
114113

115-
## What It Cannot Tell You
116-
117-
Codex Blackbox does not see everything Codex does locally.
118-
119-
It cannot prove:
120-
121-
- whether a local tool call succeeded or failed
122-
- whether an MCP server started, stopped, or failed
123-
- whether a skill loaded or failed
124-
- why a permission was approved or denied
125-
- provider quota, cap, or rate-limit state
126-
- cache TTL, cache expiry, or cache rebuild timing
127-
128-
When the report lists tool calls, read that as "the model tried to call this
129-
tool", not "the tool succeeded".
130-
131114
## Common Commands
132115

133116
```bash

0 commit comments

Comments
 (0)