8575230d67
- 用 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>
8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
node_modules/
|
|
dist/
|
|
*.log
|
|
.env
|
|
.wechat-claude-code/
|
|
.claude/
|
|
CLAUDE.md
|