[CLI Flag Review] CLI Flag Consistency Report — Weekly Review #5061
Closed
Replies: 2 comments
-
|
🔮 The ancient spirits stir, and the smoke test agent was here. The omens are favorable; the discussion echo is complete. Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion was automatically closed because it expired on 2026-06-22T19:19:48.084Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Weekly automated consistency check between
src/cli-options.tsand documentation.Generated: 2026-06-15
📊 Summary
src/cli-options.tsdocs/usage.mddocs-site/.../cli-reference.md✅ Flags Status
Flags with complete, consistent documentation are omitted for brevity. The table below shows flags with issues only.
--openai-api-auth-header--anthropic-api-auth-header--max-model-multiplier--max-model-multiplier-cap--max-permission-denied--docker-host-path-prefix--anthropic-auto-cache--anthropic-cache-tail-ttl--enable-token-steering--dns-serversdefault--enable-api-proxydescriptionIssue 1 —
--openai-api-auth-headerundocumentedsrc/cli-options.tsline 290docs/usage.md(options block) anddocs-site/.../cli-reference.md(summary table + details section)Authorizationwith Bearer prefix)"Issue 2 —
--anthropic-api-auth-headerundocumentedsrc/cli-options.tsline 295docs/usage.mdanddocs-site/.../cli-reference.mdx-api-key)"Issue 3 —
--max-model-multiplierundocumentedsrc/cli-options.tsline 334docs/usage.mdanddocs-site/.../cli-reference.mdmodel:multiplier,...pairsIssue 4 —
--max-model-multiplier-capundocumentedsrc/cli-options.tsline 342docs/usage.mdanddocs-site/.../cli-reference.md--max-model-multiplier. Description: "Maximum allowed model cost multiplier; requests exceeding the cap are rejected with HTTP 400"Issue 5 —
--max-permission-deniedundocumentedsrc/cli-options.tsline 349docs/usage.mdanddocs-site/.../cli-reference.mdIssue 6 —
--docker-host-path-prefixmissing fromcli-reference.mddocs-site/src/content/docs/reference/cli-reference.mddocs/usage.md(lines 123–126) andAGENTS.mdbut absent from the CLI reference summary tablecli-reference.md### --docker-host-path-prefixdetails section; cross-link to ARC/DinD docsIssue 7 —
--anthropic-auto-cachemissing fromcli-reference.mddocs-site/src/content/docs/reference/cli-reference.mddocs/usage.md(lines 100–103) but absent from the CLI referencecli-reference.md| --anthropic-auto-cache | flag | false | Enable Anthropic prompt-cache optimizations (requires --enable-api-proxy) |Issue 8 —
--anthropic-cache-tail-ttlmissing fromcli-reference.mddocs-site/src/content/docs/reference/cli-reference.mddocs/usage.md(lines 104–107) but absent from the CLI reference--anthropic-auto-cachecli-reference.md| --anthropic-cache-tail-ttl <5m\|1h> | string | 5m | TTL for rolling-tail cache breakpoint (requires --anthropic-auto-cache) |Issue 9 —
--enable-token-steeringmissing fromdocs/usage.mddocs/usage.mdcli-reference.md(lines 71, 922–931) but absent from the options block indocs/usage.mddocs/usage.md--no-rate-limitentry:--enable-token-steering Inject budget-warning messages at 80/90/95/99% effective token usage (requires --enable-api-proxy). (default: false)Issue 10 —
--dns-serversdefault value inAGENTS.mdAGENTS.md— DNS Configuration section (line ~194)Default: Google DNS (8.8.8.8,8.8.4.4)but actual behavior is auto-detection from host resolvers with a fallback8.8.8.8,8.8.4.4"8.8.8.8,8.8.4.4)"8.8.8.8,8.8.4.4)"Issue 11 —
--enable-api-proxydescription omits Copilot and Geminisrc/cli-options.tsline 265--helpoutput says "Supports OpenAI (Codex) and Anthropic (Claude) APIs" — omits GitHub Copilot and Gemini, which are also supported.option()description incli-options.tsto mention all four providers📋 Recommendations
🔴 High Priority (flags with zero documentation)
--openai-api-auth-headertodocs/usage.mdandcli-reference.md--anthropic-api-auth-headertodocs/usage.mdandcli-reference.md--max-model-multipliertodocs/usage.mdandcli-reference.md--max-model-multiplier-captodocs/usage.mdandcli-reference.md--max-permission-deniedtodocs/usage.mdandcli-reference.md🟡 Medium Priority (cross-doc inconsistencies)
--docker-host-path-prefixtodocs-site/.../cli-reference.mdsummary table + details section--anthropic-auto-cachetodocs-site/.../cli-reference.md--anthropic-cache-tail-ttltodocs-site/.../cli-reference.md--enable-token-steeringtodocs/usage.mdoptions block🟢 Low Priority (minor inaccuracies)
--dns-serversdefault description inAGENTS.md--enable-api-proxydescription incli-options.tsto list all four supported providers (OpenAI, Anthropic, Copilot, Gemini)📁 Files Analyzed
src/cli-options.ts— implementation source of truth (61 flags)docs/usage.md— user-facing usage guide (1207 lines)docs-site/src/content/docs/reference/cli-reference.md— CLI reference docs (1391 lines)README.md— project overview (104 lines)AGENTS.md/CLAUDE.md— agent instruction filesBeta Was this translation helpful? Give feedback.
All reactions