dsh-agy-link 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,8 +62,8 @@
62
62
 
63
63
  # 1. 安装插件(npm 官方包,预构建产物,无需构建许可):
64
64
  dsh plugin --profile web add dsh-agy-link
65
- # 升级:
66
- # dsh plugin --profile web update dsh-agy-link --latest
65
+ # 升级(每次新版本发布后执行;镜像标签可能滞后,指定官方源最稳):
66
+ # dsh plugin --profile web add dsh-agy-link@latest --registry https://registry.npmjs.org
67
67
 
68
68
  # 2. 重启 DSH Web GUI,输入框执行:
69
69
  # /agy status ← 应显示 agy 版本号;没装好会告诉你缺什么
@@ -173,8 +173,8 @@ Before installing, have these three ready (the plugin installs fine without them
173
173
 
174
174
  # 1. Install (npm, prebuilt — no build approval needed):
175
175
  dsh plugin --profile web add dsh-agy-link
176
- # Upgrade:
177
- # dsh plugin --profile web update dsh-agy-link --latest
176
+ # Upgrade (run after every release; mirror tags can lag, so pin the official registry):
177
+ # dsh plugin --profile web add dsh-agy-link@latest --registry https://registry.npmjs.org
178
178
 
179
179
  # 2. Restart the DSH Web GUI, then in the composer:
180
180
  # /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.2",
3
+ "version": "0.2.3",
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",