@clawos-dev/clawd 0.2.8-beta.4.bccadfd → 0.2.8
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 +4 -2
package/dist/cli.cjs
CHANGED
|
@@ -17281,7 +17281,7 @@ function buildPermissionHandlers(deps) {
|
|
|
17281
17281
|
};
|
|
17282
17282
|
}
|
|
17283
17283
|
|
|
17284
|
-
// src/
|
|
17284
|
+
// src/session/recent-dirs.ts
|
|
17285
17285
|
function listRecentDirs(store, limit = 50) {
|
|
17286
17286
|
const sessions = store.list();
|
|
17287
17287
|
const latestByCwd = /* @__PURE__ */ new Map();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clawos-dev/clawd",
|
|
3
|
-
"version": "0.2.8
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"dev": "tsx src/cli.ts",
|
|
22
22
|
"dev:watch": "tsx watch --clear-screen=false src/cli.ts",
|
|
23
23
|
"test": "vitest run",
|
|
24
|
-
"test:watch": "vitest"
|
|
24
|
+
"test:watch": "vitest",
|
|
25
|
+
"depcruise": "depcruise --config .dependency-cruiser.cjs src"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"@clawos/clawd-protocol": "workspace:*",
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
"@types/uuid": "^10.0.0",
|
|
31
32
|
"@types/ws": "^8.5.13",
|
|
32
33
|
"@vitest/coverage-v8": "^3.2.4",
|
|
34
|
+
"dependency-cruiser": "^17.3.10",
|
|
33
35
|
"diff": "^7.0.0",
|
|
34
36
|
"pino": "^9.5.0",
|
|
35
37
|
"tsup": "^8.5.1",
|