wjx-cli 0.1.21 → 0.1.22

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 CHANGED
@@ -775,7 +775,7 @@ echo '{"title":"调查","type":0,"questions":"[]"}' | wjx --stdin survey create
775
775
  | Claude Desktop / Cursor 等 MCP 客户端 | `wjx-mcp-server` |
776
776
  | 终端 / shell 脚本 / CI/CD | `wjx-cli` |
777
777
  | 自定义 Agent(Python/Node/Go) | `wjx-cli`(子进程)或 `wjx-api-sdk`(直接导入) |
778
- | 需要 56 个 MCP tools + resources + prompts | `wjx-mcp-server` |
778
+ | 需要 57 个 MCP tools + resources + prompts | `wjx-mcp-server` |
779
779
  | 需要简单的 JSON in / JSON out | `wjx-cli` |
780
780
 
781
781
  ---
@@ -19,7 +19,7 @@ tools:
19
19
 
20
20
  你有一个配套的 CLI 使用指南技能,位于 `wjx-skills/wjx-cli-use/`:
21
21
 
22
- - **`wjx-skills/wjx-cli-use/SKILL.md`** — ���令总览、核心工作流、常用枚举值
22
+ - **`wjx-skills/wjx-cli-use/SKILL.md`** — 命令总览、核心工作流、常用枚举值
23
23
  - **`wjx-skills/wjx-cli-use/references/`** — 按需查阅的详细参考:
24
24
  - `dsl-syntax.md` — DSL 文本语法(create-by-text 用)
25
25
  - `survey-commands.md` — survey 模块全部参数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wjx-cli",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "问卷星 (Wenjuanxing) CLI — AI Agent 原生命令行工具",
5
5
  "main": "dist/index.js",
6
6
  "bin": {