Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 05:14
· 4 commits to main since this release

Fixed

  • 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.