Skip to main content

AI-powered code review assistant for your terminal - Get instant, intelligent feedback on your code changes

Project description

EntelligenceAI CLI

AI-powered code review assistant that helps you catch bugs, improve code quality, and follow best practices - all from your terminal.

PyPI version Python 3.8+

🚀 Installation

pip install entelligence-cli

📝 Quick Start

1. Get Your API Key

Sign up and get your API key: app.entelligence.ai/settings?tab=api

2. Authenticate

entelligence auth login

Paste your API key when prompted.

3. Review Your Code

entelligence review

That's it! The CLI will analyze your changes compared to the base branch and provide intelligent feedback.

📖 Usage

Authentication Commands

# Log in with your API key
entelligence auth login

# Check authentication status
entelligence auth status

# Log out
entelligence auth logout

Review Commands

# Review current changes
entelligence review

# Review against a specific branch
entelligence review --base-branch develop

# Set review priority
entelligence review --priority high

# Verbose output mode
entelligence review --mode verbose

# Include uncommitted changes
entelligence review --include-uncommitted

# Plain text output
entelligence review --plain

# Debug mode
entelligence review --debug

Common Workflows

Before Committing:

git add .
entelligence review
git commit -m "Your message"

Before Creating PR:

git checkout -b feature/my-feature
# ... make changes ...
entelligence review --priority high
git push origin feature/my-feature

🔧 Configuration

Config File

Configuration is stored at ~/.entelligence/config.json with secure permissions (read/write for owner only).

Environment Variables

For non-interactive use, you can set:

  • ENTELLIGENCE_API_KEY - Your API key (alternative to entelligence auth login)

💡 Benefits

For Individual Developers

  • Catch bugs before they reach code review
  • Learn best practices through AI suggestions
  • Save time on code reviews
  • Improve code quality consistently

For Teams

  • Maintain consistent code standards
  • Reduce code review time
  • Improve code quality across the team

🆘 Troubleshooting

Authentication Failed

# Check your authentication status
entelligence auth status

# If invalid, re-authenticate
entelligence auth logout
entelligence auth login

Ensure your API key is valid at app.entelligence.ai/settings?tab=api

Connection Timeout

  • Check your internet connection
  • Try again with --debug flag for more information

No Changes Detected

# Make sure you have uncommitted changes
git status

# Or include committed changes against base branch
entelligence review --base-branch main

🔐 Security & Privacy

  • All code analysis is performed securely with enterprise-grade encryption
  • Your API key is stored locally with restricted file permissions (0600)
  • No code is permanently stored without your permission
  • For security concerns: info@entelligence.ai

📚 Resources

📄 License

Proprietary - Copyright © 2026 EntelligenceAI. All rights reserved.

❓ FAQ

Q: Is my code stored on your servers? A: No, code is only analyzed transiently and not permanently stored.

Q: Does this work with private repositories? A: Yes, all code remains private and secure.

Q: What languages are supported? A: Python, JavaScript, TypeScript, Java, Go, Rust, C++, Ruby, PHP, Swift, Kotlin, and more.

Q: Can I review specific files only? A: Currently reviews are based on Git changes. File-specific reviews coming soon.


Made with ❤️ by EntelligenceAI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

entelligence_cli-0.1.3.tar.gz (36.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

entelligence_cli-0.1.3-py3-none-any.whl (37.7 kB view details)

Uploaded Python 3

File details

Details for the file entelligence_cli-0.1.3.tar.gz.

File metadata

  • Download URL: entelligence_cli-0.1.3.tar.gz
  • Upload date:
  • Size: 36.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for entelligence_cli-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a5111a119b27c12261cd767c22912942afe6d5bcebbef17c1354036fa79a17c7
MD5 b2910f0b83ca74b215988bdb3d7696c4
BLAKE2b-256 77d408d865dd09ede742ca9672ccc171e4fbd6f8f06da00448ddb2a43af6d1d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for entelligence_cli-0.1.3.tar.gz:

Publisher: publish.yml on Entelligence-AI/cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file entelligence_cli-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for entelligence_cli-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7eb618a06f9e0e9f319741e1f2a7bcbd0db98e5af3db7520396b24ac2de8d8c2
MD5 c3320d26856c82d9213a3ba9f05bfa0c
BLAKE2b-256 858aa97b7cf8f3125907820d587a94db89ad817a0d2c61aaa775a07672917c13

See more details on using hashes here.

Provenance

The following attestation bundles were made for entelligence_cli-0.1.3-py3-none-any.whl:

Publisher: publish.yml on Entelligence-AI/cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page