• v2.0.6 367c2dc0a3

    v2.0.6 Stable

    github-actions[bot] released this 2026-07-16 20:28:45 -07:00 | 21 commits to main since this release

    Fixes

    • Windows extensions no longer wedge at startup. On Windows a local IPC gate is bound over TCP (no IPC transport); under a non-lax (API-key) security config it enforces its auth token, but the discovery watcher connected tokenless and was rejected with "Authentication required" — leaving extensions (e.g. KaimonSlate) stuck at :starting in a restart loop. The watcher now presents the same token, authenticating to its own local gate.
    • Fixed extension loading by removing an unused using ReTest import that forced ReTest onto extension-subprocess LOAD_PATHs, where it failed to resolve.

    Observability

    • A health-check ping that receives an error reply (e.g. an auth rejection) is now logged, throttled to once per distinct message, instead of being silently treated as a healthy pong.

    Dependencies

    • Requires Tachikoma 2.3.5 — Windows console-size/resize handling and ReadConsoleInputW mouse + keyboard support, plus international-keyboard decoding on all platforms.
    Downloads