• KaimonGate-v1.2.0 7f199f58ae

    github-actions[bot] released this 2026-07-29 05:00:35 -07:00 | 3 commits to main since this release

    KaimonGate v1.2.0

    Diff since KaimonGate-v1.1.0

    Fixes

    • Restarting a REPL launched with a separated --sysimage <path> no longer loses the gate (#69). The check for "was this process launched with a script?" only skipped the values of -C/-J/--project/-t, so any other flag whose value is a path looked like a positional script argument. The restart then took the verbatim-replay branch and re-exec'd a plain interactive REPL that never called serve() — so the session did not come back at all. The attached spellings (-J/path, --sysimage=/path) were unaffected.

      Value-taking flags are now recognized as a single shared set, used both to skip values during script detection and to fuse each flag with its value into one token when reconstructing the launch command. -e/-E/-L are explicit user-code triggers rather than a side effect of the path check.

    Compatibility

    • Paired with Kaimon 2.3.0, which requires KaimonGate = "1.2".
    Downloads