You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone the repository
git clone https://github.com/SeungyounShin/yet-another-claude-code.git
cd yet-another-claude-code
# Install the package
pip install -e .
🚀 Quick Start
# Set your API keyexport ANTHROPIC_API_KEY="your-api-key"# Start interactive mode
yacc
# Or run a single command
yacc "Create a hello world script"
💡 Usage
# Interactive mode (default)
yacc
# Single command
yacc "Refactor this function to be more efficient"# Specify workspace
yacc -w /path/to/project "Analyze the codebase"# Show help
yacc --help