Skip to content

Releases: CreevekCZ/afm-cli

v0.1.1 MVP Release

17 Nov 18:00

Choose a tag to compare

🎉 Initial Release v0.1.1

First release of afm-cli, a Swift CLI for interacting with macOS Apple Intelligence foundation models.

✨ Features

Core Functionality

  • Generate text using Apple Intelligence Foundation models
  • Multiple input methods:
    • Command-line arguments (positional or --prompt)
    • File input (--file)
    • Standard input (piping)

Advanced Features

  • System prompts/pre-prompts (--system-prompt, -s) to guide response style and format
  • Conversation management (--conversation, -c) to save and load conversation history in JSON format

User Experience

  • Help command (--help, -h)
  • Version command (--version, -v)
  • System requirement validation (macOS 26.0+, Apple Silicon, Apple Intelligence enabled)

🔗 Links