wezard 1.2.30 → 1.3.0

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
@@ -89,8 +89,6 @@ IM 里发 `/new` 直接开新 tmux 窗口 + 新 Claude 会话;`/clear` 清当
89
89
 
90
90
  > 💡 **mirror 不要求你必须先在 CLI 里开 tmux**:在企业微信里直接发 `/new` 就能从零起一个新 tmux 窗口 + Claude 会话;甚至首次发任意消息都会自动 spawn + 绑定(首条消息既是绑定信号也是第一句 prompt)。回家打开终端 `tmux attach -t wezard` 接管即可。
91
91
 
92
- > 🧙 **think-style(`wrc.mirror.thinkStyle`,默认关)**:开启后每轮的思考过程——reasoning、中途叙述、每次工具调用/结果的摘要——实时流进气泡里那段 `<think>🧙 …` 折叠区,只有最终答复落成 `</think>` 之后的正文。你一发消息就看得到它在想什么,而不是干等一个 `…` 占位再一次性出全文。
93
-
94
92
  ---
95
93
 
96
94
  ## 体验是什么样
@@ -51,7 +51,7 @@
51
51
  "sessionId": "",
52
52
  // Where to push live assistant output. Empty → defaultChat.
53
53
  "pushChat": "", // "user:<userid>" | "chat:<chatid>"
54
- "chunkChars": 1800,
54
+ "chunkBytes": 3800,
55
55
  // Brief 模式: 每个 turn 群里只发两条 —— 「🧵 [本轮详情](url)」+ finish 文本。
56
56
  // 中间 tool_use / tool_result / thinking 只写进详情页 (可折叠, Claude 网页风格)。
57
57
  // 授权卡照常发群。