@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.
- package/dist/cli.cjs +1 -1
- 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
|
};
|