v0.1.8
What's Changed
🐛 Bug Fixes
- Fix systematic removal of @with_connection decorators for external uvx support (#eff67ce)
- Fixed 51 out of 52 CLI command functions that had conflicting decorators
- Ensures proper external connection capabilities when using uvx
- Fix CI lint errors - remove unused imports and fix type annotations (#bbc001b)
- Add pytest timeout to prevent CI hanging on test-cov (#2b28f2d)
- Fix hanging tests by mocking external connection architecture (#25d2126)
- Fix nested with statements lint errors (SIM117) (#0c0abfc)
- Fix timeout issues in test_app_command_no_cookie and test_no_iterm2_cookie (#029d43d)
🎨 Style
- Apply black formatting to test files (#c20bbbb)
🔧 CI/CD
- Fix macOS runner version warning (#5fa63da)
- Change from macos-latest to macos-14 to avoid automatic migration
📝 Documentation
- Add /bump custom slash command (#fb7f26a)
- Supports patch/minor/major version increments
- Automatically pushes changes and tags
Full Changelog: v0.1.6...v0.1.8