• v2.1.0 c47c48091d

    v2.1.0 Stable

    github-actions[bot] released this 2026-07-19 19:58:18 -07:00 | 13 commits to main since this release

    Kaimon v2.1.0

    Diff since v2.0.8

    Kaimon v2.1.0

    Features

    • Managed (zero-Docker) Qdrant (#24): Kaimon lazily installs Qdrant_jll into a small Kaimon-owned environment and runs the binary itself — no Docker required. Includes TUI start/stop controls, autostart on launch, and create-collection/embedding robustness.

    Fixes

    • Extension runtimes are no longer treated as addressable REPL sessions: agents can no longer be auto-bound to (or eval in) an extension's runtime; explicit targeting points at start_session for a real REPL.
    • Windows: resolve the npm claude shim via PATHEXT (#66), and stop leaking environment in spawn errors.
    • Extensions receive Kaimon's active environment on JULIA_LOAD_PATH, and registry/app-installed extensions get a properly instantiated runtime env (#61, #65).

    Compatibility

    • Requires Tachikoma 2.3.7.

    Merged pull requests:

    • Fix Windows npm-shim claude spawn + stop leaking env in spawn errors (#63) (#66) (@kahliburke)

    Closed issues:

    • Agent fails to spawn claude on Windows when the CLI is installed via npm (.ps1/.cmd shim) (#63)
    Downloads