Releases: whaaaley/opencode-search
Releases · whaaaley/opencode-search
v0.0.8
23 Feb 10:00
Compare
Sorry, something went wrong.
No results found
What's Changed
Internal refactor: remove unused default from Result type in safe.ts
v0.0.7
23 Feb 09:05
Compare
Sorry, something went wrong.
No results found
What's Changed
Expose sort arg on bsky-search tool
Export item types directly from providers
Split formatDate into formatDate and formatDateTime
Simplify cache using safe and safeAsync
Refactor safeAsync destructuring across all search tools
Flatten src/utils into src root
v0.0.6
22 Feb 11:18
Compare
Sorry, something went wrong.
No results found
What's Changed
Document mdn-search tool in README
Add hero image to README
v0.0.4
22 Feb 10:53
Compare
Sorry, something went wrong.
No results found
Add MDN Web Docs search tool
v0.0.3
21 Feb 19:30
Compare
Sorry, something went wrong.
No results found
Add Bluesky, standard.site, and Wikipedia search tools
Remove Google search
Extract renderers, reorganize src layout
Migrate testing and type checking from Deno to Bun
v0.0.2
21 Feb 14:30
Compare
Sorry, something went wrong.
No results found
Add fallback HTML parser for DuckDuckGo results.
Readability is tried first, falls back to manual parsing of .result__a and .result__snippet selectors
Extracted parseResults into its own module with tests
v0.0.1
21 Feb 14:20
Compare
Sorry, something went wrong.
No results found
Initial release of opencode-search.
An OpenCode plugin that provides web search tools:
Web Search - Auto-selects between Google and DuckDuckGo based on available API keys
Google Search - Google Custom Search JSON API with file-based caching and blocked host filtering
DuckDuckGo Search - JSDOM/Readability content extraction