Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.261 ·

New SDK launch flag: --await-initialize

A new SDK CLI flag makes the process wait for an initialize request over stdin before starting.

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSDKwhat it touches
KindNew Featuresin v2.1.261,
Use it now Notable

A new SDK CLI flag makes the process wait for an initialize request over stdin before starting.

The Claude Agent SDK CLI has a new --await-initialize flag that makes the process block at startup and read the first stdin line as an initialize control request, applying its launch-scoped fields (currently plugins) the same way --plugin-dir/--plugin-dir-no-mcp would. It requires --input-format=stream-json, cannot be combined with --sdk-url, and only applies when stdin isn't a TTY. Startup fails with a descriptive error if the first line isn't valid JSON, isn't an initialize request, or never arrives before the wait times out.

Read from
Names in the bundle--plugin-dir
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Create plugins touched a line naming --plugin-dir after this was published. Trying the plugin with `--plugin-dir` tells you it can work. To find out how often Claude actually reaches for it and gets the right result, run it against a set of test prompts with [`claude plugin eval`](/docs/en/plugin-evals). Each prom… plugins see the edit
Confirmed since Anthropic's documentation has since written up --plugin-dir, on Discover and install prebuilt plugins through marketplaces. * Edits to a plugin you loaded with [`--plugin-dir`](/docs/en/plugins#test-your-plugins-locally) while you develop it discover-plugins see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up --plugin-dir, on Discover and install prebuilt plugins through marketplaces.

See this entry in the whole of v2.1.261 →

Feedback