-
v1.1.0 Stable
released this
2026-04-04 14:53:02 -07:00 | 313 commits to main since this releaseKaimon v1.1.0
Major feature release with 146 commits since v1.0.
Highlights
- TCP Gate mode — connect to remote Julia sessions over TCP with SSH tunnel support, token auth, and fixed PUB ports
- Extensions system — load third-party tools via an extensions manifest with auto-restart and lifecycle management
- Cross-project semantic search — search code across all indexed projects via Qdrant, with collection management UI
- Background jobs — long-running evals auto-promote to background jobs with
Gate.stash/Gate.progressfor intermediate reporting, persisted to SQLite - Session restart —
Gate.restart()from REPL or[r]from TUI Sessions tab, preserving session ID for automatic reconnection - Antigravity autoconfig — new client config template for Google Antigravity (Streamable HTTP transport)
Improvements
- Test runner rewritten: extracted to template file, fixed
JULIA_LOAD_PATHinheritance bug, addedproject_pathparameter for running tests without a gate session, live progress reporting during test runs - Global PUB event bus for GC-safe event delivery
- Thread-safe ZMQ recv to avoid finalizer segfaults
- Parallel health check pings with push-based ECG heartbeat
- Search config UI with TextInput fields, directory exclusions, draggable divider
- Extension boot scripts with
Pkg.resolve()before loading
Compatibility
- Requires Julia 1.12+
- Tachikoma 2.1.0+
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads