v0.10.4
Install
Quick install (no repo needed)
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/Ix/main/scripts/install/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/ix-infrastructure/Ix/main/scripts/install/install.ps1 | iex
# Homebrew
brew tap ix-infrastructure/ix https://github.com/ix-infrastructure/Ix
brew install ix
ix docker startDocker image
docker pull ghcr.io/ix-infrastructure/ix-memory-layer:latestWhat's Changed
- chore(brew): update formula for v0.10.3 by @github-actions[bot] in #513
- fix(ingest): resume a partly-committed bulk instead of degrading to per-file by @KageBinary in #515
- fix(ingest): bisect a bulk refused for exceeding Arango's transaction size by @KageBinary in #517
- fix(doctor): distinguish the workspace cwd matched from the default it fell back to by @KageBinary in #519
- docs(readme): add a line about agents taking initiative by @TannerTorrey3 in #514
- chore(release): 0.10.4 by @KageBinary in #520
Full Changelog: v0.10.3...v0.10.4