Mentenaz AI — Capabilities
The intelligence layer behind Forge, Helm, and Twin.
🔥 Forge AI
Inside the Forge desktop application.
Fix It
Reads the LSP error, generates a corrected file, and shows a diff you can accept.
AI Commit Message
Summarises your staged diff into a conventional commit message.
SQL Suggestions
Schema-aware query suggestions from your connected database.
File Explain
Explains what a changed file does and why it changed.
Risk Alerts
Flags dangerous changes (rm -rf, secret leaks, breaking imports) before you commit.
Code Assist
Generates code from a natural language description in your editor.
🐙 Helm AI
GitHub intelligence inside the Helm panel.
PR Explain
Summarises what a pull request does in plain English.
Release Notes
Generates changelogs from commits between tags.
Issue Triage
Suggests labels and priority for new issues.
Repo Describe
Generates a repository description from the codebase.
🤖 AI Twin
The conversational AI inside Forge.
Chat
General conversation with workspace context. Ask questions about your code.
Brainstorm
Structured ideation. Think through architecture decisions and design patterns.
Code Assist
Code generation with open file context. The AI sees what you're working on.
Insight
Proactive suggestions about your current file based on LSP diagnostics.
⚙ The Stack
| Layer | Technology |
|---|---|
| Inference | 5-provider fallback (Gemini → Groq → HuggingFace → Mistral → OpenRouter) |
| Embeddings | Voyage AI |
| Vector search | pgvector on Supabase |
| Transport | SSE streaming via Supabase Edge Functions |
| Runtime | Deno on Supabase |