Val-sss
c32e423d04
feat: v1.9.0 — 9项架构优化,工程消化反馈替代raw输出注入
核心思路:32B模型无法有效整合raw pytest输出,工程把反馈解析成
LLM最容易理解的形式(结构化诊断句),同时加入执行反馈内循环、
docstring注入、批次拆解等机制提升通过率。
9项改动:
1. generate_diagnosis() 结构化诊断句
2. _run_execution_feedback() 内循环
3. usage_finder.py 调用关系注入
4. _extract_docstrings() + _inject_docstrings()
5. _maybe_create_missing_module() LLM生成缺失模块
6. _run_whole_file_refactor() 批次拆解
7. _build_retry_hint() delta反馈
8. _clean_code_output() 格式清理(已覆盖)
9. _inject_skill_context() SKILL.md注入
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-09 18:38:03 +08:00
..
2026-05-06 21:11:45 +08:00
2026-05-07 18:24:56 +08:00
2026-05-07 09:12:47 +08:00
2026-05-07 18:24:56 +08:00
2026-05-09 18:38:03 +08:00
2026-05-09 18:38:03 +08:00
2026-05-08 09:22:47 +08:00
2026-05-06 14:02:35 +08:00
2026-05-07 18:24:56 +08:00
2026-04-28 17:52:59 +08:00
2026-04-29 20:52:13 +08:00
2026-04-28 17:52:59 +08:00
2026-04-29 19:15:19 +08:00
2026-04-28 17:52:59 +08:00
2026-05-06 13:39:00 +08:00
2026-05-07 14:42:21 +08:00
2026-05-06 11:54:18 +08:00
2026-05-07 14:42:21 +08:00
2026-05-09 18:38:03 +08:00
2026-05-09 14:03:56 +08:00
2026-05-06 17:08:08 +08:00
2026-05-07 13:23:09 +08:00
2026-05-08 11:49:54 +08:00
2026-04-30 11:45:56 +08:00
2026-05-06 19:39:17 +08:00