@clawos-dev/clawd 0.2.38-beta.54.cac95f0 → 0.2.38-beta.55.d2c72b2
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 +0 -6
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -16792,12 +16792,6 @@ var SessionManager = class {
|
|
|
16792
16792
|
}
|
|
16793
16793
|
// ---- 命令方法:均返回 { response, broadcast[] },由 dispatcher 聚合 ----
|
|
16794
16794
|
create(args) {
|
|
16795
|
-
if (args.ownerPersonaId) {
|
|
16796
|
-
const existing = this.deps.store.list().find((s) => s.ownerPersonaId === args.ownerPersonaId);
|
|
16797
|
-
if (existing) {
|
|
16798
|
-
return { response: existing, broadcast: [] };
|
|
16799
|
-
}
|
|
16800
|
-
}
|
|
16801
16795
|
let cwd = args.cwd;
|
|
16802
16796
|
if (args.ownerPersonaId && !cwd) {
|
|
16803
16797
|
if (!this.deps.personaRoot) {
|
package/package.json
CHANGED