Commit Graph

2 Commits

Author SHA1 Message Date
chiguyong c428728742 feat: frontend Sentry integration + auth error handling
- Add sentry.client.config.ts and sentry.server.config.ts
- Add @sentry/nextjs to package.json
- Replace TODO:SENTRY in ErrorBoundary with actual Sentry.captureException
- Add console.error + Sentry reporting in auth.ts authorize and refreshAccessToken
- Enable TypeScript strict checks in production builds only
2026-06-04 14:04:55 +08:00
chiguyong 9e63915f42 feat: 完成系统真实化改造 + Mock清除 + 文档编写
- 实现 Onboarding 后端 API(6个端点完整对接)
- 接入百炼 DashScope LLM(qwen3-coder-plus 真实引用检测)
- 修复知识库 MockEmbedder(自动检测 API Key 切换真实 Embedder)
- 内容生成对接 RAG 知识库检索
- 清除前端 onboarding 硬编码假数据(改为错误提示+重试)
- 移除模拟加载延迟(setTimeout)
- Pipeline dry-run 模式添加生产环境告警
- 添加操作流程文档和后续待办事项文档
- 更新 .gitignore 排除测试产物和临时文件
2026-05-23 21:35:10 +08:00