You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Flag for allowing ports to the host gateway (for GitHub Actions services) exists in implementation but appears in no documentation
Description in code: "Ports to allow ONLY to host gateway (for GitHub Actions services). Bypasses dangerous port restrictions. Auto-enables host access. WARNING: Allowing port 22 grants SSH access to the host."
Suggestion: Add to both usage.md (in the "Network & Security" section near --enable-host-access) and to cli-reference.md summary table. Include the security warning.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
📊 Summary
.option()calls insrc/cli.tsdocs/usage.mddocs-site/.../cli-reference.mdsummary table✅ Flag Coverage Status
Main Command Flags
cli.tsusage.mdcli-reference.mdREADME.md-d, --allow-domains--allow-domains-file--ruleset-file--block-domains--block-domains-file--ssl-bump--allow-urls-b, --build-local--agent-image--image-registry--image-tag--skip-pull-e, --env--env-all--exclude-env--env-file-v, --mount--container-workdir--memory-limit--tty--dns-servers--dns-over-https--enable-host-access--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--rate-limit-rpm--rate-limit-rph--rate-limit-bytes-pm--no-rate-limit--log-level-k, --keep-containers--agent-timeout--work-dir--proxy-logs-dir--audit-dirSubcommands
cli.tsusage.mdcli-reference.mdpredownloadlogslogs statslogs summarylogs audit🔴 High Priority
Issue 1 —
--memory-limitdefault mismatchdocs/usage.mdline 83(default: 6g)— as coded insrc/cli.ts:1296(default: 2g)inusage.mdusage.mdto--memory-limit (limit) Memory limit for the agent container (default: 6g)Issue 2 —
--allow-host-service-portscompletely undocumentedsrc/cli.ts:1324–1330usage.md(in the "Network & Security" section near--enable-host-access) and tocli-reference.mdsummary table. Include the security warning.Issue 3 —
predownloadsubcommand completely undocumentedsrc/cli.ts:1963–1979awf predownloadsubcommand for pre-pulling Docker images has no documentation in any user-facing doc--image-registry,--image-tag,--agent-image,--enable-api-proxy## Subcommands → awf predownloadsection tocli-reference.mdand a note inusage.mdIssue 4 —
logs auditsubcommand completely undocumentedsrc/cli.ts:2066–2096awf logs auditsubcommand is not documented in eitherusage.mdorcli-reference.md--format,--source,--rule,--domain,--decisioncli-reference.mdandusage.md🟡 Medium Priority
Issue 5 —
--env-filecompletely undocumentedsrc/cli.ts:1279–1282usage.mdandcli-reference.mdnear the--envand--env-allflagsIssue 6 —
--audit-dircompletely undocumentedsrc/cli.ts:1413–1416usage.md(Logging & Debug section) andcli-reference.mdIssue 7 —
--openai-api-base-pathand--anthropic-api-base-pathundocumentedsrc/cli.ts:1360–1371--openai-api-base-path— "Base path prefix for OpenAI API requests (e.g. /serving-endpoints for Databricks)"--anthropic-api-base-path— "Base path prefix for Anthropic API requests (e.g. /anthropic)"usage.mdAPI proxy section andcli-reference.mdIssue 8 —
--exclude-envmissing fromusage.mdsrc/cli.ts:1273–1278cli-reference.mdbut absent fromusage.mdoption listing--exclude-env (name)to theusage.mdoptions block, near--env-all🔵 Low Priority
Issue 9 — Many flags absent from
cli-reference.mdsummary tableThe following flags are documented in
usage.mdbut not in thecli-reference.mdsummary table:--ruleset-file--memory-limit--dns-over-https--enable-dind--enable-dlp--enable-api-proxy--copilot-api-target--openai-api-target--anthropic-api-target--rate-limit-rpm--rate-limit-rph--rate-limit-bytes-pm--no-rate-limit--agent-timeoutcli-reference.mdOptions Summary table with a short description.Issue 10 —
--image-tagdescription inconsistency withincli.tssrc/cli.ts:1248–1253(main command) vssrc/cli.ts:1972(predownload subcommand)--image-tagapplies to all three images (squid, agent, api-proxy)--image-tagdescription to say "Container image tag (applies to squid, agent, and api-proxy images)"📋 Recommendations
--memory-limitdefault inusage.md: change(default: 2g)→(default: 6g)(src/cli.ts:1296confirms'6g')predownloadandlogs auditsubcommands incli-reference.mdandusage.md--allow-host-service-portswith its security warning in both docs--env-file,--audit-dir,--openai-api-base-path,--anthropic-api-base-pathto docs--exclude-envtousage.mdoption listing (already incli-reference.md)cli-reference.mdsummary table to include the ~14 flags currently omitted--image-tagdescription in main command to mention all three images (not just squid/agent)📁 Files Analyzed
src/cli.ts.option()calls, 5 subcommandsdocs/usage.mddocs-site/src/content/docs/reference/cli-reference.mdREADME.mdAGENTS.mdCLAUDE.mdBeta Was this translation helpful? Give feedback.
All reactions