Skip to content

Commit 6fcfe50

Browse files
Michael Borckclaude
andcommitted
Merge chore/post-refactor-cleanup: tests, dead-code removal, doc fix
Adds Vitest with 11 settings/session tests (npm test), removes the unused getDefaultProviderConfig, and corrects the settings-page web-search default copy to DuckDuckGo. Build + lint + tests green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 parents 137dd13 + 4a64520 commit 6fcfe50

7 files changed

Lines changed: 1353 additions & 101 deletions

File tree

app/settings/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ export default function SettingsPage() {
727727
<li><strong className="text-ink">Ollama (Recommended):</strong> Free local AI. Install from <a href="https://ollama.com" target="_blank" rel="noopener noreferrer" className="underline transition-colors duration-normal hover:text-accent">ollama.com</a></li>
728728
<li><strong className="text-ink">Find models:</strong> Click the Refresh button to see available models from your provider</li>
729729
<li><strong className="text-ink">Cloud providers:</strong> Require secret keys. Create accounts and add your keys above.</li>
730-
<li><strong className="text-ink">Web search:</strong> Optional for enriched content. Disabled by default for privacy.</li>
730+
<li><strong className="text-ink">Web search:</strong> Optional for enriched content. DuckDuckGo by default (free, no key); choose Disabled to turn it off.</li>
731731
<li><strong className="text-ink">SearXNG:</strong> Self-hosted search engine for privacy-conscious users.</li>
732732
<li><strong className="text-ink">Instant apply:</strong> Settings take effect straight away, no restart needed.</li>
733733
</ul>

0 commit comments

Comments
 (0)