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.110 Home All releases olderv1.0.109 v1.0.111newer

Command Queue Management System

What: Dedicated queue manager for better command handling and editing integration How to use:

# Queue multiple commands and edit them as a batch
# Commands can be queued while others are running
# Seamless transition from queue to editing mode

Details:

  • New centralized queue manager with structured operations
  • popAllForEditing method combines queued commands with current input
  • Reactive updates with callback system for UI synchronization
  • Atomic operations ensure consistent queue state
  • Evidence: yD() at line 421598, nrB() at line 436658, popAllForEditing() at line 421622

See this entry in the whole of v1.0.110 →