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
if(!CLOUDFLARE_API_TOKEN||!CLOUDFLARE_ACCOUNT_ID)console.warn("WARNING: CLOUDFLARE_API_TOKEN/CLOUDFLARE_ACCOUNT_ID not set. Cloudflare tools will fail.");
168
171
if(!CONTEXT7_API_KEY)console.warn("NOTE: CONTEXT7_API_KEY is not set. Context7 tools will work but at lower, unauthenticated rate limits.");
169
172
if(!GEMINI_API_KEY)console.warn("WARNING: GEMINI_API_KEY is not set. delegate_agent will fail entirely, and delegate_research's precision mode (url+question) will fail (wide mode is Exa-backed and unaffected).");
173
+
if(!JULES_API_KEY)console.warn("WARNING: JULES_API_KEY is not set. jules_* tools will fail.");
170
174
if(!MCP_SHARED_KEY)console.warn("WARNING: MCP_SHARED_KEY is not set. The /mcp, /mcp/:key, and / endpoints are OPEN to anyone who has the URL.");
171
175
if(!GITHUB_APP_ID||!GITHUB_APP_INSTALLATION_ID||!GITHUB_APP_PRIVATE_KEY)console.warn("NOTE: GITHUB_APP_ID/GITHUB_APP_INSTALLATION_ID/GITHUB_APP_PRIVATE_KEY not fully set. get_repo_clone_token (private-repo sandbox clone) will fail until the GitHub App is configured.");
0 commit comments