-
KaimonGate-v1.1.0 Stable
released this
2026-07-22 05:15:16 -07:00 | 10 commits to main since this releaseKaimonGate KaimonGate-v1.1.0
KaimonGate 1.1.0
Features
- Event-driven stream draining (
wait_stream_messages!) that wakes on frame
arrival instead of polling on a fixed cadence, and a zero-copy raw binary
frame path (_publish_stream_raw) that skips the Serialization envelope for
high-rate streaming consumers. Binary payloads are preserved end-to-end as bytes.
Fixes
- Register a stream guard (via Tachikoma's
set_stream_guard!) so a raw-mode
Tachikoma TUI run from a gate-hosted REPL no longer wedges the host REPL's
stdin on exit (Kaimon #67). Adds publicdisable_wedge_guard!for a host that
runs its own persistent full-screen TUI alongside the capture mux. The guard is
a no-op unless a Tachikoma new enough to define the hook is loaded.
Merged pull requests:
- Extension spawn: put Kaimon's active environment on JULIA_LOAD_PATH, not pkgdir (#61) (@mthelm85)
- Managed runtime env for registry/app-installed extensions (exposure #2) (#65) (@kahliburke)
- Fix Windows npm-shim
claudespawn + stop leaking env in spawn errors (#63) (#66) (@kahliburke)
Closed issues:
- Provide Qdrant via JLL? (lazily?) (#24)
- Can Kaimon ping claude? (#30)
- Excessive memory consumption (#33)
- Windows: ZMQ ipc:// transport not supported — TUI fails to start after /dev/tty fix (#41)
- Orphaned Gate.serve() REPLs are never reaped — multi-GB leak under headless server (#51)
- claude code bug report (#55)
- Kaimon / GLMakie interaction problems (#56)
- Kaimon writes Antigravity MCP config in wrong directory (#57)
- Kaimon should not always put a session in the background after 30s (#59)
- Registered extension
project_pathis manifest-less for registry installs, so the extension can't boot (#62) - Agent fails to spawn
claudeon Windows when the CLI is installed via npm (.ps1/.cmdshim) (#63) - False warning Julia not on path (#64)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Event-driven stream draining (