Skip to content

Releases: firelock-ai/kin

v0.1.0-alpha.24

24 Mar 14:20

Choose a tag to compare

v0.1.0-alpha.24 Pre-release
Pre-release

Kin v0.1.0-alpha.24 — Cross-Repo Intelligence

Install

curl -fsSL https://get.kinlab.dev/install | sh

What'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

24 Mar 09:09

Choose a tag to compare

v0.1.0-alpha.21 Pre-release
Pre-release

VFS Phase 2: projection-aware endpoints, write-back, sessions, snapshot + kin eject

v0.1.0-alpha.20

24 Mar 01:00

Choose a tag to compare

v0.1.0-alpha.20 Pre-release
Pre-release

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 | iex

Platforms

  • 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

23 Mar 23:52

Choose a tag to compare

v0.1.0-alpha.16 Pre-release
Pre-release

Kin v0.1.0-alpha.16

Install

curl -fsSL https://get.kinlab.dev/install | sh

Platforms

  • 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

23 Mar 23:07

Choose a tag to compare

v0.1.0-alpha.13 Pre-release
Pre-release

Kin v0.1.0-alpha.13

Install

curl -fsSL https://get.kinlab.dev/install | sh

What's new

  • kin setup interactive wizard with MCP auto-config (Claude Code, Cursor, Codex)
  • kin update self-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

23 Mar 22:05

Choose a tag to compare

v0.1.0-alpha.11 Pre-release
Pre-release

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

22 Mar 01:10

Choose a tag to compare

v0.1.0-alpha.5 Pre-release
Pre-release

[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

22 Mar 00:01

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

[0.1.0-alpha.4] - 2026-03-21

Added

  • Hosted remotes: kin clone and kin pull now work directly against KinLab native snapshot remotes, including kinlab://org/repo and https://kinlab.ai/org/repo
  • npm: kin-mcp auto-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 warnings in CI

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

v0.1.0-alpha.3

21 Mar 14:30

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

[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.sh for regenerating the README demo assets

Fixed

  • npm: kin-mcp stays 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, and kin commit

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

v0.1.0-alpha.2

21 Mar 06:44

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

[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 push now executes Git push for git-export remotes (previously only prepared the export)
  • npm: kin-mcp wrapper package for assistant-native MCP setup via npx

Fixed

  • CHANGELOG crate count: 17 → 19
  • README clone URLs: pointed to correct firelock-ai organization
  • Assistant setup guidance now includes the npm-based MCP shortcut

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2