Skip to content

Releases: elad12390/code-assistant-configuration-interface

CACI v1.1.8 - Bug Fixes and Improvements

26 Aug 16:55

Choose a tag to compare

πŸš€ CACI v1.1.8 - Multi-Platform Release

Release Date: 2025-08-26

πŸ”§ What's New in v1.1.8

  • Model Update: Changed OpenRouter model to qwen/qwen3-coder:free for better AI recommendations
  • Dependency Fix: Made keytar an optional dependency to prevent CI failures
  • CLI Improvement: Fixed process.exit handling to use proper error throwing
  • Code Quality: Updated nullish coalescing operators for better type safety

πŸ“¦ Installation

NPM (Recommended)

npm install -g code-assistant-config-interface@1.1.8

Quick Start

# Install CACI
npm install -g caci

# Configure your Claude Code project
caci configure

# View help
caci --help

πŸ”§ Technical Details

  • Node.js: 18+ required
  • Platforms: Linux, macOS, Windows
  • Size: ~2MB (compressed)
  • All tests: βœ… 35 passing

πŸ“– Documentation: https://github.com/elad12390/claude-code-configurator
πŸ› Issues: https://github.com/elad12390/claude-code-configurator/issues

πŸ€– Generated with Claude Code

CACI v1.1.4 - Complete Multi-Provider AI Integration

23 Aug 15:22

Choose a tag to compare

πŸŽ‰ CACI v1.1.4 - Production Ready Multi-Provider AI Integration

βœ… Major Features Complete

πŸ€– Multi-Provider AI Support

  • Anthropic Claude 3.5 Sonnet via ANTHROPIC_API_KEY
  • Google Gemini 1.5 Pro via GOOGLE_API_KEY (free tier available!)
  • OpenAI GPT-4o via OPENAI_API_KEY
  • Auto-detection and priority fallback (Anthropic > Gemini > OpenAI)

πŸ“Š Data-Driven Recommendations

  • Usage statistics for all components (30-100% scoring)
  • Color-coded display: Green (80%+), Yellow (60-79%), Gray (<60%)
  • Intelligent prioritization of proven components
  • 8-15 components per category for comprehensive setup

πŸ”— Correct MCP Integration

  • Project-scoped installation via --scope project
  • Creates .mcp.json for team sharing
  • 15+ MCPs working: context7, deepgraph, github-integration, etc.
  • Proper claude mcp add commands (not folders)

🎯 Enhanced User Experience

  • Fixed terminal display issues and text wrapping
  • Clean CLI formatting with console.clear()
  • Essential defaults: context7, business-analyst, task-decomposition-expert
  • Professional output with proper spacing

πŸš€ Proven Working

Comprehensive E2E testing validates all functionality works correctly.

CACI is now production-ready! πŸŽ‰

CACI v1.1.2 - Claude Code Integration

22 Aug 22:26

Choose a tag to compare

πŸŽ‰ Major Update: Claude Code Integration

This release marks a significant milestone with the complete replacement of Google Gemini AI with Claude Code headless mode integration.

✨ New Features

  • πŸ€– Claude Code Integration: No more Google API key required - uses existing Claude authentication
  • πŸ“ Project Structure Analysis: Automatically analyzes your project using tree command with smart exclusions
  • πŸ’¬ Natural Language Descriptions: Enhanced project description prompts for better recommendations
  • πŸ“¦ Bundled Components: components.json now included with package (no longer required in user projects)

πŸ”§ Technical Improvements

  • Headless Claude Integration: Uses claude -p with proper flags for JSON output
  • Cross-Platform Tree Analysis: Intelligent fallback from tree to find commands
  • Better Error Messages: Updated troubleshooting tips for Claude CLI setup
  • Reduced Dependencies: Removed heavy Google AI and LangChain dependencies

πŸ› οΈ Installation

# Install globally
npm install -g code-assistant-config-interface

# Or use directly
npx code-assistant-config-interface configure

πŸ“‹ Prerequisites

  • Node.js 18+
  • Claude Code installed and authenticated (claude /login)

πŸš€ Benefits

  • βœ… Simplified Setup: No more API key management
  • βœ… Better Recommendations: Uses project structure + natural language for smarter suggestions
  • βœ… Faster Installation: Smaller package size without heavy AI dependencies
  • βœ… More Reliable: Uses Claude authentication that users already have

πŸ”„ Migration from v1.1.0

If upgrading from v1.1.0:

  1. Remove GOOGLE_API_KEY environment variable (no longer needed)
  2. Ensure Claude Code is installed and authenticated: claude /login
  3. Install new version: npm install -g code-assistant-config-interface@1.1.2

Full Changelog: v1.0.7...master

CACI v1.0.7 - Multi-Platform Release

22 Aug 15:59

Choose a tag to compare

πŸš€ CACI v1.0.7 - Multi-Platform Release

Release Date: 2025-08-22

πŸ“¦ Installation Options

NPM (Recommended)

npm install -g code-assistant-config-interface@v1.0.7

Docker

docker run --rm caci:v1.0.7 --help

APT (Ubuntu/Debian)

# Quick install via APT repository
curl -fsSL https://github.com/elad12390/claude-code-configurator/releases/latest/download/install-caci-apt.sh | sudo bash

Homebrew (macOS/Linux)

brew install caci

DEB Package (Manual)

# Download caci_1.0.7_all.deb from this release
sudo dpkg -i caci_1.0.7_all.deb

Direct Download

  • 🍎 macOS: Download CACI-v1.0.7.dmg
  • 🐧 Linux: Download install-caci.sh
  • πŸͺŸ Windows: Download install-caci.ps1

✨ What's New in v1.0.7

  • πŸ”§ Complete CLI tool for Claude Code configuration
  • πŸ€– AI-powered component recommendations
  • πŸ“¦ Multi-platform support (npm, Docker, APT, DEB, Homebrew)
  • πŸ”’ Safe backup and restore functionality
  • πŸ“Š Configuration history and iteration tracking
  • 🎯 Production-ready with comprehensive testing

πŸš€ Quick Start

# Install CACI
npm install -g caci

# Configure your Claude Code project
caci configure

# View help
caci --help

πŸ”§ Technical Details

  • Node.js: 18+ required
  • Platforms: Linux, macOS, Windows
  • Package formats: NPM, Docker, APT, DEB, Homebrew
  • Size: ~2MB (compressed)

πŸ“– Documentation: https://github.com/elad12390/claude-code-configurator
πŸ› Issues: https://github.com/elad12390/claude-code-configurator/issues
πŸ’¬ Support: GitHub Discussions

πŸ€– Generated with Claude Code