Commit Graph

6 Commits

Author SHA1 Message Date
fe9a404fa2 chore: remove excessive blank lines and whitespace from rexa/api/endpoints.py 2026-01-29 02:19:55 +00:00
2e45ea6442 chore: add logging, async openrouter client, error handling, and favicon styling across rexa modules 2026-01-29 02:16:39 +00:00
169bb10581 chore: remove duplicate ai-answer and search results blocks from results_ai.html template
The diff removes a large duplicate block of template code that rendered the AI answer container, search results section, and no-results fallback. This block appeared twice in the file — once before the `{% endblock %}` and once after. The removal eliminates the redundant copy while preserving the single correct instance below.
2026-01-22 23:36:10 +00:00
3dd6c6e285 feat: add empty query validation and client-side form guard to search endpoints 2026-01-22 23:30:16 +00:00
26f58eb214 fix: change default application port from 8088 to 8800 in Settings class of rexa/core/config.py 2026-01-22 23:06:28 +00:00
824e33dd8e chore: add initial project scaffold with .env.example, .gitignore, Makefile, pyproject.toml, and rexa package skeleton 2026-01-22 22:45:31 +00:00