-
KaimonGate v1.2.0 Stable
released this
2026-07-29 05:00:35 -07:00 | 3 commits to main since this releaseKaimonGate v1.2.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 calledserve()— 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/-Lare 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-