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
terminal_send_keys schema resolution error in strict MCP clients (e.g. OpenClaw): the generated JSON Schema emitted a $ref: "#/$defs/KeyInput" whose $defs block was nested under the input property rather than hoisted to the schema root, making the reference unresolvable. KeyInput is now marked #[schemars(inline)] so its schema is inlined directly under items, eliminating the $ref/$defs pair entirely.
Wide character (CJK/emoji) rendering in screen reader output — trailing placeholder cells of 2-column characters were being emitted as literal spaces, causing 中文测试 to appear as 中 文 测 试. (Thanks @cacaview, #1)