CodeReview/frontend
lintsinghua 58c918f557 feat(agent): implement streaming support for agent events and enhance UI components
- Introduce streaming capabilities for agent events, allowing real-time updates during audits.
- Add new hooks for managing agent stream events in React components.
- Enhance the AgentAudit page to display LLM thinking processes and tool call details in real-time.
- Update API endpoints to support streaming event data and improve error handling.
- Refactor UI components for better organization and user experience during audits.
2025-12-11 20:33:46 +08:00
..
public docs: enhance README with audit rules and prompt manager features 2025-12-10 00:45:11 +08:00
src feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
.dockerignore refactor: 优化 Docker 部署配置 2025-12-05 20:51:22 +08:00
.env.example chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
Dockerfile feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +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 refactor: 优化 Docker 部署配置 2025-12-05 20:51:22 +08:00
package-lock.json chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
package.json docs: update version to 2.0.0-beta.7 and add detailed prompt/rules documentation 2025-12-09 23:45:08 +08:00
pnpm-lock.yaml fix: regenerate pnpm-lock.yaml to sync with package.json 2025-11-28 21:12:14 +08:00
postcss.config.js refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
tailwind.config.js feat: update UI screenshots, add fonts, and improve terminal progress dialog 2025-11-28 22:55:32 +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