问题: - 交互模式下AnalysisAgent未创建InteractionHandler,导致交互提示无法显示 - console.status动画干扰了Agent内部的交互提示 解决方案: - 在BaseAgentFactory中添加create_interactive()方法,统一交互模式的创建方式 - 修改project.py使用AnalysisAgent.create_interactive() - 移除console.status动画,改为清晰的提示信息,避免干扰交互 - 优化交互提示格式,添加分隔线让提示更明显 影响: - 用户能正确看到并响应AI审查建议等交互提示 - 交互体验更加清晰流畅 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| analysis_result.json | ||
| tasks.json | ||