Common questions and solutions for NikCLI users
How do I install NikCLI?
docker run -it nikcli/cli
npm run build
Which AI model should I use?
Use Case | Primary | Alternative |
---|---|---|
General Development | Claude 3.5 Sonnet | GPT-4 |
Code Generation | Claude 3.5 Sonnet | GPT-4 Turbo |
Learning/Education | Claude 3.5 Sonnet | GPT-4 |
Quick Tasks | Claude 3 Haiku | GPT-3.5 Turbo |
Local/Offline | Ollama (Llama 2) | CodeLlama |
How do I configure API keys securely?
When should I use the Universal Agent vs Specialized Agents?
How do I get better results from agents?
How do I handle agent conflicts or disagreements?
Why are responses slow sometimes?
How can I optimize token usage and costs?
How do I improve code quality from agents?
NikCLI won't start or crashes frequently
API errors or authentication failures
File operations not working
Agents produce inconsistent or low-quality code
How do I handle large projects or codebases?
Session management and history issues
How do I set up NikCLI for a team?
Can I customize agents for specific technologies or patterns?
How do I integrate NikCLI with existing development tools?
How to report bugs effectively
How to request new features
/help
or search the documentation. The community is also very helpful for questions not covered in the documentation.