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
Reviewed recent issues for documentation problems and cross-referenced current docs. I found 2 open documentation gaps and 1 closed issue that is already answered by existing docs.
Antigravity 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 path". Current docs under docs/src/content/docs/reference/engines.md, docs/src/content/docs/reference/auth.mdx, and docs/src/content/docs/setup/cli.md cover engine secrets and troubleshooting generally, but I did not find any Antigravity-specific non-interactive/headless auth guidance for CI.
If we want to reduce recurring doc-gap reports, the next best updates are: document the ignored frontmatter field in the Frontmatter reference, and add an Antigravity CI auth troubleshooting note to the engine/auth docs.
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:
Summary
Reviewed recent issues for documentation problems and cross-referenced current docs. I found 2 open documentation gaps and 1 closed issue that is already answered by existing docs.
Issues
user-invokableignored frontmatter field for Copilot custom-agent interop #35506: "Document theuser-invokableignored frontmatter field for Copilot custom-agent interop". Current docs underdocs/src/content/docs/reference/frontmatter.mdanddocs/src/content/docs/reference/copilot-custom-agents.mddo not mention the ignored-field behavior. The only explicit reference is in code/comments (pkg/constants/constants.go:307-309).docs/src/content/docs/reference/engines.md,docs/src/content/docs/reference/auth.mdx, anddocs/src/content/docs/setup/cli.mdcover engine secrets and troubleshooting generally, but I did not find any Antigravity-specific non-interactive/headless auth guidance for CI.docs/src/content/docs/setup/quick-start.mdx:121-127, which links directly to the Frontmatter reference on first use.Assessment
user-invokableignored frontmatter field for Copilot custom-agent interop #35506 or Antigravity engine: CI fails with API key; need documented non-interactive auth path #35818.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.