OpenSaozi/dsh-antigravity2

@deepseek-ai/dsh-llm-pi-ai-antigravity

适用于 DeepSeek Harness 的 Google Anti Gravity 和 Cloud Code Assist 编码计划 LLM 提供商插件。

AI 分析

核心用途是接入 Google 相关的编码辅助大模型。适合在 DSH 中需要使用 Google 编程大模型进行代码生成的开发者。

包名
@deepseek-ai/dsh-llm-pi-ai-antigravity
版本
0.1.0-rc.5
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:OpenSaozi/dsh-antigravity

极简安装与使用

请把经过评审的提交安装进指定的 DeepSeek Harness profile。仓库自带 dsh.bundle 配置和预构建运行文件,通过 Git 安装无需在本地执行构建:

dsh plugin --profile 
 add github:OpenSaozi/dsh-antigravity#

安装后,插件会自动在 Cordis 配置中注入以下内容:

- id: llm-pi-ai-antigravity
  name: '@deepseek-ai/dsh-llm-pi-ai-antigravity'
  config:
    oauthClientConfigRef: GOOGLE_ANTIGRAVITY_OAUTH_CLIENT_CONFIG

配置说明:oauthClientConfigRef 属于部署配置,指向凭据引用名称。本地凭据提供方默认将导入文档保存在 $DSH_HOME/.credentials.yaml 中,支持无缝切换至系统钥匙串或 KMS 服务。