diff --git a/README-DE.md b/README-DE.md new file mode 100644 index 000000000..261c82694 --- /dev/null +++ b/README-DE.md @@ -0,0 +1,81 @@ +
+ English | 中文 | Español | Français | Português | Українська | Deutsch +
+ +# Antigravity CLI + +Antigravity CLI versteht Ihre Codebasis, nimmt Änderungen mit Ihrer Erlaubnis vor und führt Befehle aus – direkt in Ihrem Terminal. + +- **Offizielle Dokumentation**: [antigravity.google/docs/cli-overview](https://antigravity.google/docs/cli-overview) +- **Offizielle Website**: [antigravity.google/product/antigravity-cli](https://antigravity.google/product/antigravity-cli) + + + +--- + +Antigravity CLI bringt die Kernfunktionen von Antigravity 2.0 (mehrstufiges Denken, Bearbeiten mehrerer Dateien, Tool-Aufrufe und persistenter Verlauf) direkt in Ihr Terminal. Es ist für tastaturgesteuerte Arbeitsabläufe und Remote-SSH-Sitzungen mit minimalem Ressourcen-Overhead optimiert. + +--- + +## Funktionen im Überblick + +| Funktion | Antigravity CLI | Antigravity 2.0 | +| :--- | :--- | :--- | +| **Hauptfokus** | Geschwindigkeit, Tastatureffizienz, geringer Overhead | Vollständigkeit, visuelle Orchestrierung, Projektmanagement | +| **Schnittstelle** | Terminal-Benutzeroberfläche (TUI) | Vollständige, umfangreiche GUI-Anwendung | +| **Arbeitsabläufe** | SSH/Remote-Sitzungen, Tastatur zuerst | Lokale Arbeitsbereiche, komplexe Orchestrierung | +| **Agenten-Engine** | Gemeinsame Core-Agenten-Engine | Gemeinsame Core-Agenten-Engine | + +--- + +## Integration + +- **Gemeinsame Agenten-Engine**: Beide Schnittstellen laufen auf derselben Core-Agenten-Engine. Verbesserungen werden automatisch auf beide angewendet. +- **Gemeinsame Einstellungen**: Einstellungen und Berechtigungen werden bidirektional synchronisiert. +- **Sitzungsexport**: Exportieren Sie Terminalsitzungen in die Antigravity 2.0 GUI, um die Arbeit fortzusetzen. + +--- + +## Installation + +### macOS / Linux +```bash +curl -fsSL https://antigravity.google/cli/install.sh | bash +``` + +### Windows PowerShell +```powershell +irm https://antigravity.google/cli/install.ps1 | iex +``` + +### Windows CMD +```cmd +curl -fsSL https://antigravity.google/cli/install.cmd -o install.cmd && install.cmd && del install.cmd +``` + +--- + +## Authentifizierung + +Die CLI authentifiziert sich über den System-Schlüsselbund und greift auf die Google-Anmeldung zurück, wenn keine aktive Sitzung vorhanden ist. + +- **Lokal**: Öffnet automatisch Ihren Standardbrowser. +- **Remote / SSH**: Erkennt SSH-Sitzungen und gibt eine Autorisierungs-URL aus, um die Anmeldung lokal abzuschließen. +- **Abmelden**: Führen Sie `/logout` aus, um gespeicherte Anmeldeinformationen zu löschen. + +> [!NOTE] +> Verbinden Sie für den Unternehmenszugriff Ihr GCP-Projekt während des Onboardings. Weitere Informationen finden Sie auf der Enterprise-Seite. + +--- + +## Nutzungsbedingungen und Datennutzung + +> [!WARNING] +> Es ist bekannt, dass KI-Codierungsagenten bestimmte Sicherheitsrisiken aufweisen, darunter die autonome Codeausführung, Datenabfluss, Prompt-Injektionen und Risiken in der Lieferkette. Stellen Sie sicher, dass Sie alle Aktionen des Agenten überwachen und überprüfen. + +Durch die Nutzung von Antigravity CLI erklären Sie sich damit einverstanden, zur Verbesserung des Produkts beizutragen, indem Sie Google gestatten, Ihre Interaktionsdaten zu erfassen und zu verwenden, vorbehaltlich der Google-Nutzungsbedingungen und der Google-Datenschutzerklärung. Sie können sich jederzeit über Ihre Einstellungen abmelden. + +### Rechtliche Links und Datenschutz + +- **Nutzungsbedingungen**: [antigravity.google/terms](https://antigravity.google/terms) +- **Datenschutzerklärung**: [policies.google.com/privacy](https://policies.google.com/privacy) diff --git a/README-ES.md b/README-ES.md new file mode 100644 index 000000000..d076c33e8 --- /dev/null +++ b/README-ES.md @@ -0,0 +1,81 @@ ++ English | 中文 | Español | Français | Português | Українська | Deutsch +
+ +# Antigravity CLI + +Antigravity CLI comprende su código base, realiza ediciones con su permiso y ejecuta comandos, directamente desde su terminal. + +- **Documentación oficial**: [antigravity.google/docs/cli-overview](https://antigravity.google/docs/cli-overview) +- **Sitio web oficial**: [antigravity.google/product/antigravity-cli](https://antigravity.google/product/antigravity-cli) + + + +--- + +Antigravity CLI lleva las capacidades principales de Antigravity 2.0 (razonamiento de múltiples pasos, edición de múltiples archivos, llamadas a herramientas e historial persistente) directamente a su terminal. Está optimizado para flujos de trabajo basados en teclado y sesiones SSH remotas con una sobrecarga mínima de recursos. + +--- + +## Características principales + +| Característica | Antigravity CLI | Antigravity 2.0 | +| :--- | :--- | :--- | +| **Enfoque principal** | Velocidad, eficiencia de teclado, baja sobrecarga | Integridad, orquestación visual, gestión de proyectos | +| **Interfaz** | Interfaz de usuario de terminal (TUI) | Aplicación GUI completa y enriquecida | +| **Flujos de trabajo** | Sesiones SSH/remotas, primero el teclado | Espacios de trabajo locales, orquestación pesada | +| **Motor de agente** | Motor de agente central compartido | Motor de agente central compartido | + +--- + +## Integración + +- **Motor de agente compartido**: Ambas interfaces se ejecutan en el mismo motor de agente central. Las mejoras se aplican automáticamente a ambas. +- **Configuraciones compartidas**: Las preferencias y los permisos se sincronizan bidireccionalmente. +- **Exportación de sesiones**: Exporte sesiones de terminal a la interfaz gráfica de usuario de Antigravity 2.0 para seguir trabajando. + +--- + +## Instalación + +### macOS / Linux +```bash +curl -fsSL https://antigravity.google/cli/install.sh | bash +``` + +### Windows PowerShell +```powershell +irm https://antigravity.google/cli/install.ps1 | iex +``` + +### Windows CMD +```cmd +curl -fsSL https://antigravity.google/cli/install.cmd -o install.cmd && install.cmd && del install.cmd +``` + +--- + +## Autenticación + +La CLI se autentica a través del llavero del sistema, recurriendo al inicio de sesión de Google si no existe una sesión activa. + +- **Local**: Abre automáticamente su navegador predeterminado. +- **Remoto / SSH**: Detecta sesiones SSH e imprime una URL de autorización para completar el inicio de sesión localmente. +- **Cerrar sesión**: Ejecute `/logout` para borrar las credenciales guardadas. + +> [!NOTE] +> Para acceso empresarial, conecte su proyecto de GCP durante el proceso de incorporación. Consulte la página de Enterprise para obtener más detalles. + +--- + +## Términos de servicio y uso de datos + +> [!WARNING] +> Se sabe que los agentes de codificación de IA conllevan ciertos riesgos de seguridad, incluida la ejecución autónoma de código, la filtración de datos, la inyección de directivas (prompts) y riesgos en la cadena de suministro. Asegúrese de supervisar y verificar todas las acciones realizadas por el agente. + +Al utilizar Antigravity CLI, acepta ayudar a mejorar el producto permitiendo que Google recopile y utilice sus datos de interacciones, de conformidad con los Términos de servicio de Google y la Política de privacidad de Google. Puede optar por no participar en cualquier momento a través de su configuración. + +### Enlaces legales y de privacidad + +- **Términos de servicio**: [antigravity.google/terms](https://antigravity.google/terms) +- **Política de privacidad**: [policies.google.com/privacy](https://policies.google.com/privacy) diff --git a/README-FR.md b/README-FR.md new file mode 100644 index 000000000..6acb2e684 --- /dev/null +++ b/README-FR.md @@ -0,0 +1,81 @@ ++ English | 中文 | Español | Français | Português | Українська | Deutsch +
+ +# Antigravity CLI + +Antigravity CLI comprend votre base de code, effectue des modifications avec votre autorisation et exécute des commandes — directement depuis votre terminal. + +- **Documentation officielle**: [antigravity.google/docs/cli-overview](https://antigravity.google/docs/cli-overview) +- **Site web officiel**: [antigravity.google/product/antigravity-cli](https://antigravity.google/product/antigravity-cli) + + + +--- + +Antigravity CLI apporte les fonctionnalités fondamentales d'Antigravity 2.0 (raisonnement en plusieurs étapes, édition multi-fichiers, appels d'outils et historique persistant) directement dans votre terminal. Il est optimisé pour les flux de travail axés sur le clavier et les sessions SSH distantes avec une surcharge de ressources minimale. + +--- + +## Aperçu des fonctionnalités + +| Fonctionnalité | Antigravity CLI | Antigravity 2.0 | +| :--- | :--- | :--- | +| **Objectif principal** | Vitesse, efficacité du clavier, faible surcharge | Exhaustivité, orchestration visuelle, gestion de projet | +| **Interface** | Interface utilisateur de terminal (TUI) | Application GUI complète et riche | +| **Flux de travail** | Sessions SSH/distantes, clavier d'abord | Espaces de travail locaux, orchestration lourde | +| **Moteur d'agent** | Moteur d'agent central partagé | Moteur d'agent central partagé | + +--- + +## Intégration + +- **Moteur d'agent partagé** : Les deux interfaces s'exécutent sur le même moteur d'agent central. Les améliorations s'appliquent automatiquement aux deux. +- **Paramètres partagés** : Les préférences et les autorisations se synchronisent de manière bidirectionnelle. +- **Exportation de session** : Exportez les sessions de terminal vers l'interface graphique Antigravity 2.0 pour continuer à travailler. + +--- + +## Installation + +### macOS / Linux +```bash +curl -fsSL https://antigravity.google/cli/install.sh | bash +``` + +### Windows PowerShell +```powershell +irm https://antigravity.google/cli/install.ps1 | iex +``` + +### Windows CMD +```cmd +curl -fsSL https://antigravity.google/cli/install.cmd -o install.cmd && install.cmd && del install.cmd +``` + +--- + +## Authentification + +Le CLI s'authentifie via le trousseau d'accès du système, revenant à la connexion Google si aucune session active n'existe. + +- **Local** : Ouvre automatiquement votre navigateur par défaut. +- **Remoto / SSH** : Détecte les sessions SSH et affiche une URL d'autorisation pour terminer la connexion localement. +- **Déconnexion** : Exécutez `/logout` pour effacer les identifiants enregistrés. + +> [!NOTE] +> Pour un accès entreprise, connectez votre projet GCP lors de l'intégration. Consultez la page Enterprise pour plus de détails. + +--- + +## Conditions d'utilisation et utilisation des données + +> [!WARNING] +> Les agents de codage IA sont connus pour présenter certains risques de sécurité, notamment l'exécution autonome de code, l'exfiltration de données, l'injection de prompts et les risques liés à la chaîne d'approvisionnement. Assurez-vous de surveiller et de vérifier toutes les actions entreprises par l'agent. + +En utilisant Antigravity CLI, vous acceptez d'aider à améliorer le produit en autorisant Google à collecter et utiliser vos données d'interactions, conformément aux Conditions d'utilisation de Google et à la Règles de confidentialité de Google. Vous pouvez choisir de vous désinscrire à tout moment via vos paramètres. + +### Liens juridiques et confidentialité + +- **Conditions d'utilisation** : [antigravity.google/terms](https://antigravity.google/terms) +- **Règles de confidentialité** : [policies.google.com/privacy](https://policies.google.com/privacy) diff --git a/README-PT.md b/README-PT.md new file mode 100644 index 000000000..ec843d196 --- /dev/null +++ b/README-PT.md @@ -0,0 +1,81 @@ ++ English | 中文 | Español | Français | Português | Українська | Deutsch +
+ +# Antigravity CLI + +Antigravity CLI compreende a sua base de código, faz edições com a sua permissão e executa comandos — diretamente do seu terminal. + +- **Documentação Oficial**: [antigravity.google/docs/cli-overview](https://antigravity.google/docs/cli-overview) +- **Website Oficial**: [antigravity.google/product/antigravity-cli](https://antigravity.google/product/antigravity-cli) + + + +--- + +O Antigravity CLI traz os recursos principais do Antigravity 2.0 (raciocínio em várias etapas, edição de vários arquivos, chamadas de ferramentas e histórico persistente) diretamente para o seu terminal. Ele é otimizado para fluxos de trabalho orientados por teclado e sessões SSH remotas com sobrecarga mínima de recursos. + +--- + +## Visão Geral dos Recursos + +| Recurso | Antigravity CLI | Antigravity 2.0 | +| :--- | :--- | :--- | +| **Foco Principal** | Velocidade, eficiência do teclado, baixa sobrecarga | Abrangência, orquestração visual, gerenciamento de projetos | +| **Interface** | Interface de Usuário de Terminal (TUI) | Aplicativo GUI Completo e Rico | +| **Fluxos de Trabalho** | Sessões SSH/remotas, primeiro o teclado | Espaços de trabalho locais, orquestração pesada | +| **Motor de Agente** | Motor de Agente Central Compartilhado | Motor de Agente Central Compartilhado | + +--- + +## Integração + +- **Motor de Agente Compartilhado**: Ambas as interfaces rodam no mesmo motor de agente central. As melhorias se aplicam automaticamente a ambas. +- **Configurações Compartilhadas**: As preferências e as permissões são sincronizadas bidirecionalmente. +- **Exportação de Sessão**: Exporte sessões de terminal para a GUI do Antigravity 2.0 para continuar trabalhando. + +--- + +## Instalação + +### macOS / Linux +```bash +curl -fsSL https://antigravity.google/cli/install.sh | bash +``` + +### Windows PowerShell +```powershell +irm https://antigravity.google/cli/install.ps1 | iex +``` + +### Windows CMD +```cmd +curl -fsSL https://antigravity.google/cli/install.cmd -o install.cmd && install.cmd && del install.cmd +``` + +--- + +## Autenticação + +A CLI se autentica por meio do chaveiro do sistema, recorrendo ao login do Google se não houver sessão ativa. + +- **Local**: Abre automaticamente o seu navegador padrão. +- **Remoto / SSH**: Detecta sessões SSH e exibe uma URL de autorização para concluir o login localmente. +- **Sair**: Execute `/logout` para limpar as credenciais salvas. + +> [!NOTE] +> Para acesso corporativo, conecte seu projeto do GCP durante a integração. Consulte la página de Enterprise para obter mais detalhes. + +--- + +## Termos de Serviço e Uso de Dados + +> [!WARNING] +> Sabe-se que os agentes de codificação de IA apresentam certos riscos de segurança, incluindo execução autônoma de código, exfiltração de dados, injeção de prompt e riscos na cadeia de suprimentos. Certifique-se de monitorar e verificar todas as ações tomadas pelo agente. + +Ao usar o Antigravity CLI, você concorda em ajudar a melhorar o produto, permitindo que a Google colete e use seus dados de interações, sujeito aos Termos de Serviço da Google e à Política de Privacidade da Google. Você pode optar por sair a qualquer momento por meio de suas configurações. + +### Links Legais e de Privacidade + +- **Termos de Serviço**: [antigravity.google/terms](https://antigravity.google/terms) +- **Política de Privacidade**: [policies.google.com/privacy](https://policies.google.com/privacy) diff --git a/README-UA.md b/README-UA.md new file mode 100644 index 000000000..da7738d82 --- /dev/null +++ b/README-UA.md @@ -0,0 +1,81 @@ ++ English | 中文 | Español | Français | Português | Українська | Deutsch +
+ +# Antigravity CLI + +Antigravity CLI розуміє вашу кодову базу, вносить зміни з вашого дозволу та виконує команди — безпосередньо з вашого терміналу. + +- **Офіційна документація**: [antigravity.google/docs/cli-overview](https://antigravity.google/docs/cli-overview) +- **Офіційний вебсайт**: [antigravity.google/product/antigravity-cli](https://antigravity.google/product/antigravity-cli) + + + +--- + +Antigravity CLI переносить основні можливості Antigravity 2.0 (багатокрокові міркування, редагування кількох файлів, виклик інструментів та збереження історії) безпосередньо у ваш термінал. Його оптимізовано для робочих процесів, керованих з клавіатури, та віддалених сесій SSH з мінімальними витратами системних ресурсів. + +--- + +## Огляд можливостей + +| Можливість | Antigravity CLI | Antigravity 2.0 | +| :--- | :--- | :--- | +| **Основний фокус** | Швидкість, ефективність клавіатури, низькі накладні витрати | Повнота, візуальна оркестрація, управління проєктами | +| **Інтерфейс** | Інтерфейс користувача терміналу (TUI) | Повноцінний графічний додаток (GUI) | +| **Робочі процеси** | SSH / віддалені сесії, пріоритет клавіатури | Локальні робочі простори, складна оркестрація | +| **Двигун агента** | Спільний основний двигун агента | Спільний основний двигун агента | + +--- + +## Інтеграція + +- **Спільний двигун агента**: Обидва інтерфейси працюють на одному спільному ядрі агента. Покращення автоматично застосовуються до обох. +- **Спільні налаштування**: Вподобання та дозволи синхронізуються в обох напрямках. +- **Експорт сесії**: Експортуйте термінальні сесії в графічний інтерфейс Antigravity 2.0 для продовження роботи. + +--- + +## Встановлення + +### macOS / Linux +```bash +curl -fsSL https://antigravity.google/cli/install.sh | bash +``` + +### Windows PowerShell +```powershell +irm https://antigravity.google/cli/install.ps1 | iex +``` + +### Windows CMD +```cmd +curl -fsSL https://antigravity.google/cli/install.cmd -o install.cmd && install.cmd && del install.cmd +``` + +--- + +## Автентифікація + +CLI виконує автентифікацію через системну зв'язку ключів, повертаючись до входу Google Sign-In, якщо немає активної сесії. + +- **Локально**: Автоматично відкриває ваш браузер за замовчуванням. +- **Віддалено / SSH**: Виявляє сесії SSH та виводить URL-адресу авторизації для входу локально. +- **Вихід**: Виконайте `/logout` для видалення збережених облікових даних. + +> [!NOTE] +> Для корпоративного доступу підключіть свій проєкт GCP під час онбордингу. Детальніше на сторінці Enterprise. + +--- + +## Умови використання та використання даних + +> [!WARNING] +> Відомо, що ШІ-агенти для кодування мають певні ризики безпеки, зокрема автономне виконання коду, витік даних, prompt-ін'єкції та ризики в ланцюжку постачання. Переконайтеся, що ви контролюєте та перевіряєте всі дії, які виконує агент. + +Використовуючи Antigravity CLI, ви погоджуєтеся допомагати покращувати продукт, дозволяючи Google збирати та використовувати ваші дані про взаємодію відповідно до Умов використання Google та Політики конфіденційності Google. Ви можете будь-коли відмовитися через свої налаштування. + +### Юридичні посилання та конфіденційність + +- **Умови використання**: [antigravity.google/terms](https://antigravity.google/terms) +- **Політика конфіденційності**: [policies.google.com/privacy](https://policies.google.com/privacy) diff --git a/README-ZH.md b/README-ZH.md new file mode 100644 index 000000000..ebc773174 --- /dev/null +++ b/README-ZH.md @@ -0,0 +1,81 @@ ++ English | 中文 | Español | Français | Português | Українська | Deutsch +
+ +# Antigravity CLI + +Antigravity CLI 能够理解您的代码库、在获得您许可的情况下编辑文件并执行命令——直接在您的终端中进行。 + +- **官方文档**: [antigravity.google/docs/cli-overview](https://antigravity.google/docs/cli-overview) +- **官方网站**: [antigravity.google/product/antigravity-cli](https://antigravity.google/product/antigravity-cli) + + + +--- + +Antigravity CLI 将 Antigravity 2.0 的核心能力(多步推理、多文件编辑、工具调用和持久化历史记录)直接带入您的终端。它针对键盘驱动的常规工作流以及具有极低资源开销的远程 SSH 会话进行了优化。 + +--- + +## 功能概览 + +| 功能 | Antigravity CLI | Antigravity 2.0 | +| :--- | :--- | :--- | +| **主要侧重点** | 速度、键盘效率、低开销 | 全面性、可视化编排、项目管理 | +| **界面** | 终端用户界面 (TUI) | 完整丰富的 GUI 应用程序 | +| **工作流** | SSH/远程会话,键盘优先 | 本地工作区,重度编排 | +| **智能体引擎** | 共享核心智能体引擎 | 共享核心智能体引擎 | + +--- + +## 整合与协同 + +- **共享智能体引擎**: 两种界面均运行在相同的核心智能体引擎上。改进将自动应用到两者。 +- **共享设置**: 偏好设置和权限进行双向同步。 +- **会话导出**: 将终端会话导出至 Antigravity 2.0 GUI 以继续工作。 + +--- + +## 安装 + +### macOS / Linux +```bash +curl -fsSL https://antigravity.google/cli/install.sh | bash +``` + +### Windows PowerShell +```powershell +irm https://antigravity.google/cli/install.ps1 | iex +``` + +### Windows CMD +```cmd +curl -fsSL https://antigravity.google/cli/install.cmd -o install.cmd && install.cmd && del install.cmd +``` + +--- + +## 身份验证 + +CLI 通过系统钥匙串进行身份验证,如果不存在活动会话,则回退到 Google 登录。 + +- **本地**: 自动打开您的默认浏览器。 +- **远程 / SSH**: 检测 SSH 会话并打印授权 URL,以便在本地完成登录。 +- **退出登录**: 运行 `/logout` 以清除保存的凭据。 + +> [!NOTE] +> 如需企业访问,请在新手引导期间连接您的 GCP 项目。详情请参阅企业版页面。 + +--- + +## 服务条款与数据使用 + +> [!WARNING] +> 众所周知,AI 编码智能体存在一定的安全风险,包括自主代码执行、数据外泄、提示词注入以及供应链风险。请务必监控并验证智能体执行的所有操作。 + +通过使用 Antigravity CLI,您同意允许 Google 收集并使用您的交互数据以帮助改善产品,这受 Google 服务条款和 Google 隐私权政策的约束。您可以随时通过设置选择退出。 + +### 法律与隐私链接 + +- **服务条款**: [antigravity.google/terms](https://antigravity.google/terms) +- **隐私权政策**: [policies.google.com/privacy](https://policies.google.com/privacy) diff --git a/README.md b/README.md index aeff0f6bf..8b10057bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ ++ English | 中文 | Español | Français | Português | Українська | Deutsch +
+ # Antigravity CLI -Antigravity CLI understands your codebase, makes edits with your permission, and executes commands — right from your terminal. +Antigravity CLI understands your codebase, makes edits with your permission, and + executes commands — right from your terminal. - **Official Docs**: [antigravity.google/docs/cli-overview](https://antigravity.google/docs/cli-overview) - **Official Website**: [antigravity.google/product/antigravity-cli](https://antigravity.google/product/antigravity-cli)