{"id":27998447,"url":"https://github.com/chafficui/codaicli","last_synced_at":"2026-04-30T09:33:03.763Z","repository":{"id":292006541,"uuid":"979510194","full_name":"Chafficui/CodaiCLI","owner":"Chafficui","description":"An intelligent CLI assistant that helps developers manage and edit their software projects using natural language.","archived":false,"fork":false,"pushed_at":"2025-05-08T13:45:53.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T22:53:19.595Z","etag":null,"topics":["ai","automation","claude","cli","code-analysis","developer-tools","gemini","openai","productivity","python"],"latest_commit_sha":null,"homepage":"https://codai.app/cli","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chafficui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-07T16:13:10.000Z","updated_at":"2025-05-08T13:11:19.000Z","dependencies_parsed_at":"2025-05-07T17:36:34.588Z","dependency_job_id":null,"html_url":"https://github.com/Chafficui/CodaiCLI","commit_stats":null,"previous_names":["chafficui/codaicli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chafficui%2FCodaiCLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chafficui%2FCodaiCLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chafficui%2FCodaiCLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chafficui%2FCodaiCLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chafficui","download_url":"https://codeload.github.com/Chafficui/CodaiCLI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160821,"owners_count":21863624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","automation","claude","cli","code-analysis","developer-tools","gemini","openai","productivity","python"],"created_at":"2025-05-08T22:53:23.987Z","updated_at":"2026-04-30T09:33:03.724Z","avatar_url":"https://github.com/Chafficui.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codaicli\n\n[![PyPI version](https://badge.fury.io/py/codaicli.svg)](https://badge.fury.io/py/codaicli)\n[![Python Versions](https://img.shields.io/pypi/pyversions/CodaiCLI.svg)](https://pypi.org/project/CodaiCLI/)\n[![Tests](https://github.com/chafficui/CodaiCLI/actions/workflows/test.yml/badge.svg)](https://github.com/chafficui/CodaiCLI/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/chafficui/CodaiCLI/branch/main/graph/badge.svg)](https://codecov.io/gh/chafficui/CodaiCLI)\n\nAn AI-powered CLI assistant for managing and editing software projects using natural language.\n\n## Features\n\n- 🤖 Multi-provider AI support:\n  - OpenAI\n  - Google Gemini\n  - Anthropic Claude\n- ⚙️ Interactive configuration system\n- 🔒 Command confirmation for safety\n- 📁 Smart file analysis\n- 🎯 Natural language project management\n\n## Installation\n\n```bash\n# Basic installation\npip install codaicli\n\n# Install with all dependencies\npip install \"codaicli[all]\"\n```\n\n## Quick Start\n\n1. Navigate to your project directory:\n```bash\ncd your-project\n```\n\n2. Run Codaicli:\n```bash\ncodaicli\n```\n\n3. Start interacting with your project using natural language!\n\n## Configuration\n\nRun the configuration wizard:\n```bash\ncodaicli configure\n```\n\n### API Keys\n\nYou'll need API keys for the AI providers you want to use:\n\n- [OpenAI API Key](https://platform.openai.com/api-keys)\n- [Google AI Studio API Key](https://makersuite.google.com/app/apikey)\n- [Anthropic API Key](https://console.anthropic.com/settings/keys)\n\n### Interactive Configuration\n\nThe configuration wizard will guide you through:\n1. Setting up API keys\n2. Selecting default AI provider\n3. Choosing models for each provider\n4. Managing configuration profiles\n\n## Commands\n\nWithin Codaicli:\n- `use openai/gemini/claude` - Switch AI provider\n- `help` - Show help information\n- `clear` - Clear screen\n- `exit` (or `quit`, `q`) - Exit CodaiCLI\n\n## Ignored Files\n\nCreate a `.codaiignore` file to specify files and directories to ignore:\n```\n# Ignore specific files\nsecrets.txt\n*.env\n\n# Ignore directories\nnode_modules/\nvenv/\n```\n\n## Troubleshooting\n\n### Common Issues\n\n1. **API Key Errors**\n   - Verify your API keys are correctly configured\n   - Check provider status pages:\n     - [OpenAI Status](https://status.openai.com)\n     - [Google AI Status](https://status.cloud.google.com)\n     - [Anthropic Status](https://status.anthropic.com)\n\n2. **Model Not Found**\n   - Ensure you have access to the selected model\n   - Check model availability in your region\n\n3. **Installation Issues**\n   - Ensure Python 3.8+ is installed\n   - Try installing in a virtual environment\n\n4. **Permission Errors**\n   - Check file permissions\n   - Run with appropriate privileges\n\n## Security Note\n\n- All changes and command executions require user confirmation\n- API keys are stored locally in your user directory\n- Use `.codaiignore` to protect sensitive files\n- No sensitive data is collected or transmitted\n\n## Dependencies\n\n- Python 3.7+\n- OpenAI Python SDK\n- Google Generative AI SDK\n- Anthropic Python SDK\n- Rich (for terminal formatting)\n- Typer (for CLI interface)\n- PyYAML (for configuration)\n\n## License\n\nMIT License - See LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchafficui%2Fcodaicli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchafficui%2Fcodaicli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchafficui%2Fcodaicli/lists"}