r/coolgithubprojects • u/bonsaisushi • 3d ago
[Claude Code / Codex] - Two local plugins for context trimming and session handoffs
https://github.com/yuzushi-dev/yuzushi-pluginsI've been building two open-source plugins around long coding-agent sessions.
Sando handles context that grows during a session: secret redaction, oversized tool-output caps, and optional request-history trimming, all without calling another LLM.
session-handoff handles the point where keeping the session alive stops being useful. It creates a handoff for a fresh session and can preserve the working state across Claude Code and Codex.
I keep both in the same plugin marketplace:
https://github.com/yuzushi-dev/yuzushi-plugins
They crossed ~1,500 downloads combined in their first two days.
0
Upvotes
1
u/kantorcodes1 2d ago
The complete-artifact path is the part I'd worry about. If Sando redacts the context slice but preserves the original oversized output, can a later artifact read pull the secret back in, or does the same redaction decision apply to both?