Files
analysis_claude_code/agents/s06_context_compact.py
123456wda c171f8a545 fix(s06): wire compact tool's focus parameter into auto_compact
The compact tool schema declares a "focus" parameter ("What to preserve
in the summary") but the handler ignored it entirely -- the parameter
was never passed to auto_compact(). Now the focus value is captured from
block.input and included in the summarization prompt so the LLM knows
what details to prioritize when compressing the conversation.
2026-05-15 10:59:51 +08:00

10 KiB