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

Two hook events arrive: session.start fires on terminal session start, and prompt.context is registered but has no emitter here.

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaPlugin Hookswhat it touches
KindNew Featuresin v2.1.259,
Use it now Notable

Two hook events arrive: session.start fires on terminal session start, and prompt.context is registered but has no emitter here.

Two new hook/event kinds, prompt.context and session.start, are now recognized for host-plugin messaging validation and payload-shape mapping. session.start is wired up: the terminal REPL calls a new _raiseSessionStart() unconditionally during session start, sending {loaded, surface: "terminal", interactive: true}, with a corresponding event schema payload of {cwd}. prompt.context appears in the same validation and telemetry site tables alongside other prompt-family events, but no direct emitter was found in this slice. Both event kinds were also added to the telemetry site registry alongside existing tool/prompt/agent/turn sites.

Read from
Names in the bundlesession.startprompt.context
What the documentation says

See this entry in the whole of v2.1.259 →

Feedback