Skip to content

AI Tools Troubleshooting

CodeCompanion Issues

API Key Problems

# Check Gemini API key
echo $GEMINI_API_KEY

# Set API key temporarily
:lua vim.env.GEMINI_API_KEY = "your-key-here"

Chat Not Responding

# Check network
ping generativelanguage.googleapis.com

# Restart CodeCompanion
:CodeCompanion reset

Supermaven Issues

Suggestions Not Appearing

# Check if Supermaven is running (auto-starts)
# Try restarting Neovim

# Ensure not in a large file (>100KB can disable AI)

Performance Issues

# Supermaven uses proprietary model
# Check system resources
# Large files may slow suggestions

Database (Dbee) Issues

Connection Failures

# Check dbee status
:Dbee

# Load connections manually
:DbeeLoadConnections

# Check connection file
cat ~/.cache/nvim/dbee/persistence.json

Snowflake MFA Problems

# Disable auto-connect
:lua require("config.dbee-helpers").disable_snowflake_autoconnect()

# Restore when needed
:DbeeRestoreSnowflake