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.28 Home All releases olderv2.0.27 v2.0.29newer
Claude Code v2.0.28

Plugin Command Processing with Session ID

What: Plugin commands and skills now have access to session ID during processing.

Details:

  • Session ID passed through to command/skill creation functions
  • Enables session-aware plugin behavior
  • Supports plugin state management across invocations
  • Evidence: Modified functions ZR2() at line 441792, YR2() at line 441892, yUA() at line 441803 now accept session ID parameter

See this entry in the whole of v2.0.28 →