feat: add !gw for google web-only#148
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdded a new bang entry to the exported Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/bang.ts`:
- Around line 122074-122079: The new Google Web Only bang object currently uses
the keyword "gw" (field t) which conflicts with the existing Gentoo Wiki entry
and will be shadowed by Array.find; update the t value to a unique keyword such
as "gwo" or "gweb" (or another unused token) in the object where t: "gw",
preserving the rest of the fields (u, s, c) so the entry becomes reachable and
avoids the Gentoo Wiki collision.
New bang for google search without the ai overview
Note
Add
!gwebbang for Google web-only searchAdds a new
gwebbang to bang.ts that searches Google with theudm=14parameter, which filters results to web pages only.Macroscope summarized 707b32d.
Summary by CodeRabbit