• v2.0.8 2f36e98c8b

    v2.0.8 Stable

    github-actions[bot] released this 2026-07-17 17:55:27 -07:00 | 17 commits to main since this release

    Kaimon v2.0.8

    Diff since v2.0.7

    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 Kaimon fails — the extension subprocess carried the manifest-less pkgdir(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