3 Commits
Author SHA1 Message Date
junv 14b30bdb6e Update App name 2026-03-07 11:04:18 +11:00
junvandCopilot efc237ae52 feat: add POST support and compatibility params to /api/search
- Switch @router.get to @router.api_route with methods=[GET, POST]
- Add pageNumber alias for page (takes precedence when provided)
- Add numResults, format, imageProxy, safesearch params (accepted for
  compatibility with external clients)
- Update README.md, agents.md, FEATURES.md with param reference tables
- Add CHANGELOG 1.8.1 entry

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-24 10:53:35 +11:00
junv 47d6cba194 Add justfile 2026-02-23 14:45:18 +11:00