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
finalizeResult() cleared _lastUserInput before executeSessionNaming()
ran, so the naming prompt always had an empty user message. Without the
user's request for context, the model produced generic/repeated names.
Add a dedicated _namingUserInput field that captures the first user
message and is not cleared by API retry cleanup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments