Read-only context shared by every plugin hook.
messages is a snapshot of the conversation at the moment the hook runs: in ClaudiusPlugin.onBeforeSend it excludes the in-flight user message; in ClaudiusPlugin.onAfterReceive and ClaudiusPlugin.onError it includes it.
messages
Readonly
The Worker chat endpoint URL the widget posts to.
Conversation snapshot, oldest message first. Treat as immutable.
Read-only context shared by every plugin hook.
messagesis a snapshot of the conversation at the moment the hook runs: in ClaudiusPlugin.onBeforeSend it excludes the in-flight user message; in ClaudiusPlugin.onAfterReceive and ClaudiusPlugin.onError it includes it.