Commit Graph
20 Commits
Author SHA1 Message Date
CameronandGitHub 48accb6a0f Update README.md 2026-01-20 11:44:38 -06:00
CameronandGitHub 4f3f16c67f Update README.md 2026-01-20 00:30:21 -06:00
CameronandGitHub 272b59763e Revise README for AI Answers Plugin clarity
Updated the README to clarify plugin name and features.
2026-01-20 00:29:43 -06:00
cra88y/pc 140a5f7235 feats: new interactive mode, language preference and time injection, more provider flexibility and clarity, more configuration options 2026-01-19 22:40:46 -06:00
CameronandGitHub 1ea09a38eb Update README for clarity on API providers 2026-01-19 15:37:27 -06:00
cra88y/pc ef19fc74b6 fix readme 2026-01-15 11:59:58 -06:00
cra88y/pc 9c4ed62ce2 Merge branch 'master' of https://github.com/cra88y/ai-answers-searxng 2026-01-15 11:58:48 -06:00
cra88y/pc feb7d97c10 fix ollama support, add thinking... fallback placeholder, clean up envar settings 2026-01-15 11:58:35 -06:00
CameronandGitHub 986f3985b1 Readme Update 2026-01-15 11:55:39 -06:00
CameronandGitHub e22360cd4d Update README.md 2026-01-14 11:43:27 -06:00
cra88y/pc 24fc17ad69 readme update 2026-01-14 11:20:25 -06:00
cra88y/pc f47483714d renaming cleanup 2026-01-14 11:12:51 -06:00
cra88y/pc 0836dfe159 fixes for chunk streaming + clean up 2026-01-14 11:10:17 -06:00
cra88y/pc 3f8a1626a7 trim answer 2026-01-14 11:02:46 -06:00
cra88y/pc 971138ac62 fix placeholder hiding 2026-01-14 11:01:43 -06:00
CameronandGitHub 8e70a085e9 Update Readme 2026-01-14 10:41:10 -06:00
cra88y/pc f0b07067e9 clean up repo and readme 2026-01-14 10:34:31 -06:00
CameronandGitHub c21477dc14 Update README.md 2026-01-14 00:19:37 -06:00
cra88y/pc 531128e828 refactor(gemini_flash): implement CSP-compliant single-file architecture
- Replace inline script injection with dynamic asset route /gemini.js to satisfy script-src 'self' CSP policies.

- Implement server-side parameter injection via URL params (	oken, q) to eliminate XSS vectors from data-* attributes.

- Secure JS injection using json.dumps for proper serialization.

- Integrate markupsafe.Markup to prevent Jinja2 template auto-escaping of the result injection.

- Reduce log verbosity in the streaming loop while maintaining visibility for critical hooks.

- Remove external dependencies, relying solely on standard lib and host environment packages.
2026-01-10 18:13:12 -06:00
cra88y/pc f849763c4a initial commit: gemini streaming plugin for searxng 2026-01-10 17:04:51 -06:00