Releases: wandb/catnip
catnip 0.11.0
🐱 Catnip CLI 0.11.0
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sSfL install.catnip.sh | sh
# Install specific version
curl -sSfL install.catnip.sh | sh -s -- --version v0.11.0
Note
The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 29a9ffe: Repo: align agent docs and goreleaser notes ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.11.0/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: v0.10.0-dev.1...v0.11.0
catnip 0.10.0-dev.1
🐱 Catnip CLI 0.10.0-dev.1
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.10.0-dev.1
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 18dc962: Add comprehensive upgrade command and clean up CLI interface ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.10.0-dev.1/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: feature_feature_1.1.0...v0.10.0-dev.1
catnip 0.10.0
🐱 Catnip CLI 0.10.0
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.10.0
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 4300cfa: Add automatic GPG signing error detection and remediation ( <>)
- 3e09822: Back to latest official release, bump devcontainer-feature ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.10.0/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: feature_feature_1.0.15...v0.10.0
catnip 0.9.2-dev.9
🐱 Catnip CLI 0.9.2-dev.9
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.9.2-dev.9
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.9.2-dev.9/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: v0.9.2-dev.8...v0.9.2-dev.9
catnip 0.9.2-dev.8
🐱 Catnip CLI 0.9.2-dev.8
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.9.2-dev.8
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 6021937: Fix GitHubAuthProvider context error in codespace access mode ( <>)
- d4a74c1: Implement unified React-based codespace access interface ( <>)
- 313eae4: Improve codespace credential sync and health check robustness ( <>)
- dbcbefe: Update devcontainer feature and improve codespace access UI ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.9.2-dev.8/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: feature_feature_1.0.12...v0.9.2-dev.8
catnip 0.9.2-dev.7
🐱 Catnip CLI 0.9.2-dev.7
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.9.2-dev.7
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 381ebf9: Bump dev environment version and installed dev build ( <>)
- 9b77ba8: Fix workspace sidebar title display and remove unused functions ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.9.2-dev.7/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: feature_feature_1.0.9...v0.9.2-dev.7
catnip 0.9.2-dev.6
🐱 Catnip CLI 0.9.2-dev.6
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.9.2-dev.6
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 74e53f3: Add Claude streaming completion API with process registry ( <>)
- 05b35f3: Attempt to make codespace linking work (#185) (@vanpelt)
- a3a2e2a: Fix Tooltip component build error and prevent ESLint from breaking it ( <>)
- e69aedd: Fix frontend linting errors ( <>)
- 92855f3: Fix linting and build errors across Go, TypeScript, and React components ( <>)
- 4dabbaa: Fix mobile workspace SSE prompt injection ( <>)
- 680d016: Fix streaming completion test panic and update README ( <>)
- ed7fde8: Improve API integration and service enhancements ( <>)
- f1e1d62: PR: feature/add-version-to-cli-help (#175) (@vanpelt)
- 5446785: Update auto-generated API documentation ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.9.2-dev.6/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: feature_feature_1.0.8...v0.9.2-dev.6
catnip 0.9.2-dev.5
🐱 Catnip CLI 0.9.2-dev.5
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.9.2-dev.5
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 3a4fb5d: Bump feature version ( <>)
- 3f0db58: Fix TypeScript lint errors in catnip VS Code extension ( <>)
- 304837e: Update feature to use -dev.4 ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.9.2-dev.5/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: v0.9.2-dev.4...v0.9.2-dev.5
catnip 0.9.2-dev.4
🐱 Catnip CLI 0.9.2-dev.4
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.9.2-dev.4
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
Other
- 4c01062: Add comprehensive catnip auto-start and VS Code extension improvements ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.9.2-dev.4/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: feature_feature_1.0.5...v0.9.2-dev.4
catnip 0.9.2-dev.3
🐱 Catnip CLI 0.9.2-dev.3
Welcome to this new release of catnip!
📦 Installation
# Quick install (latest version)
curl -sfL install.catnip.sh | sh
# Install specific version
curl -sfL install.catnip.sh | sh -s -- --version 0.9.2-dev.3
macOS Users: The macOS version now includes native notification support through app bundle packaging. The installer will set up both the app bundle and CLI wrapper automatically.
📋 What's Changed
Changelog
🚀 Features
- 432dbc8: feat: add real-time Claude message system for mobile workspace ( <>)
- ec292b8: feat: fix mobile workspace UI state transitions and status indicator ( <>)
- fce73a3: feat: implement channel-based PR state updates and improve WorkspaceMobile UX ( <>)
- 1d94274: feat: upgrade devcontainer feature to v1.0.0 with latest catnip version ( <>)
🐛 Bug fixes
- d9b4c67: fix: resolve startup deadlock in PR sync manager ( <>)
Other
- fd5c50a: Refactor workspace components with shared utilities and improved mobile UI ( <>)
🔍 Verification
All binaries are signed and checksummed for security. Verify downloads with:
# Download checksum file
curl -sL https://catnip.run/v1/github/releases/download/0.9.2-dev.3/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing
📖 Documentation
Full Changelog: v0.9.2-dev.2...v0.9.2-dev.3