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
The only Antigravity runtime guidance I found is in an ADR, not user-facing docs. This is a genuine documentation gap: add engine: antigravity, required secret/setup, and headless CI auth guidance (or explicitly note unsupported auth paths).
Net: 3 open issues, 2 partial-docs pointers, 1 clear public-docs gap. No issue was fully answerable from the current docs alone.
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
api.github.com
github.com
💡 Tip:api.github.com is blocked because GitHub API access uses the built-in GitHub tools by default. Instead of adding api.github.com to network.allowed, use tools.github.mode: gh-proxy for direct pre-authenticated GitHub CLI access without requiring network access to api.github.com:
tools:
github:
mode: gh-proxy
See GitHub Tools for more information on gh-proxy mode.
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Open documentation-related issues this morning:
[cli-tools-test] compile: --workflow-name CLI flag undocumented/incorrect (should be --workflows) #36076
compile: --workflow-name CLI flag undocumented/incorrect (should be --workflows)gh aw compilewith a positional workflow argument, not--workflow-name: https://github.com/github/gh-aw/blob/main/docs/src/content/docs/reference/compilation-process.md#L222-L240 and https://github.com/github/gh-aw/blob/main/docs/src/content/docs/setup/cli.md#L1-L24--workflowsor the command help text.[cli-tools-test] UX: Parameter naming inconsistency between
logs(--workflow_name) andcompile(--workflows) #35655UX: Parameter naming inconsistency between logs (--workflow_name) and compile (--workflows)logsexamples use.workflow_namein JSON output, while compile docs describe positional workflow names and theworkflowsarray mapping. See https://github.com/github/gh-aw/blob/main/docs/src/content/docs/reference/cost-management.md#L63-L73 and https://github.com/github/gh-aw/blob/main/docs/src/content/docs/reference/compilation-process.md#L222-L240Antigravity engine: CI fails with API key; need documented non-interactive auth path #35818
Antigravity engine: CI fails with API key; need documented non-interactive auth pathreference/engines.mdlists other engines but not Antigravity, andquick-start.mdxonly documentsANTHROPIC_API_KEY: https://github.com/github/gh-aw/blob/main/docs/src/content/docs/reference/engines.md#L14-L24 and https://github.com/github/gh-aw/blob/main/docs/src/content/docs/setup/quick-start.mdx#L84-L87engine: antigravity, required secret/setup, and headless CI auth guidance (or explicitly note unsupported auth paths).Net: 3 open issues, 2 partial-docs pointers, 1 clear public-docs gap. No issue was fully answerable from the current docs alone.
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
api.github.comgithub.com💡 Tip:
api.github.comis blocked because GitHub API access uses the built-in GitHub tools by default. Instead of addingapi.github.comtonetwork.allowed, usetools.github.mode: gh-proxyfor direct pre-authenticated GitHub CLI access without requiring network access toapi.github.com:See GitHub Tools for more information on
gh-proxymode.To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.