@clawos-dev/clawd 0.2.36-beta.52.05f879d → 0.2.37-beta.53.8d7ce18
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
|
@@ -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