@jun133/athlete 0.0.2 → 0.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jun133/athlete",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "A global terminal AI coding assistant.",
5
5
  "keywords": [
6
6
  "athlete",
@@ -228,8 +228,9 @@ Telegram 过程输出要更接近终端工作感知,但遵守“可见段按
228
228
 
229
229
  过程消息按实际事件顺序发送,不做机械固定轮换,也不做最终汇总:
230
230
 
231
- - `onToolCall` 一次,就发一条 tool call 消息
232
- - `todo_write` 对应的可见 preview 一次,就发一条 todo preview 消息
231
+ - `onToolCall` 不直接发聊天消息,避免把工具名刷进聊天框
232
+ - `todo_write` tool result 只发送一条可见 preview,并截断到 150 个字符
233
+ - `todo_write` 对应的可见 preview 一次,就发一条 todo preview 消息
233
234
  - `onAssistantDelta` 只作为阶段内缓冲信号,不直接发聊天消息
234
235
  - `onAssistantText` 表示拿到了完整 assistant 文本时,发一条 assistant 消息
235
236
  - `onAssistantDone` 带文本且当前 assistant 阶段尚未发出时,发一条最终 assistant 消息