Spaces:
Paused
Paused
Mirrowel commited on
Commit Β·
efbd008
1
Parent(s): 0dbcf50
docs(readme): π improve Antigravity provider feature documentation
Browse filesRestructured the Antigravity provider description in the README for better clarity and readability:
- Converted the dense paragraph into a structured bullet list highlighting key features
- Separated thought signature caching, tool hallucination prevention, and thinking block sanitization into distinct points
- Replaced the informal troubleshooting note with a concise reference to dedicated documentation
- Added direct link to Antigravity documentation section for Claude extended thinking sanitization details
This change improves the discoverability of Antigravity's advanced features and provides a clearer path for users to understand Claude Sonnet 4.5 thinking mode limitations.
README.md
CHANGED
|
@@ -28,7 +28,11 @@ This project provides a powerful solution for developers building complex applic
|
|
| 28 |
- **OpenAI-Compatible Proxy**: Offers a familiar API interface with additional endpoints for model and provider discovery.
|
| 29 |
- **Advanced Model Filtering**: Supports both blacklists and whitelists to give you fine-grained control over which models are available through the proxy.
|
| 30 |
|
| 31 |
-
- **π Antigravity Provider**: Full support for Google's internal Antigravity API, providing access to Gemini 2.5, Gemini 3, and Claude Sonnet 4.5 models with advanced features
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
- **π Credential Prioritization**: Automatic tier detection and priority-based credential selection ensures paid-tier credentials are used for premium models that require them.
|
| 33 |
- **π Weighted Random Rotation**: Configurable credential rotation strategy - choose between deterministic (perfect balance) or weighted random (unpredictable, harder to fingerprint) selection.
|
| 34 |
- **π Enhanced Gemini CLI**: Improved project discovery, paid vs free tier detection, and Gemini 3 support with thoughtSignature caching.
|
|
|
|
| 28 |
- **OpenAI-Compatible Proxy**: Offers a familiar API interface with additional endpoints for model and provider discovery.
|
| 29 |
- **Advanced Model Filtering**: Supports both blacklists and whitelists to give you fine-grained control over which models are available through the proxy.
|
| 30 |
|
| 31 |
+
- **π Antigravity Provider**: Full support for Google's internal Antigravity API, providing access to Gemini 2.5, Gemini 3, and Claude Sonnet 4.5 models with advanced features:
|
| 32 |
+
- Thought signature caching for multi-turn conversations
|
| 33 |
+
- Tool hallucination prevention via parameter signature injection
|
| 34 |
+
- Automatic thinking block sanitization for Claude models
|
| 35 |
+
- Note: Claude Sonnet 4.5 thinking mode requires careful conversation state management (see [Antigravity documentation](DOCUMENTATION.md#antigravity-claude-extended-thinking-sanitization) for details)
|
| 36 |
- **π Credential Prioritization**: Automatic tier detection and priority-based credential selection ensures paid-tier credentials are used for premium models that require them.
|
| 37 |
- **π Weighted Random Rotation**: Configurable credential rotation strategy - choose between deterministic (perfect balance) or weighted random (unpredictable, harder to fingerprint) selection.
|
| 38 |
- **π Enhanced Gemini CLI**: Improved project discovery, paid vs free tier detection, and Gemini 3 support with thoughtSignature caching.
|