mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-27 15:07:41 +00:00
### Improved - The list tool is now more lenient and user-friendly - item_type parameter is now optional (defaults to 'running_applications') - Intelligent auto-detection when app parameter is provided - Enhanced error handling and validation ### Fixed - Fixed crash when list tool called with empty item_type - Improved image tool path handling for temporary files - Better error messages and validation throughout ### Tests - Added comprehensive test coverage for new list tool features - Enhanced integration tests for improved scenarios - Total test count increased from 223 to 228 tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
132 B
Swift
4 lines
132 B
Swift
// This file is auto-generated by the build script. Do not edit manually.
|
|
enum Version {
|
|
static let current = "1.0.0-beta.15"
|
|
}
|