Skip to content

Commit 1052abd

Browse files
authored
Merge pull request #92 from ndycode/feat/codex-ops-json-visibility
add json ops output and routing visibility
2 parents 06fa0ae + 601126a commit 1052abd

3 files changed

Lines changed: 1398 additions & 64 deletions

File tree

docs/troubleshooting.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ codex-doctor --fix
1515
codex-next
1616
```
1717

18+
For machine-readable automation or CI checks, these read-only tools also accept `format="json"`:
19+
20+
```text
21+
codex-status format="json"
22+
codex-limits format="json"
23+
codex-health format="json"
24+
codex-next format="json"
25+
codex-list format="json"
26+
codex-dashboard format="json"
27+
codex-metrics format="json"
28+
codex-doctor deep=true format="json"
29+
```
30+
1831
---
1932

2033
## Known Limitations

0 commit comments

Comments
 (0)