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

New $.session.authorize plugin hook API surface

Plugins gain $.session.authorize(), which mints an auth handle for the session.

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaPluginswhat it touches
KindNew Featuresin v2.1.257,
Use it now Notable No documentation found

Plugins gain $.session.authorize(), which mints an auth handle for the session.

The plugin hook-API dispatch table gained a new session.authorize entry, callable as $.session.authorize(), which mints an auth handle for a session via C_.sessionAuthorize. It joins existing entries like session.cwd and session.model, and related internal code references it for handling unknown auth handles.

Read from
Names in the bundlesession.authorize

See this entry in the whole of v2.1.257 →

Feedback