@clawos-dev/clawd 0.2.168 → 0.2.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.cjs +1 -0
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -43826,6 +43826,7 @@ function buildPersonaHandlers(deps) {
43826
43826
  return { response: { type: "persona:info", ...persona } };
43827
43827
  };
43828
43828
  const list = async (_frame, _client, ctx) => {
43829
+ personaRegistry.reload();
43829
43830
  const all = personaRegistry.list();
43830
43831
  const isGuest = ctx?.principal.kind === "guest";
43831
43832
  const personas = isGuest ? all.filter(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.168",
3
+ "version": "0.2.169",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",