SIGN IN SIGN UP

Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

0 0 109 Python

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.
1
123456wda committed
c171f8a54541eac99f9c9f80aabb811b515b0376
Parent: c354cf7