Peekaboo/peekaboo-cli/Sources/peekaboo/Version.swift
Peter Steinberger 94e966fa98 feat: Add fuzzy matching for application names
- Implement Levenshtein distance algorithm for fuzzy app name matching
- Handle common typos like "Chromee" → "Google Chrome"
- Add window-specific labels in analysis results
- Improve error messages with app name suggestions
- Fix TypeScript JSON parsing for error responses
- Update tests for new error message formats

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 05:22:58 +01:00

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.17"
}