openclaw-plugin-fast-task 1.0.2 → 1.0.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -888,6 +888,8 @@ A: 这取决于服务器实现。建议:
888
888
  - [自建 WS 服务 IM 调度](docs/自建ws服务im调度.md)
889
889
  - [IM Agent 设计方案](docs/im_agent设计方案.md)
890
890
 
891
+ ## 鉴权
892
+ auth 网关鉴权 通过工号和login_token进行鉴权
891
893
  ---
892
894
 
893
895
  ## 许可证
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-plugin-fast-task",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "OpenClaw plugin for fast task management with WebSocket support and workspace file operations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",