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
ClaudeR 0.12.0 / clauder-mcp 0.14.0. Field bugs from a three-persona
game-agent session plus the queued pilot-2 items.
Identity tug-of-war fix: personas sharing one MCP connection were
renaming each other via set_agent_name (one shared global). New
as_agent parameter on send_message, check_messages, and
wait_for_message acts as that identity for one call, with a separate
read cursor per name. set_agent_name now warns it renames the whole
connection; the agent intro states where the current id came from
(env, argument, random, or rename) and steers shared connections to
as_agent; the coordination protocol documents both cases.
Coordination visibility: messaging bypasses R by design, so the
console and Shiny panel showed nothing while agents talked. The addin
now tails the session event log every 2s: new events echo to the
console (respecting print-to-console), append to the session log as
comments, and the Agents panel shows a coordination roster with
last-seen ages alongside execution agents.
Pilot-2 items: check_cross_references handles S-prefixed supplement
numbering and exempts extractor-marker ids from orphan reporting when
caption declarations exist; Step 3b documents unname() for htest
components; Pass 4c requires author-plus-year citation matching.
CI: S-prefix crossref regression test. R CMD check: Status OK.
pytest 30/30, handshake 40 tools.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments