Skip to content

Terraphim AI v0.2.3

Choose a tag to compare

@AlexMikhalev AlexMikhalev released this 14 Oct 20:17
· 2632 commits to main since this release

Terraphim AI v0.2.3

✨ Features

  • Complete frontend test suite resolution
  • TUI and CLI functionality verified and fully operational
  • Enhanced search with knowledge graph integration
  • Multi-term search with logical operators (AND/OR)
  • Role-based configuration and management

🐛 Fixes

  • Fixed all frontend test failures (100% pass rate)
  • Resolved Svelte 5 compatibility issues by downgrading to Svelte 4
  • Fixed component import and function reference errors
  • Resolved ripgrep tag validation edge cases
  • Fixed TUI timeout and error handling issues

🏗️ Improvements

  • Enhanced CI/CD pipeline stability
  • Better error handling and graceful degradation
  • Improved documentation and testing coverage
  • Optimized build configurations
  • Enhanced logging and debugging capabilities

📦 Available Downloads

  • Docker Image: ghcr.io/terraphim/terraphim-server:v0.2.3
  • Debian Package: terraphim-server_0.2.3_amd64.deb
  • Arch Linux Package: terraphim-server-0.2.3-x86_64.pkg.tar.zst

🚀 Quick Start

Docker

docker run -p 8000:8000 ghcr.io/terraphim/terraphim-server:v0.2.3

TUI (Terminal User Interface)

# Download and extract the binary
./terraphim-tui --help
./terraphim-tui search "rust" --limit 10
./terraphim-tui roles list

Server

./terraphim-server --config config.json

📋 System Requirements

  • Operating System: Linux (Ubuntu 18.04+, Arch Linux), macOS, Windows
  • Memory: 4GB RAM minimum, 8GB recommended
  • Storage: 1GB available space
  • Docker: Docker 20.10+ (for containerized deployment)

🔧 Configuration

See the Configuration Guide for detailed setup instructions.

📚 Documentation

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines.

📄 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.


Full Changelog: v0.2.2...v0.2.3

🤖 Generated with Claude Code