Skip to content

Brain CLI v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 06:16
· 21 commits to main since this release

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 | bash

Manual Download

Download the appropriate binary for your platform:

Verification

Verify your download with the provided checksums:

sha256sum -c checksums.txt

πŸš€ Quick Start

  1. Configure your OpenAI API key:

    brain config set openai-key sk-your-api-key-here
  2. Save your current context:

    brain save "debugging authentication middleware"
  3. Resume where you left off:

    brain resume

πŸ“‹ Full Command Reference

  • brain save <message> - Save current context with your notes
  • brain resume - Show last context with AI analysis
  • brain list [count] - View recent context history
  • brain config set <key> <value> - Configure settings
  • brain --help - Show detailed help

Full Changelog: v0.0.0...v1.0.0