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 v1.0.89 Home All releases olderv1.0.88 v1.0.90newer
Claude Code v1.0.89

Wizard Framework for Multi-Step Workflows

What: A new React-based wizard system that provides consistent navigation for multi-step processes How to use: The wizard framework is currently used internally for the agent creation flow, providing a more intuitive step-by-step experience with:

  • Forward/backward navigation with clear visual indicators
  • Jump to specific steps when needed
  • Step history tracking for complex navigation patterns
  • Persistent data across all wizard steps

Details:

  • Replaces the previous state machine approach for agent creation
  • Provides consistent UI with step counters and navigation instructions
  • Supports cancellation at any point with Escape key
  • Designed to be reusable for future multi-step features

See this entry in the whole of v1.0.89 →