catnip 0.11.1
🐱 Catnip CLI 0.11.1
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.1Note
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
- 8c319a9: Add CI-aware timeout configuration for UI tests ( <>)
- 32f41f2: Add ClearDark app icon asset ( <>)
- 2c342c5: Add Expo mobile app for Catnip workspace management (#189) (@vanpelt)
- 4ab345e: Add async fetch for default branch in shallow clones ( <>)
- cc90026: Add auto-upgrade on codespace start (#207) (@vanpelt)
- 46d93b4: Add automated Claude Code onboarding and login API (#198) (@vanpelt)
- cc89163: Add comprehensive iOS UI tests for CodespaceView button states and improve CI workflows ( <>)
- afbdfa3: Add concurrency control to iOS tests workflow ( <>)
- cd74287: Add mobile/desktop device detection and QR code functionality to VSCode extension ( <>)
- a17e19e: Add proper waiting for initial sessions ( <>)
- 603c44d: Feature/automated catnip installation (#196) (@vanpelt)
- 90d4e14: Feature/live activity notifications (#203) (@vanpelt)
- a909887: Feature/pre release (#205) (@vanpelt)
- 207c3bb: Fix OAuth URL extraction to strip ANSI codes ( <>)
- b6af1f4: Fix UI tests in CI and resolve Release build issues ( <>)
- f8aeaa9: Fix agent message filtering and display issues ( <>)
- 9f30263: Fix all 7 failing UI tests by pre-populating userStatus and adding HasCodespaces flag ( <>)
- d62dc6c: Fix auth sheet submit button state after code submission ( <>)
- 3ad928a: Fix iOS SSE timeout error when sending prompts from portrait interface (#204) (@vanpelt)
- 8571b78: Fix iOS UI tests by preventing network calls in test mode ( <>)
- 9eb60f7: Fix version detection to ignore devcontainer feature tags ( <>)
- 92ea42d: Fix workspace creation flow and filter automated responses from latest message ( <>)
- 71594b8: Improve devcontainer environment variable forwarding ( <>)
- 9ded35e: Increase CI per-test execution timeout from 2 to 6 minutes ( <>)
- c805e5f: Increase PTY prompt submission delay and update app icons ( <>)
- c988740: Only run iOS tests on main branch when xcode directory changes ( <>)
- 42ddb88: Only run publish-feature workflow when features folder changes ( <>)
- ed10019: PR: bug/fix-session-resume-selection (#199) (@vanpelt)
- 2fb849a: PR: debug/investigate-warmup-prompt (#197) (@vanpelt)
- 1698a96: PR: feature/swift-auth-modal (#202) (@vanpelt)
- c597491: Remove branch restriction and increase UI test timeout ( <>)
- d594186: Renamed catnip to Catnip ( <>)
- e5e6afb: Skip catnip-mobile linting, add debug step for dockerhub login ( <>)
- ecdb05b: Turn on debug and dev in catnip devcontainer ( <>)
- 6cca966: Update swagger (@vanpelt)
🔍 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.1/checksums.txt
# Verify binary (example for Linux amd64)
sha256sum -c checksums.txt --ignore-missing📖 Documentation
Full Changelog: v0.11.0...v0.11.1