Release v0.3.1
Changes
- 🔧 Fix session cleanup to use killed status and mark sessions as disconnected (1c2daf0)
- 🔧 Fix session disconnected not killing the child process(es) (422a5c2)
Installation
Download the appropriate binary for your platform:
macOS
# ARM64 (Apple Silicon)
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.1/sidekick-darwin-arm64.tar.gz | tar -xz
# AMD64 (Intel)
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.1/sidekick-darwin-amd64.tar.gz | tar -xzLinux
# ARM64
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.1/sidekick-linux-arm64.tar.gz | tar -xz
# AMD64
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.1/sidekick-linux-amd64.tar.gz | tar -xzWindows
# Download and extract sidekick-windows-amd64.zipVerification
Verify the download with the provided checksums:
sha256sum -c checksums.txt