Skip to content

ser2mcp V0.8.7

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 23:47
· 2 commits to main since this release

Added

  • 为读取类返回与 uart_available 增加 pending 未读缓冲快照,并为 uart_read / uart_exchange 增加 new_data_observed,区分调用后新上行数据与历史缓冲
  • uart_expect / uart_expect_send 增加可选 ignore_ansi=true:匹配时跳过常见 CSI、OSC 等 ANSI 控制序列,同时保持原始缓冲、消费顺序与返回字节不变

Fixed

  • 修复并发 uart_clear 可能落在 idle/max_bytes 判定与实际消费之间,导致读取类工具以非超时原因返回 bytes=0 的竞态;空消费现在继续等待至新数据或总超时

Docs

  • 在两个 Agent SKILL 中补全全部 14 个工具各自的必填/可选参数清单,明确参数不会跨工具继承,特别说明 expect 与 read/exchange、estimate 与 send_file 的参数边界