mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-03-29 10:05:47 +00:00
- Fix "Cannot convert undefined or null to object" error when provider_config is empty - Make frontmost target case-insensitive (frontmost, FRONTMOST, Frontmost) - Make window specifiers case-insensitive (WINDOW_TITLE, window_title, Window_Title) - Add comprehensive test coverage for empty/null provider_config scenarios - Improve error handling to prevent spread operator failures on undefined _meta 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| analyze-edge-cases.test.ts | ||
| analyze.test.ts | ||
| defensive-format-validation.test.ts | ||
| edge-case-fixes.test.ts | ||
| image-edge-cases.test.ts | ||
| image.test.ts | ||
| improved-window-error-messages.test.ts | ||
| invalid-format.test.ts | ||
| list.test.ts | ||
| multiple-app-matches.test.ts | ||
| path-traversal-error-handling.test.ts | ||
| window-title-matching.test.ts | ||