dsh-agy-link 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,8 +16,6 @@
|
|
|
16
16
|
# 中文
|
|
17
17
|
|
|
18
18
|
> 全网统一昵称:**小斯syzs** · B站 [@小斯syzs](https://space.bilibili.com/390211071) · 抖音 · 小红书 · 快手(全网同名)
|
|
19
|
-
>
|
|
20
|
-
> 💬 **小斯syzs 邀请你加入飞书群** —— [点此一键加入](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=553i2f4a-5cc8-487f-95d3-3c4095bec0d9)
|
|
21
19
|
|
|
22
20
|
把 **Google Antigravity 模型接入 DeepSeek Harness(DSH)** —— 由官方
|
|
23
21
|
`agy` CLI 驱动,完整支持对话输出、思考(thinking)、工具活动与 token
|
|
@@ -62,8 +60,8 @@
|
|
|
62
60
|
|
|
63
61
|
# 1. 安装插件(npm 官方包,预构建产物,无需构建许可):
|
|
64
62
|
dsh plugin --profile web add dsh-agy-link
|
|
65
|
-
#
|
|
66
|
-
# dsh plugin --profile web
|
|
63
|
+
# 升级(每次新版本发布后执行;镜像标签可能滞后,指定官方源最稳):
|
|
64
|
+
# dsh plugin --profile web add dsh-agy-link@latest --registry https://registry.npmjs.org
|
|
67
65
|
|
|
68
66
|
# 2. 重启 DSH Web GUI,输入框执行:
|
|
69
67
|
# /agy status ← 应显示 agy 版本号;没装好会告诉你缺什么
|
|
@@ -129,8 +127,6 @@ MIT
|
|
|
129
127
|
# English
|
|
130
128
|
|
|
131
129
|
> Known online as **小斯syzs** — Bilibili [@小斯syzs](https://space.bilibili.com/390211071) · Douyin · Xiaohongshu · Kuaishou (same handle on every platform).
|
|
132
|
-
>
|
|
133
|
-
> 💬 **Join the Feishu community group** hosted by 小斯syzs — [one-click invite](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=553i2f4a-5cc8-487f-95d3-3c4095bec0d9)
|
|
134
130
|
|
|
135
131
|
Bring **Google Antigravity models into DeepSeek Harness (DSH)** — chat, thinking, tool activity, and token usage from your Antigravity subscription, driven by the official `agy` CLI.
|
|
136
132
|
|
|
@@ -173,8 +169,8 @@ Before installing, have these three ready (the plugin installs fine without them
|
|
|
173
169
|
|
|
174
170
|
# 1. Install (npm, prebuilt — no build approval needed):
|
|
175
171
|
dsh plugin --profile web add dsh-agy-link
|
|
176
|
-
# Upgrade:
|
|
177
|
-
# dsh plugin --profile web
|
|
172
|
+
# Upgrade (run after every release; mirror tags can lag, so pin the official registry):
|
|
173
|
+
# dsh plugin --profile web add dsh-agy-link@latest --registry https://registry.npmjs.org
|
|
178
174
|
|
|
179
175
|
# 2. Restart the DSH Web GUI, then in the composer:
|
|
180
176
|
# /agy status <- should show the agy version; tells you what is missing otherwise
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-agy-link",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Google Antigravity (agy CLI) models for DeepSeek Harness — stream Gemini/Claude/GPT-OSS subscriptions into DSH with thinking, tool activity, token usage and in-GUI Google OAuth login.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|