Brain CLI v1.0.0
Brain CLI v1.0.0
π What's New
This release includes:
- Core CLI functionality for capturing and resuming development context
- AI-powered context analysis with OpenAI integration
- Git integration for automatic repository state detection
- Cross-platform support (Linux, macOS Intel/ARM)
π¦ Installation
Quick Install (Linux/macOS)
curl -sSL https://github.com/gustavjorlov/brain/releases/download/v1.0.0/install.sh | bashManual Download
Download the appropriate binary for your platform:
- Linux (x64): brain-linux
- macOS (Intel): brain-mac
- macOS (ARM64): brain-mac-arm64
Verification
Verify your download with the provided checksums:
sha256sum -c checksums.txtπ Quick Start
-
Configure your OpenAI API key:
brain config set openai-key sk-your-api-key-here -
Save your current context:
brain save "debugging authentication middleware" -
Resume where you left off:
brain resume
π Full Command Reference
brain save <message>- Save current context with your notesbrain resume- Show last context with AI analysisbrain list [count]- View recent context historybrain config set <key> <value>- Configure settingsbrain --help- Show detailed help
Full Changelog: v0.0.0...v1.0.0