Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 10:54
· 1 commit to main since this release
9f22538

Changed

  • The MCP server speaks protocol 2026-07-28. Older clients still negotiate
    2025-06-18.
  • Truncated table cells now end with instead of ... (comfy-table 8).

Fixed

  • Removed a latent abort on 1nt refresh and any command that had to populate
    a cold cache. The cache fetches over a blocking HTTP client that owns a
    runtime, and main dropped it inside an async context. Release builds, which
    is what the published binaries are, happened to survive this. Debug builds hit
    it every time, on the CLI and on the MCP server.