Merged
Conversation
Owner
createpjf
commented
Mar 4, 2026
- Add Local Model Support(Ollama and LM Studio)
- Add Web Search Function(Brave, needs API Key)
- Add Playground
- UI/UX Improvement
- Add Spotlight window (⌘⇧X): floating quick-ask with streaming markdown - Add Chat window: multi-turn conversations with sidebar, compare mode - Add clipboard shortcuts: ⌘⇧T translate, ⌘⇧S summarize, ⌘⇧E explain - Add My Usage tab: today/month stats, 7-day trend, model breakdown - Inject routebox.meta in SSE streams for per-response cost tracking - Add conversations/messages/spotlight_history SQLite tables + CRUD - Add 13 new API endpoints (usage, conversations, spotlight) - Hash-based multi-window routing with React.lazy code splitting - Shared components: MarkdownRenderer, ModelSwitcher, CostBar, useStreamChat Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds MessageSquare (Chat) and Sparkles (Spotlight) icons to the HeroSection title bar so users can open these windows from the panel. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Auto-discover local LLM servers at localhost:11434 and localhost:1234 - Dynamic model listing via /v1/models probe (30s polling) - $0 pricing for all local inference, 120s timeout for cold starts - Skip auth headers for local providers - 3 new API endpoints for local provider management - Frontend UI with status dots, model count, URL editing, refresh - cost_first routing naturally prefers local ($0) - Provider colors: Ollama (#0077B6), LM Studio (#E63946) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New features: - Brave Search integration: real-time web search in Chat and Spotlight - Full Chat window with conversation history and sidebar - Thinking model support (DeepSeek-R1, Qwen3) with collapsible blocks - ModelSwitcher now only shows providers with active API keys - Auth token auto-loaded across all windows via Keychain Bug fixes: - Fix budget sync bug: setting key mismatch (monthly_budget → budgetMonthly) - Fix auth token not propagating to Chat/Spotlight windows Infrastructure: - Updated README with v2.3.0 features and Brave Search docs - Added search status/key management API endpoints - Search results injected as system context before LLM forwarding Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.