CodeReview/frontend/src/components
lintsinghua eed111c04d chore: reduce logging verbosity and clean up file formatting
- Change logger.info to logger.debug in agent_tasks.py streaming and tree endpoints
- Disable SQLAlchemy echo mode in database session configuration
- Suppress uvicorn access logs and LiteLLM INFO level logging in main application
- Remove LogViewer component and LogsPage from frontend
- Add trailing newlines to multiple backend configuration and model files
- Update frontend routing to remove logs page reference
- Improve application startup logging clarity by filtering verbose third-party logs
2025-12-12 15:50:48 +08:00
..
agent feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
analysis refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
audit feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
common refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
database chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
debug chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
layout chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
reports fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
system feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
ui feat: update UI with new branding, logo, and modern terminal-inspired styling 2025-11-27 22:34:23 +08:00