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
fix(manage-assistant): refresh the question pool when the assistant creates a draft
The chat iframe caches the verified manage parent origin (zustand store,
set only after a context message passes validation) and posts a
klicker:manage-element-created message to that exact origin after a
successful proposal confirm. The widget validates the payload strictly
behind its existing origin+source checks, refetches GetUserElements, and
fires a success toast (new i18n key, en+de). Standalone chat tabs skip
the notify silently. Confirm double-submit was already guarded.
0 commit comments