Skills
Set tool-result clearing on a context-length threshold, distinct from history compaction
Two different knobs solve two different problems: tool-result clearing drops past tool outputs once the conversation crosses a configured context-length threshold, while compaction summarizes and replaces the running message history at the threshold. They're complementary — clearing reclaims the bulkiest tokens (raw tool dumps) immediately, compaction shrinks the conversational narrative. Configure both thresholds explicitly instead of relying on a single auto-summarize trigger.
↳ Follow the thread