AI Diagnostic Agent Pro
Overview
The AI diagnostic agent is a chat sidebar accessible with Cmd+Shift+A. It can call Kubernetes tools to diagnose issues, explain errors, and suggest fixes.
Available Tools
The agent has access to the following Kubernetes tools:
inspect_podget_pod_logslist_resourcesget_yamlapply_yamldescribe_resourceget_eventslist_namespacesget_metricssearch_memorysave_memory
Human-in-the-Loop
Safety is built into the agent workflow:
- Read operations execute automatically
- Write operations (such as
apply_yaml) require explicit user approval before executing - Proposed changes are shown in a diff editor for review
Persistent Memory
The agent remembers past incidents across sessions:
- SQLite database with FTS5 full-text search
- Can save and search notes about your cluster
- Recalls past diagnostics and resolutions automatically
Right-Click AI
Right-click any log line and select "Explain with AI" for instant analysis of errors and warnings.
Supported Providers
Bring your own API key. Zero data leaves your machine.
- Anthropic (Claude)
- OpenAI (GPT)
- Google (Gemini)
- Google Cloud (Vertex AI)
- Local (Ollama)
Setup
- Open Settings → AI tab
- Paste your API key
- Select a provider and model