Skip to content

Release v0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 10:32
· 65 commits to main since this release

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

Linux

# 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 -xz

Windows

# Download and extract sidekick-windows-amd64.zip

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt