CodeReview/frontend
lintsinghua 4d7abae245 feat(embedding): 支持 OpenAI 兼容 API 并增强错误处理
- 更新 OpenAI 提供商描述以支持兼容 API 服务商
- 前端添加兼容 API 使用引导说明
- 后端 QwenEmbedding 添加 API 密钥验证和错误处理
2025-12-19 16:37:39 +08:00
..
public feat: Update deployment configurations, dependency management, and documentation, including a new sandbox build service. 2025-12-15 15:18:55 +08:00
src feat(embedding): 支持 OpenAI 兼容 API 并增强错误处理 2025-12-19 16:37:39 +08:00
.dockerignore refactor: 优化 Docker 部署配置 2025-12-05 20:51:22 +08:00
.env.example feat: 将最大分析文件数默认值改为0表示无限制 2025-12-16 13:04:09 +08:00
Dockerfile fix(ci): switch to node:20-slim to resolve arm64 build hang 2025-12-16 23:20:39 +08:00
components.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
docker-entrypoint.sh refactor: 优化 Docker 部署配置 2025-12-05 20:51:22 +08:00
index.html chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
nginx.conf feat(nginx): 增加大文件上传支持 2025-12-16 16:58:50 +08:00
package.json chore: 更新前端版本号至3.0.2 2025-12-18 20:49:42 +08:00
pnpm-lock.yaml feat(RAG): 添加嵌入进度显示和取消支持 2025-12-16 18:41:30 +08:00
postcss.config.js refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tailwind.config.js feat(前端): 增强UI组件视觉效果和交互体验 2025-12-18 20:47:11 +08:00
tsconfig.app.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tsconfig.check.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tsconfig.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tsconfig.node.json refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
vite.config.ts refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00