@guandata/guanwf 0.1.827 → 0.1.828
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/CHANGELOG.md +4 -0
- package/README.md +4 -0
- package/binaries/guanwf-darwin-arm64 +0 -0
- package/binaries/guanwf-darwin-x64 +0 -0
- package/binaries/guanwf-linux-arm64 +0 -0
- package/binaries/guanwf-linux-x64 +0 -0
- package/binaries/guanwf-win32-x64.exe +0 -0
- package/package.json +1 -1
- package/skills/guanwf/SKILL.md +2 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/skills/guanwf/SKILL.md
CHANGED
|
@@ -100,6 +100,8 @@ guancli auth login # 先确保已登录
|
|
|
100
100
|
guancli auth status # 检查连接状态
|
|
101
101
|
```
|
|
102
102
|
|
|
103
|
+
若由上游托管 OIDC Token,当前进程同时设置 `GUANCLI_OIDC_BASE_URL` 和 `GUANCLI_OIDC_ACCESS_TOKEN` 后直接运行 `guancli auth status`,无需本地 profile,也不执行浏览器登录或自动刷新。
|
|
104
|
+
|
|
103
105
|
## 固定工作方式
|
|
104
106
|
|
|
105
107
|
### 0. 先分场景
|