@clawos-dev/clawd 0.2.259 → 0.2.260

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 -1
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -54785,7 +54785,7 @@ function buildHistoryHandlers(deps) {
54785
54785
  };
54786
54786
  const list = async (frame, _client, ctx) => {
54787
54787
  const args = HistoryListArgs.parse(frame);
54788
- assertGuestPath(ctx, path57.resolve(args.projectPath), personaRoot, "history:list");
54788
+ assertGuestPath(ctx, path57.resolve(args.projectPath), personaRoot, "history:list", usersRoot);
54789
54789
  const sessions = await history.listSessions(args);
54790
54790
  return { response: { type: "history:list", sessions } };
54791
54791
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.259",
3
+ "version": "0.2.260",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",