Files
Wechat-ggGitHub 8575230d67 fix: 流式消息推送改为串行 Promise 链,修复短消息无法 flush 的问题
- 用 Promise chain 替换 flushing+flushPending 标志位,解决 flush 被丢弃导致消息堆积
- 移除结构边界 flush 的 MIN_FLUSH_LEN 下限,修复 skill 通知等短消息卡在 buffer
- skill 通知消息改为双换行结尾确保触发结构边界检测
- MAX_BUFFER_AGE_MS 从 5s 降至 3s 加快超时 flush
- .gitignore 添加 CLAUDE.md

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-09 16:45:27 +08:00

8 lines
71 B
Plaintext

node_modules/
dist/
*.log
.env
.wechat-claude-code/
.claude/
CLAUDE.md