Claude Code v2.1.9x: Agents Can Now Declare initialPrompt in Frontmatter to Auto-Submit First Turn
If you’ve been building Claude Code subagents, you’ve probably hit the same friction point: you spawn an agent, and then you have to manually kick it off with a first message. As of the latest Claude Code release (v2.1.9x, published this morning), that extra step is gone. What’s New: initialPrompt in Frontmatter Claude Code now supports a new initialPrompt field in YAML frontmatter. When an agent is invoked as a subagent, this prompt is automatically submitted as the first turn — no human input required. ...