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.260 ·

New $.process.run capability for plugin hook scripts

Plugin hook scripts can now spawn and run external commands via $.process.run.

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPluginswhat it touches
KindNew Featuresin v2.1.260,
Use it now Notable

Plugin hook scripts can now spawn and run external commands via $.process.run.

Plugin hook scripts can now call $.process.run alongside the existing fs.*, store.*, and http.fetch namespace, letting a hook spawn and run arbitrary external commands rather than only reading files or making HTTP calls. The implementation validates arguments, handles SIGTERM-then-SIGKILL shutdown, caps captured stdout/stderr size, runs under toolCgroupClass: "plugin", and applies default and maximum timeouts.

See this entry in the whole of v2.1.260 →

Feedback