WiseXin/dsh-antigravity0

dsh-antigravity

Google Antigravity / Cloud Code Assist model provider for DeepSeek Harness

包名
dsh-antigravity
版本
0.0.4
许可证
MIT
最近更新
2026年9月9日

安装

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

使用方式

在 dsh 市场中搜索 / 安装

本仓库已在 GitHub 上公开并添加 dsh-plugin 等 topic,可被 DSH 的社区插件市场(如 dsh-marketplace,基于 GitHub topic:dsh-plugin 动态发现)收录。市场收录有最长约 10 分钟的目录缓存,之后在 设置 → 插件 → Marketplace 中搜索 Antigravity 即可找到。

也可以直接用命令行安装到指定 profile:

dsh plugin --profile desktop add github:WiseXin/dsh-antigravity
dsh plugin --profile web add github:WiseXin/dsh-antigravity

DSH Desktop(以 profile 依赖方式安装)

~/.dsh/profiles/desktop/package.json 中将依赖指向本仓库:

"dependencies": {
  "dsh-antigravity": "github:WiseXin/dsh-antigravity"
}

重新安装依赖后完全退出并重启 DSH Desktop。

手动替换插件目录(临时覆盖)

lib/bin/assets/cordis.patch.ymlpackage.json 等复制到:

~/.dsh/profiles/desktop/node_modules/dsh-antigravity/

完全退出(含托盘)并重启 DSH Desktop。

说明:DSH Desktop 内置的 dsh-llm 版本由应用安装包决定,profile 目录无法覆盖; 因此直接替换插件目录(而非其依赖)即可让本分支生效。任何一次插件重装 / pnpm install 都会恢复成依赖声明中的版本。

完整使用说明

插件的安装、Google OAuth 登录、模型与配额说明见:

  • 中文:README.zh.md
  • 英文:README.md(上游原始英文说明,本文件已替换为仓库说明,可查看上游仓库)

上游仓库: