Releases: CreevekCZ/afm-cli
Releases · CreevekCZ/afm-cli
v0.1.1 MVP Release
🎉 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)
- Command-line arguments (positional or
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
- Documentation
- License (MIT)