Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.59 Home All releases olderv2.0.58 v2.0.60newer
Claude Code v2.0.59

Post-Compaction Feedback Survey

What: After memory compaction events, users can optionally provide feedback on the compaction quality.

Details:

  • Survey message: "How did that compaction go? (optional)" at line 481872
  • Analytics event: tengu_post_compact_survey_event at line 477154
  • Survey appears after compaction operations complete
  • Auto-hides after 3 seconds (oj3 = 3000 at line 477153)
  • Implemented via V39() hook at line 477101
  • Evidence: Feature completely absent in v2.0.58

See this entry in the whole of v2.0.59 →