docs: add account suspension risk warning to Antigravity provider docs
Google has been actively enforcing its ToS against programmatic use of Google Cloud Code Assist outside of its intended IDE plugin context. Users risk Google account suspension when using this integration at scale or in server/automated environments. Add prominent WARNING callouts to both ANTIGRAVITY_USAGE.md and ANTIGRAVITY_AUTH.md to inform users of this risk and recommend switching to a paid provider for production usage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b8f8e3f25f
commit
fa0d5626a0
2 changed files with 17 additions and 0 deletions
|
|
@ -4,6 +4,13 @@
|
||||||
|
|
||||||
**Antigravity** (Google Cloud Code Assist) is a Google-backed AI model provider that offers access to models like Claude Opus 4.6 and Gemini through Google's Cloud infrastructure. This document provides a complete guide on how authentication works, how to fetch models, and how to implement a new provider in PicoClaw.
|
**Antigravity** (Google Cloud Code Assist) is a Google-backed AI model provider that offers access to models like Claude Opus 4.6 and Gemini through Google's Cloud infrastructure. This document provides a complete guide on how authentication works, how to fetch models, and how to implement a new provider in PicoClaw.
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> **Account Suspension Risk / 账号封禁风险**
|
||||||
|
>
|
||||||
|
> Google has been actively enforcing its Terms of Service against programmatic or large-scale use of Google Cloud Code Assist outside of its intended IDE plugin context. **Your Google account may be suspended if you use this integration heavily or in automated/server environments.**
|
||||||
|
>
|
||||||
|
> Use this provider for testing and evaluation only. For any sustained or production usage, switch to a provider with an explicit API agreement (e.g., Anthropic, OpenAI, OpenRouter).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
This guide explains how to set up and use the **Antigravity** (Google Cloud Code Assist) provider in PicoClaw.
|
This guide explains how to set up and use the **Antigravity** (Google Cloud Code Assist) provider in PicoClaw.
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> **Account Suspension Risk / 账号封禁风险**
|
||||||
|
>
|
||||||
|
> Google has been actively enforcing its Terms of Service for Google Cloud Code Assist. Using this provider to access AI models beyond the intended scope of the service may result in **suspension or termination of your Google account**.
|
||||||
|
>
|
||||||
|
> - This integration relies on the free quota provided by Google Cloud Code Assist, which is intended for individual developer use within IDE plugins.
|
||||||
|
> - Using it programmatically at scale or in automated/server environments may violate [Google Cloud Terms of Service](https://cloud.google.com/terms/).
|
||||||
|
> - Many users have reported account restrictions after heavy usage. Proceed at your own risk.
|
||||||
|
> - For production or high-volume usage, consider using a paid API key from a supported provider (Anthropic, OpenAI, OpenRouter, etc.).
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
1. A Google account.
|
1. A Google account.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue