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

Policy manifest gains session.root, prompt.read, ui.panes surface entries

Plugin API policy list adds session.root, prompt.read, and ui.panes as permitted actions

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPlugin APIwhat it touches
KindInternal Changesin v2.1.275,
Under the hood No documentation found

Plugin API policy list adds session.root, prompt.read, and ui.panes as permitted actions

What

The internal manifest of known/permitted actions that plugins can request through Claude Code's API grew three new entries: session.root, prompt.read, and ui.panes. These join existing entries like session.cwd, flag.value, and the ui.blit family.

Why

This expands what plugins are allowed to access or do through the API, likely enabling plugin features that need the session's root directory, read access to prompts, or control over UI panes.

Read from
Names in the bundlesession.rootprompt.readui.panes

See this entry in the whole of v2.1.275 →

Feedback