-
v2.0.8 Stable
released this
2026-07-17 17:55:27 -07:00 | 17 commits to main since this releaseKaimon v2.0.8
Kaimon 2.0.8
Fixes extension boot on a fresh registry/app install (
pkg> app add Kaimon+app add <extension>), which previously crash-looped. Two independent load-path failures, both resolved:using Kaimonfails — the extension subprocess carried the manifest-lesspkgdir(Kaimon)on its load path. Kaimon now puts the running instance's active (manifest-bearing) environment there instead. (#61, thanks @mthelm85)using <ExtensionModule>fails — the extension was launched with--project=<manifest-less, write-protected depot dir>, so its own deps couldn't resolve. Kaimon now maintains a writable, instantiated environment per extension (~/.julia/environments/kaimon-ext/<namespace>) and launches against it; dev checkouts with their own manifest are unchanged. (#65)
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)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads