Releases: firelock-ai/kin
Releases · firelock-ai/kin
v0.1.0-alpha.24
Kin v0.1.0-alpha.24 — Cross-Repo Intelligence
Install
curl -fsSL https://get.kinlab.dev/install | shWhat's new
- Global registry (~/.kin/registry.toml) — tracks all local repos
- Cross-repo MCP — 6,273 entities across 5 repos in one query
kin deps— shows cross-repo dependency graph- Tier 2-5 detection — Cargo.toml, package.json, Dockerfile, CI workflows, API contracts
- Auto-init fix — only creates .kin/ in git repos
- VS Code extension — installable locally as VSIX
Platforms (all 5)
- Linux x86_64, Linux aarch64
- macOS x86_64, macOS aarch64 (Apple Silicon)
- Windows x86_64
v0.1.0-alpha.21
VFS Phase 2: projection-aware endpoints, write-back, sessions, snapshot + kin eject
v0.1.0-alpha.20
Kin v0.1.0-alpha.20 — All 5 Platforms
Install
# macOS / Linux
curl -fsSL https://get.kinlab.dev/install | sh
# Windows (PowerShell)
irm https://get.kinlab.dev/install.ps1 | iexPlatforms
- Linux x86_64
- Linux aarch64 (ARM64)
- macOS x86_64
- macOS aarch64 (Apple Silicon)
- Windows x86_64 (kin CLI only — vector search disabled, kin-vfs coming)
Includes
- kin — semantic VCS CLI, daemon, MCP server (37 tools)
- kin-vfs — virtual filesystem daemon (Linux/macOS)
- libkin_vfs_shim — LD_PRELOAD/DYLD syscall interception (Linux/macOS)
- kin update — self-updater
- kin setup — interactive wizard with MCP auto-config
v0.1.0-alpha.16
Kin v0.1.0-alpha.16
Install
curl -fsSL https://get.kinlab.dev/install | shPlatforms
- Linux x86_64
- Linux aarch64 (ARM64) — NEW
- macOS x86_64
- macOS aarch64 (Apple Silicon)
- Windows x86_64 (coming — needs cross-platform code gates)
What's included
- kin — semantic VCS CLI, daemon, MCP server (37 tools)
- kin-vfs — virtual filesystem daemon
- libkin_vfs_shim — LD_PRELOAD/DYLD syscall interception
- kin update — self-updater command
- kin setup — interactive wizard with MCP auto-config
- Fish shell support
v0.1.0-alpha.13
Kin v0.1.0-alpha.13
Install
curl -fsSL https://get.kinlab.dev/install | shWhat's new
kin setupinteractive wizard with MCP auto-config (Claude Code, Cursor, Codex)kin updateself-updater command- Fish shell support
- kin-vfs virtual filesystem (LD_PRELOAD/DYLD/ProjFS)
- VS Code extension: kin-vscode
Platforms
- Linux x86_64
- macOS x86_64
- macOS aarch64 (Apple Silicon)
- Windows x86_64 (coming soon — usearch C++ compilation issue)
Includes
- kin — semantic VCS CLI, daemon, MCP server (37 tools)
- kin-vfs — virtual filesystem daemon
- libkin_vfs_shim — LD_PRELOAD/DYLD syscall interception
v0.1.0-alpha.11
Alpha release: kin + kin-vfs + shim for Linux x64, macOS x64/arm64. Install: curl -fsSL https://get.kinlab.dev/install | sh
v0.1.0-alpha.5
[0.1.0-alpha.5] - 2026-03-21
Fixed
- CI: upgraded GitHub Actions runtime pins to current supported majors for checkout, setup-node, upload-artifact, and download-artifact to avoid the Node 20 deprecation path
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
v0.1.0-alpha.4
[0.1.0-alpha.4] - 2026-03-21
Added
- Hosted remotes:
kin cloneandkin pullnow work directly against KinLab native snapshot remotes, includingkinlab://org/repoandhttps://kinlab.ai/org/repo - npm:
kin-mcpauto-initializes a local.kin/repo when MCP startup runs in a workspace that has not been initialized yet
Fixed
- Semantic commit scanning now tracks real dotfiles and hidden repo content like
.github/, avoiding immediate dirty-state mismatches after native clone - CLI: released snapshot handles cleanly in note persistence tests to avoid Linux lock contention
- CLI: transport repo bootstrap now satisfies strict
clippy -D warningsin CI
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
v0.1.0-alpha.3
[0.1.0-alpha.3] - 2026-03-21
Added
- README: demo GIFs for MCP setup, Git interop, semantic exploration, and the full walkthrough
- Scripts:
scripts/record-demos.shfor regenerating the README demo assets
Fixed
- npm:
kin-mcpstays side-effect-free and no longer tries to auto-initialize.kin/on MCP startup - README: brownfield adoption guidance now explicitly documents
kin init,kin git import, andkin commit
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
v0.1.0-alpha.2
[0.1.0-alpha.2] - 2026-03-21
Added
- CLI:
kin clone-- clone a repository (native Kin or Git compat fallback) - CLI:
kin pull-- pull changes from a remote (native Kin or Git compat fallback) - CLI:
kin checkout-- restore a file from any point in the semantic history - CLI:
kin pushnow executes Git push for git-export remotes (previously only prepared the export) - npm:
kin-mcpwrapper package for assistant-native MCP setup vianpx
Fixed
- CHANGELOG crate count: 17 → 19
- README clone URLs: pointed to correct
firelock-aiorganization - Assistant setup guidance now includes the npm-based MCP shortcut
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2