@clawos-dev/clawd 0.2.35-beta.51.70d804e → 0.2.36-beta.52.05f879d

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
@@ -10057,7 +10057,7 @@ var init_tool_result_extra = __esm({
10057
10057
 
10058
10058
  // src/tools/claude-history.ts
10059
10059
  function cwdToHashDir(cwd) {
10060
- return "-" + cwd.replace(/^\//, "").replace(/\//g, "-");
10060
+ return cwd.replace(/[^a-zA-Z0-9]/g, "-");
10061
10061
  }
10062
10062
  function hashDirToCwd(hash) {
10063
10063
  const body = hash.startsWith("-") ? hash.slice(1) : hash;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.35-beta.51.70d804e",
3
+ "version": "0.2.36-beta.52.05f879d",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",