Commit Graph

5 Commits

Author SHA1 Message Date
shuaibird b3084f95c6
Merge f408718218 into 96096ea0ff 2026-05-28 17:30:45 -04:00
666ghj 3f4d56116c fix(backend): constrain Python version to 3.11-3.12 2026-05-24 22:59:36 +08:00
shuaibird f408718218 fix: add socksio dependency for SOCKS proxy support
httpx (used by the OpenAI SDK) requires socksio to handle SOCKS5 proxy
    connections. Without it, LLM API calls fail with a 500 error when the
    system has a SOCKS proxy configured (e.g., all_proxy=socks5://...).
2026-03-19 10:28:19 +08:00
666ghj 390c120fef fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 2026-01-22 18:28:37 +08:00
666ghj 136843ada9 Initialize project with version 0.1.0 and update package configurations
- Created package-lock.json for dependency management.
- Updated package.json and frontend package.json to version 0.1.0.
- Adjusted backend pyproject.toml to reflect version 0.1.0.
- Introduced uv.lock for Python dependency resolution.
2025-12-18 18:30:29 +08:00