Skip to content

v1.2.0

Choose a tag to compare

@LordGameleo LordGameleo released this 02 Jul 15:15
601f2a1

tfy-local-ai-setup v1.2.0

Adds Claude Desktop (Cowork on 3P) as a third managed surface, alongside Claude Code and Codex.

What's new

  • Claude Desktop MDM support via the native com.anthropic.claudefordesktop managed-preferences domain — macOS immutable plist under /Library/Managed Preferences/<user>/ and Windows HKLM\SOFTWARE\Policies\Claude. (Linux unsupported — Claude Desktop 3P does not run on Linux.)
  • Auth token delivered in the X-TFY-API-KEY header via inferenceCustomHeaders — the same mechanism Claude Code uses via ANTHROPIC_CUSTOM_HEADERS. The token is authoritative: a --desktop-header that collides with it (any case) is dropped.
  • Model discovery disabledmodelDiscoveryEnabled=false pins the picker to an explicit inferenceModels list; no GET /v1/models calls.
  • Desktop model IDs inherit the Claude Code model flags (--opus-model / --sonnet-model / --haiku-model) unless overridden per-tier via --desktop-*-model.
  • New flags: --claude-desktop, --claude-desktop-gateway, --desktop-opus-model, --desktop-sonnet-model, --desktop-haiku-model, and repeatable --desktop-header 'Name: Value'. Auto-detect now covers all three clients.

Assets

Four platform binaries are attached below. macOS/Linux users must chmod +x after download.