Commit Graph

2 Commits

Author SHA1 Message Date
fd8d72d968 fix: change trigger from '?' to 'ai:' to avoid clash with help 2026-06-17 20:48:15 +10:00
811044cf8f feat(everything): add AI prompt plugin (Claude + Ollama)
Adds a new Everything launcher plugin triggered by '?' that sends
the query to either Claude API or a local Ollama instance and
displays the response as a selectable item.

Configure via environment variables:
  ANTHROPIC_API_KEY  enables Claude (auto-detected)
  AI_PROVIDER        "claude" or "ollama" (default: auto)
  CLAUDE_MODEL       default: claude-haiku-4-5-20251001
  OLLAMA_MODEL       default: llama3.2
  OLLAMA_HOST        default: http://localhost:11434

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 20:43:38 +10:00