You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(service-ai): forward latest user message as ToolExecutionContext.userMessageText
Adds an optional, neutral `userMessageText` to ToolExecutionContext (alongside
currentObjectName/currentViewName) and populates it from the most recent user
message in the agent chat route (reusing extractMessageText). Lets a tool
detect explicit intent — e.g. a confirm/approval — without re-deriving it from
the transcript. Cloud's confirm-before-change gate consumes this; the framework
stays neutral (no phrase semantics here).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments