I built a tool which allows you to save those sweet Fable tokens 😩 When you're deep in a Claude session and the context window fills up, /compact summarises your whole conversation using that same expensive model. I built a solution for that - which most of you will hate 🤣 /side-compact lets you use a cheaper model, on a lower effort level, while compacting a conversation or creating a handover doc. It runs Sonnet or Haiku on your transcript, writes a chaptered summary, and gives you a command to start a fresh session that picks up where you left off. What it does: 🔹 Runs inside your live session, accessible by your agent 🔹 Strips noise like tool-call payloads and thinking blocks before summarising 🔹 Outputs chapters with line references back to the original transcript, so a fresh session can look up details on demand 🕵️ The summarisation call is sandboxed with no tools, which makes it more secure than an LLM provider's sandbox because it won't go hack a country on your behalf Check it out, it's open source and free - https://github.com/akash-joshi/side-compact