$ recombobulate _
home / tips / use-compact-to-summarise-long-conversations
1

Use /compact to Summarise Long Conversations

bagwaa @bagwaa · Mar 25, 2026 · Shortcuts
use-compact-to-summarise-long-conversations

Long sessions accumulate a lot of back-and-forth that quietly eats into your context window. The /compact command lets Claude summarise everything so far and carry on — without dragging every intermediate step along for the ride.

/compact

When you run /compact, Claude Code condenses the full conversation history into a tight briefing and replaces it in place. You keep the important context — decisions made, files touched, goals established — but shed all the noise.

This is especially handy when:

  • You've been debugging for a while and the thread is getting unwieldy
  • You want to pivot to a new sub-task within the same session
  • You're approaching context limits and don't want to lose your momentum by starting over

You can also pass a custom instruction to control what gets prioritised in the summary:

/compact Focus on the API refactoring we completed; ignore the earlier CSS discussion

Claude will tailor the summary accordingly, so the next steps start with exactly the context that matters.

When in doubt, /compact rather than starting fresh — you keep your momentum without the context baggage weighing you down.

~/recombobulate $ tip --comments --count=0

Log in to leave a comment.

~/recombobulate $ tip --related --limit=3
0
Ask Side Questions Without Polluting Context with /btw

The /btw command lets you ask quick side questions that are answered immediately but never added to the conversation history.

bagwaa @bagwaa · 1 hour ago
0
Jump Back Into Your Most Recent Conversation with --continue

The --continue flag loads your most recent conversation instantly, no session ID required.

bagwaa @bagwaa · 2 hours ago
0
Give Claude Visual Context by Pasting Images from Any Source

Claude Code accepts images from any clipboard source — screenshots, Slack messages, browser windows, and design mockups all paste directly into your prompt.

bagwaa @bagwaa · 3 hours ago