Bundle
@infinitepersistence/dsh-serial-console
Auditable serial console for DeepSeek Harness with shared user and AI access
InfinitePersistence7
3 results
Auditable serial console for DeepSeek Harness with shared user and AI access
Scratch pad: one shared floating text surface in the middle of the screen. Other plugins open it through the client service scratchpad: read mode shows big text (scrollable, selectable, Close only); edit mode adds Save and returns the edited text to the caller via onSave. No persistence; the caller owns the text.
Fixes malformed tool-call arguments (nested {"arguments":{…}} wrappers, wrapper-key aliases, param-key aliases) at the llm/stream seam — repairs execution, persistence and history replay in one place. 修复模型产出的畸形工具参数。