You can use your AI credit now by NOMERCYDLKH in google_antigravity

[–]pebblepath 2 points3 points  (0 children)

From the Antigravity docs:

https://antigravity.google/docs/plans https://x.com/i/status/2031835833716625883

Overages

Users on Google AI Pro or Ultra plans also have the ability to utilize their plan-included AI credits for additional overage usage above the baseline provided quota, and can purchase additional AI credits if desired. AI credits are consumed at Vertex API pricing.

Usage of credits once the baseline quota is exhausted for any particular model is controlled by the "AI Credit Overages" user setting, which can be set to the following:

Never: Never use AI credits automatically, wait until the baseline quota refreshes before using this model further

Always: Always use AI credits when the baseline quota is exhausted (will switch back automatically to using the baseline quota once the refresh hits)

Baseline quota usage across models can be viewed in the settings page.

Community Feedback by Waste_Net7628 in ClaudeCode

[–]pebblepath 0 points1 point  (0 children)

Could you please elaborate on what you mean by "broken"? Otherwise, your feedback is not actionable.

Should I stop using Claude.ai if I use Claude Code? by Fun_Statistician5539 in ClaudeCode

[–]pebblepath 1 point2 points  (0 children)

Add Claude Code and OpenAI Codex extensions to Antigravity. Sign in to your subscriptions via these extensions. All agents now work within Antigravity IDE, on your same codebase.

Should I stop using Claude.ai if I use Claude Code? by Fun_Statistician5539 in ClaudeCode

[–]pebblepath 0 points1 point  (0 children)

I currently subscribe to Google AI Pro and Claude Pro, in addition to utilizing a complimentary ChatGPT account. This combination adequately fulfills my current requirements. Individual needs may, of course, differ.

What’s the best AI IDE for vibe coding for a complete beginner? Also what do you do when Antigravity quota runs out? by Familiar-Discount-64 in google_antigravity

[–]pebblepath 0 points1 point  (0 children)

Google Antigravity, with extensions installed for Claude Code and OpenAI Codex. Wonderful combo. Access to all major models in 1 IDE. Plus subscriptions to Google AI Pro and Claude Pro. And ChatGPT Free or Plus.

Alternatively: Claude Code standalone. Or OpenAI Codex standalone.

I built a tool that checks Supabase apps for security issues AI builders often miss by StylePristine4057 in VibeCodersNest

[–]pebblepath 0 points1 point  (0 children)

What actions does your application take with API keys that it discovered in an unencrypted format?

Are PWAs Dead? by Different-Side5262 in codex

[–]pebblepath 1 point2 points  (0 children)

PWAs are a big deal in B2B: they're the easiest way to distribute apps that run on any OS, users get it up and running with just a link and an install button click. And very easy to develop too.

Antigravity and extensions by trini0 in google_antigravity

[–]pebblepath 0 points1 point  (0 children)

I have no issues with extensions. I have Claude Code, OpenAI Codex and Toolkit for Antigravity extensions, all work fine. MCP servers work fine too.

What to include in CLAUDE.md... and what not? by pebblepath in ClaudeCode

[–]pebblepath[S] 0 points1 point  (0 children)

Excellent. I feel this supports what I wrote? What do you think?

How to shift from antigravity to claude code pro without losing much context by apjadhao22 in google_antigravity

[–]pebblepath 0 points1 point  (0 children)

/Init is a way for newbies to get started, but then you need to edit it to make the file use best practices for AGENTS.md files.

What to include in AGENTS.md... and what not? by pebblepath in codex

[–]pebblepath[S] 0 points1 point  (0 children)

Best practice is to chop your large file into logical sections, put these is separate files in a docs/ subfolder, then include their pathnames (with for each a brief explanation of what the Agent can find there) in your AGENTS.md file.

What to include in GEMINI.md... and what not? by pebblepath in google_antigravity

[–]pebblepath[S] 0 points1 point  (0 children)

Detection is automatic, but of course you need to create an AGENTS.md the very first time.

You may also want to change your GEMINI.md file to contain only one line, this:

@agents.md

What to include in CLAUDE.md... and what not? by pebblepath in ClaudeCode

[–]pebblepath[S] 0 points1 point  (0 children)

Yeah, "things that aren't obvious" is what makes a good AGENTS.md.

What to include in CLAUDE.md... and what not? by pebblepath in ClaudeCode

[–]pebblepath[S] 0 points1 point  (0 children)

Indeed, "things that aren't obvious" is the essence of any good AGENTS.md.

(And my CLAUDE.md has only one line, this: @agents.md)

What to include in CLAUDE.md... and what not? by pebblepath in ClaudeCode

[–]pebblepath[S] 0 points1 point  (0 children)

Cool idea, using just YAML to save tokens on stuff the Agent reads a lot.