-
v2.0.6 Stable
released this
2026-07-16 20:28:45 -07:00 | 21 commits to main since this releaseFixes
- 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:startingin a restart loop. The watcher now presents the same token, authenticating to its own local gate. - Fixed extension loading by removing an unused
using ReTestimport that forced ReTest onto extension-subprocessLOAD_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
ReadConsoleInputWmouse + keyboard support, plus international-keyboard decoding on all platforms.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- 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