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
Sending attached annotations no longer fails with cannot get property "remote" without inject: the submission command is now executed through the session AgentContext that claim.submit receives (actx), which is the only context that carries the scoped commands/execute remote. Reading the remote from the plugin's root client context threw in the real Web runtime (the fixture provided it, so browser regressions passed) and surfaced as the send-failed Toast with the raw Cordis error. The slash-command re-check inside claim.submit uses the same scope context, and the session command() fallback stays for runtimes without the remote.