Skip to content

Set Kagi as the default search engine#14

Merged
dikkadev merged 2 commits intomainfrom
copilot/add-kagi-search-engine
Mar 20, 2026
Merged

Set Kagi as the default search engine#14
dikkadev merged 2 commits intomainfrom
copilot/add-kagi-search-engine

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 20, 2026

This updates the shipped bang registry to use Kagi as the default search engine. Since Kagi was not previously available as a bang and kg is already used by Kaggle, this adds a dedicated kagi bang and points the default configuration at it.

  • Registry updates

    • set default to kagi
    • add a new Kagi search entry under the Search category
    • update the def alias from ai+sp to ai+kagi
  • Config-backed regression coverage

    • add a focused test that loads the real bangs.yaml
    • assert the shipped registry includes the kagi bang and uses it as the default
  • Result

    • plain searches now resolve to Kagi by default
    • the bundled bang list exposes Kagi as a first-class search provider without conflicting with Kaggle
default: 'kagi'

aliases:
  def: 'ai+kagi'

Kagi:
  bang: 'kagi'
  url: 'https://kagi.com/search?q={}'
  description: 'Premium privacy-focused search engine'
  category: 'Search'
  • UI
    • Kagi now appears in the search-engine list and is reflected in the default alias configuration

Kagi in the bangs UI

Original prompt

add to the bangs project a new search engine or if already available set to default. the new engine is kagi


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: dikkadev <64754924+dikkadev@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dikkadev/bangs/sessions/6181e2d2-e686-417d-9c6d-26230a320041
Copilot AI changed the title [WIP] Add Kagi search engine to Bangs project Set Kagi as the default search engine Mar 20, 2026
Copilot AI requested a review from dikkadev March 20, 2026 18:30
@dikkadev dikkadev marked this pull request as ready for review March 20, 2026 18:45
@dikkadev dikkadev merged commit 4538910 into main Mar 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants