Never lose context.
Have you noticed how LLMs are so smart on the first answer and so stupid after a few back and forth? We keep them smart by intelligently managing what stays in context.
Get the latest universal macOS installer from our GitHub releases page. Compatible with both Intel and Apple Silicon Macs.
For setup instructions, architecture details, and development guides, see the documentation.
- macOS 12.0 or later
- Xcode 14.0 or later
- SwiftLint for code formatting
- Clone the repository
- Install SwiftLint:
brew install swiftlint - Set up Git hooks:
./scripts/setup-git-hooks.sh
This project uses Git hooks to ensure code quality:
- pre-commit: Runs SwiftLint before each commit
- pre-push: Runs SwiftLint before each push
To install the hooks for your local repository:
./scripts/setup-git-hooks.shTo bypass hooks (not recommended):
git commit --no-verify
git push --no-verifyTo auto-fix SwiftLint issues:
swiftlint --fixThis project is licensed under the MIT License.
