@ekay/claude-im 0.2.0 → 0.2.2

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1211,7 +1211,7 @@ var CardKitStreamController = class {
1211
1211
  const statsText = stats ? `
1212
1212
 
1213
1213
  ---
1214
- \u23F1 ${(stats.elapsed / 1e3).toFixed(1)}s \xB7 \u{1F527} ${stats.tools} tools \xB7 \u{1F4AD} ${stats.thinking} chars \xB7 \u{1FA99} ${fmtTokens(stats.inputTokens)}/${fmtTokens(stats.outputTokens)} tokens` : "";
1214
+ \u23F1 ${(stats.elapsed / 1e3).toFixed(1)}s \xB7 \u{1F527} ${stats.tools} tools \xB7 \u{1F4B0} ${fmtTokens(stats.inputTokens)}/${fmtTokens(stats.outputTokens)} tokens` : "";
1215
1215
  try {
1216
1216
  await this.client.im.message.patch({
1217
1217
  path: { message_id: this._messageId },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekay/claude-im",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "通过飞书/企微等 IM 与 Claude Code 对话。WebSocket 长连接,流式卡片输出。",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",