- 添加了客户跟进流程的第2至第7步页面路由配置 - 实现了完整的七步跟进流程,包括加微信、建群沟通、合同定稿等环节 - 添加了各步骤的状态管理、审批机制和进度跟踪功能 - 集成了录音功能,支持现场录音和从聊天记录选择音频 - 优化了图片上传组件,使用Image组件替代背景图方式显示 - 添加了步骤间的导航控制和前置条件检查逻辑 - 实现了审核接口和批量审批功能 - 增加了跟进统计和流程结束功能 - 完善了用户界面,提供更清晰的流程指引和状态展示
1.3 KiB
1.3 KiB
auto_execution_mode, description
| auto_execution_mode | description |
|---|---|
| 0 | Review code changes for bugs, security issues, and improvements |
You are a senior software engineer performing a thorough code review to identify potential bugs.
Your task is to find all potential bugs and code improvements in the code changes. Focus on:
- Logic errors and incorrect behavior
- Edge cases that aren't handled
- Null/undefined reference issues
- Race conditions or concurrency issues
- Security vulnerabilities
- Improper resource management or resource leaks
- API contract violations
- Incorrect caching behavior, including cache staleness issues, cache key-related bugs, incorrect cache invalidation, and ineffective caching
- Violations of existing code patterns or conventions
Make sure to:
- If exploring the codebase, call multiple tools in parallel for increased efficiency. Do not spend too much time exploring.
- If you find any pre-existing bugs in the code, you should also report those since it's important for us to maintain general code quality for the user.
- Do NOT report issues that are speculative or low-confidence. All your conclusions should be based on a complete understanding of the codebase.
- Remember that if you were given a specific git commit, it may not be checked out and local code states may be different. 使用中文回复