Commit graph

4 commits

Author SHA1 Message Date
Sunny
9a929d98cb fix: address CodeRabbit review comments for PR #77
- Add SSRF validation to TTS route with baseUrl allowlist
- Fix concurrency.ts: validate maxConcurrent >= 1, fill aborted slots
- Add .env existence check to shell script with error messaging
- Add language identifier to README code block (markdownlint MD040)
- Add input validation and 30s timeout to groq-tts route
- Preserve previous summary on error in SummarizeModal
- Pass maxLength parameter through to summarize API
- Fix unused docType parameter in dexie.ts getSummary
- Reject whitespace-only text in summarize API

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 04:57:41 +00:00
Sunny
41b9793537 refactor: replace external Groq TTS proxy with built-in API route
- Add /api/groq-tts route to handle TTS requests directly in Next.js
- Add /api/groq-tts/voices endpoint for listing available voices
- Remove groq-tts-proxy.py Python server dependency
- Remove authentication system (auth route, middleware, lib)
- Simplify startup script to only run the Next.js app

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 04:10:11 +00:00
Sunny Modi
161a294a24 chore: remove package-lock.json and update URLs in setup documentation
- Deleted `package-lock.json` to streamline dependency management.
- Updated URLs in `OPENREADER_SETUP.md`, `openreader-webui.sh`, and `README.md` to reflect local development settings instead of production URLs.
2026-01-25 14:13:57 -06:00
Sunny
5f87d66cc4 feat: add AI summarization with multi-provider support and Groq TTS integration 2026-01-19 23:32:13 +00:00