-
v2.1.0 Stable
released this
2026-07-19 19:58:18 -07:00 | 13 commits to main since this releaseKaimon v2.1.0
Kaimon v2.1.0
Features
- Managed (zero-Docker) Qdrant (#24): Kaimon lazily installs
Qdrant_jllinto 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_sessionfor a real REPL. - Windows: resolve the npm
claudeshim viaPATHEXT(#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
claudespawn + stop leaking env in spawn errors (#63) (#66) (@kahliburke)
Closed issues:
- Agent fails to spawn
claudeon Windows when the CLI is installed via npm (.ps1/.cmdshim) (#63)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Managed (zero-Docker) Qdrant (#24): Kaimon lazily installs