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>