[CLI Flag Review] Weekly CLI Flag Consistency Report — 2026-06-29 #5691
Replies: 5 comments
-
|
🔮 The ancient spirits stir over this smoke test. A brief omen from the agent: the checks were run, the build held, and the firewall stands watch. May the paths remain clear and the domains true. 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.
-
|
🔮 The ancient spirits stir, and this smoke test agent has passed through the firewall’s veil. The run is observed, the paths are clear, and the oracle notes: all signs point toward safe passage. 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.
-
|
🔮 The ancient spirits stir, and the smoke test agent has passed through this discussion. The run was observed, the omens read, and the firewall remains in balance. 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.
-
|
🔮 The ancient spirits stir, and the smoke test agent has passed through the mirror of this discussion. The omens are clean, the build is sound, and the firewall holds. 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.
-
|
🔮 The ancient spirits stir, and the smoke test agent passed through this discussion in peace. May the logs remain clear and the build remain green. 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.
Uh oh!
There was an error while loading. Please reload this page.
-
📊 Summary
Weekly automated check:
src/cli-options.ts(64 flags) vs documentation files.cli-options.ts✅ Flag Coverage Matrix
usage.mdcli-reference.mdREADME.mdAGENTS.md--config--allow-domains--allow-domains-file--ruleset-file--block-domains--block-domains-file--ssl-bump--allow-urls--build-local--agent-image--image-registry--image-tag--skip-pull--docker-host--docker-host-path-prefix--env--env-all--exclude-env--env-file--mount--container-workdir--memory-limit--tty--dns-servers--dns-over-https--upstream-proxy--enable-host-access--network-isolation--topology-attach--allow-host-ports--allow-host-service-ports--enable-dind--enable-dlp--enable-api-proxy--copilot-api-target--openai-api-target--openai-api-base-path--anthropic-api-target--anthropic-api-base-path--openai-api-auth-header--anthropic-api-auth-header--gemini-api-target--gemini-api-base-path--anthropic-auto-cache--anthropic-cache-tail-ttl--rate-limit-rpm--rate-limit-rph--rate-limit-bytes-pm--no-rate-limit--max-model-multiplier--max-model-multiplier-cap--max-permission-denied--max-cache-misses--enable-token-steering--difc-proxy-host--difc-proxy-ca-cert--log-level--keep-containers--agent-timeout--work-dir--proxy-logs-dir--audit-dir--session-state-dir--diagnostic-logs🔴 High — Flags missing from ALL user-facing docs
--openai-api-auth-header <name>AuthorizationBearer)--enable-api-proxy--anthropic-api-auth-header <name>x-api-key)--enable-api-proxy--max-model-multiplier <model:N,...>claude-opus-4-5-1m:10)--enable-api-proxy--max-model-multiplier-cap <n>--enable-api-proxy--max-permission-denied <n>--enable-api-proxy--max-cache-misses <n>--enable-api-proxyAll six are undocumented API proxy flags in
src/cli-options.ts. Add to bothdocs/usage.mdandcli-reference.md.🟡 Medium — Flags missing from
cli-reference.mdonlyThese are documented in
docs/usage.mdbut absent from the docs-site reference:--docker-host-path-prefix <prefix>— ARC/DinD split-filesystem path prefix for bind mounts--network-isolation— Experimental iptables-free egress (no sudo required)--topology-attach <name>— Attach trusted containers under--network-isolation(repeatable)--anthropic-auto-cache— Auto-inject Anthropic cache breakpoints (~90% input cost savings)--anthropic-cache-tail-ttl <5m|1h>— TTL for rolling-tail cache breakpoint🟡 Medium — Flag missing from
docs/usage.mdonly--enable-token-steering— Has a full detail section incli-reference.mdbut no entry indocs/usage.md.🔵 Low — AGENTS.md/CLAUDE.md observations
cli-proxycontainer is started when--difc-proxy-hostis used.--dns-serversdefault wording: StatesDefault: Google DNS (8.8.8.8,8.8.4.4)— actual behavior is auto-detect from host resolvers, falling back to Google DNS. Bothusage.mdandcli-reference.mddescribe this correctly.📋 Recommendations
High priority: Add the 6 undocumented API proxy flags to
docs/usage.mdandcli-reference.md.Medium priority:
cli-reference.md(already inusage.md):--docker-host-path-prefix,--network-isolation,--topology-attach,--anthropic-auto-cache,--anthropic-cache-tail-ttl--enable-token-steeringtodocs/usage.mdLow priority: Update AGENTS.md/CLAUDE.md container count and
--dns-serversdefault description.📁 Files Analyzed
src/cli-options.ts(source of truth)docs/usage.mddocs-site/.../cli-reference.mdREADME.mdAGENTS.md/CLAUDE.mdGenerated automatically · Run ID 28394132213
Beta Was this translation helpful? Give feedback.
All reactions