Releases: eliezedeck/AIDevTools
Sidekick v0.4.3
Sidekick Changes
- 🐛 Fix Q&A system sleep/wake cycle issues with context cancellation handling and active waiter tracking (
agents_qa.go,agents_qa_handlers.go,agents_qa_page.go,agents_qa_test.go,main.go) (818dfc0)
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/sidekick/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Verification
Verify the download with the provided checksums:
sha256sum -c checksums.txtSidekick v0.4.2
Sidekick Changes
- 🔧 Update AgentQA methods to include root directory parameter (
agents_qa.go,agents_qa_handlers.go,main.go) (42ee32a)
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/sidekick/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Verification
Verify the download with the provided checksums:
sha256sum -c checksums.txtSidekick v0.4.1
Sidekick Changes
- 🐛 Fix Q&A visibility and misleading waiting status by simplifying to directory-based system (
agents_qa.go,agents_qa_handlers.go,agents_qa_page.go,main.go,sse_server.go) (0b5a952)
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/sidekick/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Verification
Verify the download with the provided checksums:
sha256sum -c checksums.txtstdio2sse stdio2sse-v0.1.6
stdio2sse Changes
- 🐛 Fix stdio2sse JSON parsing errors by implementing async architecture (c58e56b)
- 🐛 Remove timeout from SSE server call to allow indefinite waits (5d9bcee)
- 🐛 Fix answer_question hanging bug after successful answer submission (b269229)
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/stdio2sse/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Verification
Verify the download with the provided checksums:
sha256sum -c checksums.txtSidekick sidekick-v0.4.0
Sidekick Changes
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/sidekick/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Verification
Verify the download with the provided checksums:
sha256sum -c checksums.txtRelease v0.3.3
Changes
- 🔧 Fix staticcheck warnings - remove unused function and simplify select (4813478)
- 🔧 Fix TUI keyboard shortcut conflict with process input field (6859375)
- 🎨 Fix logs screen background color consistency with other windows (a8e732a)
Installation
Download the appropriate binary for your platform:
macOS
# ARM64 (Apple Silicon)
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.3/sidekick-darwin-arm64.tar.gz | tar -xz
# AMD64 (Intel)
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.3/sidekick-darwin-amd64.tar.gz | tar -xzLinux
# ARM64
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.3/sidekick-linux-arm64.tar.gz | tar -xz
# AMD64
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.3/sidekick-linux-amd64.tar.gz | tar -xzWindows
# Download and extract sidekick-windows-amd64.zipVerification
Verify the download with the provided checksums:
sha256sum -c checksums.txtRelease v0.3.2
Changes
- 🐛 Fix signal handling to prevent hanging on external termination (8fcb434)
- 🐛 Fix TUI hang bug when killing processes and add kill confirmation dialog (2587980)
- 📝 Update README.md to reflect new TUI default mode and port 5050 (c403189)
- 🔧 Change default mode to TUI and default SSE port to 5050 (47ea19b)
- ✨ Add structured logging system with TUI logs page (5872841)
- 🔧 Fix error handling across codebase - handle all ignored errors properly (cf63c3e)
- ✨ Enhance log view scrolling functionality (2cf16ac)
- 🔧 Fix notification history table to use full screen width (c462d05)
Installation
Download the appropriate binary for your platform:
macOS
# ARM64 (Apple Silicon)
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.2/sidekick-darwin-arm64.tar.gz | tar -xz
# AMD64 (Intel)
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.2/sidekick-darwin-amd64.tar.gz | tar -xzLinux
# ARM64
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.2/sidekick-linux-arm64.tar.gz | tar -xz
# AMD64
curl -L https://github.com/eliezedeck/AIDevTools/releases/download/v0.3.2/sidekick-linux-amd64.tar.gz | tar -xzWindows
# Download and extract sidekick-windows-amd64.zipVerification
Verify the download with the provided checksums:
sha256sum -c checksums.txtstdio2sse stdio2sse-v0.1.5
stdio2sse Changes
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/stdio2sse/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Verification
Verify the download with the provided checksums:
sha256sum -c checksums.txtstdio2sse stdio2sse-v0.1.4
stdio2sse Changes
- 🐛 Fix deploy script indentation and stdio2sse test expectations (574970a)
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/stdio2sse/install.sh | bashManual Download
Download the appropriate binary for your platform from the assets below.
Verification
Verify the download with the provided checksums:
sha256sum -c checksums.txtRelease 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