• KaimonGate-v1.0.0 0299afd15d

    github-actions[bot] released this 2026-07-07 18:22:03 -07:00 | 56 commits to main since this release

    KaimonGate KaimonGate-v1.0.0

    First release of KaimonGate, part of the upcoming Kaimon 2.0 release.

    KaimonGate is the lightweight eval gate that runs inside a Julia session so the Kaimon MCP server can execute, debug, and introspect code. It depends only on ZMQ and the standard library, so splitting it out of Kaimon greatly reduces the dependency footprint required for Gate sessions — a session can connect without pulling in the full Kaimon dependency tree, which matters most on remote/compute nodes.

    Merged pull requests:

    • Add Wayland clipboard support using wl-copy/wl-paste (#1) (@KristianHolme)
    • Add cursor and opencode support (#2) (@KristianHolme)
    • Add description and keywords to Project.toml (#4) (@Copilot)
    • Fix #6: world age error when displaying values from newly loaded packages (#8) (@kahliburke)
    • feat: manually restart gate from REPL and TUI (#17) (@haakon-e)

    Closed issues:

    • Please add a description (#3)
    • Occasional segfault (#5)
    • Garbled response from Symbolics.jl variables (#6)
    • Claude sees no response (#10)
    • Kaimon is crashing when plotting (#11)
    • Proposal: Reduce namespace pollution by unexporting identifiers (breaking change) (#13)
    • ex tool should return stderr/errors to MCP client (#14)
    • search indexing collection manager + search usage questions (#15)
    • Manual REPL restart from the TUI or REPL (#16)
    • Antigravity config (#18)
    • Don't ask adding Kaimon to global env (#19)
    • Split Gate into minimal standalone package (KaimonGate.jl) (#20)
    • ex async evals can't load/use GLMakie — GLFW requires thread 1, but Threads.@spawn lands on default pool (#21)
    • TagBot trigger issue (#22)
    • Does "Remote Control" by jeandeaual really exist? (#25)
    • Version compatibility check between kaimon app and Kaimon.jl package (#26)
    • custom server port not respected (#27)
    • Suggestion: add kaimon_connect command (#28)
    • kaimon crash report (#29)
    • Infiltrator still rerouted/hangs after Gate.stop (#34)
    • Stale session JSON survives MCP-shim restart, silently breaks ex (PUB port mismatch) (#35)
    • Improve documentation for usage with VSCode (#36)
    • Search index not persistent (#37)
    • Step-by-step installation, use and removal? (#39)
    • Kaimon cache path w/ XDG_CACHE_HOME handling inconsistent (#42)
    • Managed session log file is never written (#43)
    • Should lax mode disable the project check? (#46)
    • Spawned session subprocess can't recompile Kaimon when target project's manifest invalidates the precompile cache (#47)
    • Kaimon crashes on startup on Windows (opening file "/dev/tty") (#49)
    • mutation testing gate (#52)
    • Lazy user (#53)
    Downloads