Skip to content

Releases: eliezedeck/AIDevTools

Sidekick v0.4.3

25 Jun 06:09

Choose a tag to compare

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

Manual Download

Download the appropriate binary for your platform from the assets below.

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

Sidekick v0.4.2

24 Jun 17:59

Choose a tag to compare

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

Manual Download

Download the appropriate binary for your platform from the assets below.

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

Sidekick v0.4.1

20 Jun 10:48

Choose a tag to compare

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

Manual Download

Download the appropriate binary for your platform from the assets below.

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

stdio2sse stdio2sse-v0.1.6

17 Jun 06:41

Choose a tag to compare

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

Manual Download

Download the appropriate binary for your platform from the assets below.

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

Sidekick sidekick-v0.4.0

17 Jun 06:44

Choose a tag to compare

Sidekick Changes

Installation

Quick Install

curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/sidekick/install.sh | bash

Manual Download

Download the appropriate binary for your platform from the assets below.

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

Release v0.3.3

15 Jun 00:47

Choose a tag to compare

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

Linux

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

Windows

# Download and extract sidekick-windows-amd64.zip

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

Release v0.3.2

15 Jun 00:12

Choose a tag to compare

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

Linux

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

Windows

# Download and extract sidekick-windows-amd64.zip

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

stdio2sse stdio2sse-v0.1.5

15 Jun 12:14

Choose a tag to compare

stdio2sse Changes

Installation

Quick Install

curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/stdio2sse/install.sh | bash

Manual Download

Download the appropriate binary for your platform from the assets below.

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

stdio2sse stdio2sse-v0.1.4

15 Jun 12:04

Choose a tag to compare

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

Manual Download

Download the appropriate binary for your platform from the assets below.

Verification

Verify the download with the provided checksums:

sha256sum -c checksums.txt

Release v0.3.1

08 Jun 10:32

Choose a tag to compare

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