Releases: elad12390/code-assistant-configuration-interface
CACI v1.1.8 - Bug Fixes and Improvements
π 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.8Quick 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
π 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
π 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 -pwith 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:
- Remove
GOOGLE_API_KEYenvironment variable (no longer needed) - Ensure Claude Code is installed and authenticated:
claude /login - 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
π 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.7Docker
docker run --rm caci:v1.0.7 --helpAPT (Ubuntu/Debian)
# Quick install via APT repository
curl -fsSL https://github.com/elad12390/claude-code-configurator/releases/latest/download/install-caci-apt.sh | sudo bashHomebrew (macOS/Linux)
brew install caciDEB Package (Manual)
# Download caci_1.0.7_all.deb from this release
sudo dpkg -i caci_1.0.7_all.debDirect 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