Skip to content

atlas-vision-mcp v1.0.7

Choose a tag to compare

@QuangThai QuangThai released this 30 Jun 04:13
· 29 commits to main since this release

1.0.7 - Pi clipboard temp path fix

Fixed

  • Auto-intercept now safely allows Pi CLI clipboard temp images such as pi-clipboard-*.png under the current OS temp directory.
  • Fixes Image path is outside allowed directories when %TEMP% / %TMP% has been moved, for example to D:\Temp.
  • Atlas-created attached-image and clipboard temp files are allowed per planned vision call without globally widening ATLAS_ALLOWED_DIRS; arbitrary temp image paths remain blocked.

Validation

  • pnpm build
  • pnpm lint
  • pnpm typecheck
  • pnpm vitest run tests/harness/intercept-images.test.ts
  • pnpm test - 49 files, 444 tests
  • npm pack --dry-run --json
  • GitHub CI on main: green