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.1.97 Home All releases olderv2.1.96 v2.1.98newer
Claude Code v2.1.97

/dream Slash Command [Gradual Rollout]

What

A new user-invocable slash command for reflective memory consolidation — reviewing recent activity, synthesizing learnings into typed memory files, and pruning stale entries.

Usage
# Manual consolidation
/dream

# Schedule nightly consolidation
/dream nightly
Details
  • Aliases: /learn
  • Manual mode (/dream or /dream consolidate) runs an immediate memory consolidation pass
  • Schedule mode (/dream nightly) sets up a recurring cron job that runs consolidation overnight
  • The schedule persists across sessions (written to .claude/scheduled_tasks.json) and auto-expires after a configurable period
  • Cancel scheduled consolidation at any time
  • Gated behind the tengu_kairos_dream feature flag — availability may vary
  • Previously, only the background auto-dream mechanism existed (silently consolidating between sessions); this command gives users direct control
Evidence

Skill registration with name: "dream", aliases: ["learn"] (search for "Reflective memory consolidation") — WKA at line ~636587

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.97 →