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
- **[IMPORTANT WARNING] Google Risk Control & Third-Party Tool Risks**:
288
+
- Due to tightened Google risk control, third-party tools may be suspended for violating Terms of Service when used with Antigravity, Gemini CLI, or Gemini Code Assist.
289
+
- Accessing Antigravity, Gemini CLI, or Gemini Code Assist using third-party software, tools, or services (e.g., using OpenClaw and Antigravity OAuth) violates applicable terms and policies. Such actions may lead to account suspension or termination. It is recommended to only use the switching feature.
290
+
- **Appeal Link**: If you believe your account was suspended by mistake, please submit an appeal via [this link](https://forms.gle/hGzM9MEUv2azZsrb9).
291
+
- Stay tuned to our [Telegram Channel](https://t.me/AntigravityManager) for latest updates.
- **Dynamic Fallback Logic**: Resolved `404/400` errors caused by inconsistent model tier access (e.g., `high` vs `low`) across different accounts. The system now automatically executes smooth fallbacks between models in the same series (e.g., `gemini-3.1-pro-high` -> `gemini-3.1-pro-low` -> default tier) based on the active account's permissions.
295
+
- **Real-time Permission Validation**: Dynamically validates target model availability via account file data before requests enter the handler, achieving true"account-aware" scheduling.
296
+
- **Remapping Priority Optimization**: Established a scientific priority chain: `API Deprecation Rules > Account-Aware Fallback > User-Defined Mapping > System Default Mapping`.
297
+
- **Documentation Sync**: Added `docs/model-remapping-logic.md` to fully document the complex remapping logic flow.
- **Active Path Scanning**: Introduced automatic scanning for`APPDATA`, `LOCALAPPDATA`, and `NVM_HOME` to ensure precise identification even if the CLI is notin the system `PATH`.
300
+
- **Script Handling Optimization**: Improved invocation of `.cmd` and `.bat` scripts on Windows, resolving issues with unstable version retrieval during direct execution.
301
+
- **Security Hardening**: Added path security validation logic with absolute path checks and character filtering to prevent command injection risks.
302
+
- **[Continuous Integration] Integrated GitHub Actions CI Workflow (PR #2298)**:
303
+
- **Automated Quality Control**: Built a basic CI pipeline covering Rust formatting, linting, and cross-platform compilation tests to enhance code compliance and delivery stability.
304
+
286
305
***v4.1.28 (2026-03-03)**:
287
306
- **[IMPORTANT WARNING] Google Risk Control & Third-Party Tool Risks**:
288
307
- Due to tightened Google risk control, third-party tools may be suspended for violating Terms of Service when used with Antigravity, Gemini CLI, or Gemini Code Assist.
0 commit comments