Peter Steinberger
1757503a84
Update all dependencies to latest versions
...
- pino: 8.21.0 → 9.7.0
- zod: 3.25.23 → 3.25.28
- @types/node: 20.17.50 → 22.15.21
- pino-pretty: 10.3.1 → 13.0.0
- All vitest packages already at latest (3.1.4)
All tests pass with updated dependencies.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-25 18:43:16 +02:00
Peter Steinberger
19807ffbd4
Add comprehensive release preparation script
...
- Add prepare-release.js script that performs all pre-release checks
- Checks git status, dependencies, TypeScript, Swift, and builds
- Runs all tests including integration tests
- Verifies package contents and structure
- Add npm run prepare-release command
- Document in CLAUDE.md
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-25 18:38:57 +02:00
Peter Steinberger
9a7c8d4dfe
Release v1.0.0-beta.4
...
- Add Swift linting and formatting support
- Refactor Swift code for better maintainability
- Enhanced image capture features (blur detection, formats, naming)
- Fix compilation error in ListCommand
- Add comprehensive integration tests
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-25 18:17:07 +02:00
Peter Steinberger
53ec5ef9a4
Add Swift linting and enhance image capture features
...
- Add SwiftLint and SwiftFormat configuration with npm scripts
- Refactor Swift code to comply with linting rules:
- Fix identifier naming (x/y → xCoordinate/yCoordinate)
- Extract long functions into smaller methods
- Fix code style violations
- Enhance image capture tool:
- Add blur detection parameter
- Support custom image formats and quality
- Add flexible naming patterns for saved files
- Add comprehensive integration tests for image tool
- Update documentation with new linting commands
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-25 18:02:39 +02:00
dependabot[bot]
f1cc0824a7
Bump the npm_and_yarn group across 1 directory with 4 updates
...
Bumps the npm_and_yarn group with 4 updates in the / directory: [esbuild](https://github.com/evanw/esbuild ), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui ) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ).
Updates `esbuild` from 0.21.5 to 0.25.4
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.4 )
Updates `vitest` from 1.6.1 to 3.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.4/packages/vitest )
Updates `@vitest/ui` from 1.6.1 to 3.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.4/packages/ui )
Updates `@vitest/coverage-v8` from 1.6.1 to 3.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.4/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-version: 0.25.4
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: vitest
dependency-version: 3.1.4
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: "@vitest/ui"
dependency-version: 3.1.4
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: "@vitest/coverage-v8"
dependency-version: 3.1.4
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-25 12:08:45 +00:00
Peter Steinberger
6396e299be
Prepare for v1.0.0-beta.3 release
2025-05-25 14:07:21 +02:00
Peter Steinberger
ed59bb58dc
Combine image + analyze
2025-05-25 13:32:39 +02:00
Peter Steinberger
acca3ba4a4
build fixes
2025-05-25 02:26:34 +02:00
Peter Steinberger
857ce73b94
rename swift-cli to peekaboo-cli
2025-05-25 01:28:06 +02:00
Peter Steinberger
fd380f3c58
bump
2025-05-23 06:33:48 +02:00
Peter Steinberger
a92be77ea3
tool, log and other little fixes
2025-05-23 06:29:35 +02:00
Peter Steinberger
30339b3573
🚀 Release v1.0.0-alpha1 as npm package @steipete/peekaboo-mcp
...
- Convert to scoped npm package for easier installation
- Simplify installation to use npx (no global install needed)
- Update README to prioritize npm over AppleScript
- Add banner image with absolute GitHub URL
- Configure package for public npm publishing
2025-05-23 06:01:55 +02:00
Peter Steinberger
eab4e5a394
Add build dir, prepare package
2025-05-23 05:57:06 +02:00