Question 141
Open question ↗Scenario: Developer Productivity Tools
A long exploration session has filled the context with verbose tool output, and you want to keep working without starting over. A teammate warns that this operation has a known trade-off.
Which statement about `/compact` is correct?
- A.`/compact` losslessly stores the full history to disk and reloads it on demand.
- B.`/compact` summarizes prior history to free context, but exact numbers, dates, and specific details can be lost in summarization.
- C.`/compact` permanently deletes the conversation and begins a brand-new session.
- D.`/compact` increases the model's context-window size for the rest of the session.