@clawos-dev/clawd 0.2.36 → 0.2.37

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 +0 -6
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -16759,12 +16759,6 @@ var SessionManager = class {
16759
16759
  }
16760
16760
  // ---- 命令方法:均返回 { response, broadcast[] },由 dispatcher 聚合 ----
16761
16761
  create(args) {
16762
- if (args.ownerPersonaId) {
16763
- const existing = this.deps.store.list().find((s) => s.ownerPersonaId === args.ownerPersonaId);
16764
- if (existing) {
16765
- return { response: existing, broadcast: [] };
16766
- }
16767
- }
16768
16762
  let cwd = args.cwd;
16769
16763
  if (args.ownerPersonaId && !cwd) {
16770
16764
  if (!this.deps.personaRoot) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.36",
3
+ "version": "0.2.37",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",