• KaimonGate-v1.1.0 387f097314

    github-actions[bot] released this 2026-07-22 05:15:16 -07:00 | 10 commits to main since this release

    KaimonGate KaimonGate-v1.1.0

    Diff since KaimonGate-v1.0.1

    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 public disable_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 claude spawn + 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_path is manifest-less for registry installs, so the extension can't boot (#62)
    • Agent fails to spawn claude on Windows when the CLI is installed via npm (.ps1/.cmd shim) (#63)
    • False warning Julia not on path (#64)
    Downloads