@clawos-dev/clawd 0.2.183-beta.365.f527c19 → 0.2.183-beta.366.f986e84

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
@@ -57529,7 +57529,7 @@ async function startDaemon(config) {
57529
57529
  fetchUserInfo: (ttcToken) => fetchTtcUserInfo({ apiBase: TTC_HOSTS.api, token: ttcToken }),
57530
57530
  visitorStore,
57531
57531
  now: () => Date.now(),
57532
- ttlSeconds: 7 * 24 * 3600
57532
+ ttlSeconds: 30 * 24 * 3600
57533
57533
  });
57534
57534
  const getProjectStore = (userId) => new ProjectStore(deriveUserWorkDir(userId, usersRoot));
57535
57535
  const appBuilderStore = getProjectStore(ownerPrincipalId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.183-beta.365.f527c19",
3
+ "version": "0.2.183-beta.366.f986e84",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",