You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we understand : Compression uses LLM call itself → costs tokens to save tokens. Only worth it if file changed since last compress.
but its inconvenient to run compress after every claude.md and memory file changes.
Realistic fix would be: Hook on UserPromptSubmit that checks if CLAUDE.md modified since last compress → if yes, compress → then proceed. Checksum comparison, no LLM needed for detection part.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
we understand : Compression uses LLM call itself → costs tokens to save tokens. Only worth it if file changed since last compress.
but its inconvenient to run compress after every claude.md and memory file changes.
Realistic fix would be: Hook on UserPromptSubmit that checks if CLAUDE.md modified since last compress → if yes, compress → then proceed. Checksum comparison, no LLM needed for detection part.
Would that help to avoid on demand compress ?
PR advice below : for automation

All reactions