uniclaw-bootstrap-cache-rpc
v0.1.0
Published
OpenClaw native plugin that exposes a focused RPC for clearing bootstrap-cache snapshots without resetting sessions.
Maintainers
Readme
uniclaw-bootstrap-cache-rpc
OpenClaw native plugin that registers one focused gateway RPC:
sessions.clearBootstrapSnapshot
The method clears OpenClaw's in-memory bootstrap snapshot for a session key. It does not delete transcript files, remove sessions.json, call sessions.reset, or restart the process.
RPC
Request params:
{ "key": "agent:main:main" }Success response:
{ "ok": true, "key": "agent:main:main" }Install
Bake the npm package into the managed image under /home/node/.openclaw/extensions/uniclaw-bootstrap-cache-rpc, then enable plugin entry uniclaw-bootstrap-cache-rpc in OpenClaw config.
