Skip to content

Releases: junmo-kim/mac-local-vision

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:18

macvis v0.2.1

Fixes a real process crash in ask when Apple Intelligence isn't ready yet (SIGSEGV
inside FoundationModels on macOS 27 Beta, not a catchable error) and reclassifies a
transient content-safety-model error as retryable instead of a hard failure. Adds
ask_languages to doctor, reporting which languages ask can answer in right now.

What's Changed since v0.2.0

Features

  • expose ready ask languages via doctor (171b4c9)

Fixes

  • reclassify transient content-safety-model error as retryable (ad80ee7)
  • avoid ask crash when the model is not ready (a76237b)
  • generate real changelog-based release notes (e1bff7c)
  • align release-ask.sh privacy guard with CI (exclude HTTPServer.swift) (aa24ad0)

Refactoring

  • migrate PureLogicTests from XCTest to Swift Testing (3d14244)

Documentation

  • reflect verified ask inference, ask_languages, and language-flag caveat in README (37c7712)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 06:55

macvis v0.2.0

Adds macvis serve — an HTTP MCP transport for remote MCP clients — plus base64 image input for ocr/find, so calls no longer need a file on disk.

What's Changed since v0.1.0

Features

  • add HTTP MCP transport (macvis serve) (04aae83)
  • add base64 image input for ocr/find (data field) (c433839)
  • add GitHub URL to help output (f4a0b73)

Documentation

  • install-focused release notes (drop ask27) (aa25b05)

Tests

  • add unit tests for HTTPParser and InputSource (8751c9e)

CI

  • add Network.framework privacy guard (7c390c2)

Other

  • chore: single binary + Homebrew/mise install (0acdce2)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 12:04

macvis v0.1.0

First release. A fully on-device Vision CLI for macOS: OCR, image search (find), face grouping, and natural-language ask (Beta) — exposed as both a CLI and an MCP server, with zero cloud calls.

What's Changed

Features

  • CLI — ocr/find/doctor/faces/ask + MCP server (8390697)
  • SemanticEngine — ask backend (Beta) (e370f58)
  • on-device face grouping engine (d65a353)
  • OCR engine (locale-aware, PDF/HEIC/EXIF) (19fe7c7)
  • VisionCore — dependency-free CLI primitives (f4cf043)

Fixes

  • skip Vision-bound tests on CI runners (de07c91)

Documentation

  • add CI / license / platform badges (21a737b)
  • README + Claude Code skill (b2d6d46)

Other

  • chore: add CONTRIBUTING, SECURITY, issue template (f3871d8)
  • chore: CI and tagged-release workflows (2e99c43)