feat(FN-2260): merge fusion/fn-2260

This commit is contained in:
Fusion
2026-04-22 13:47:00 -07:00
committed by gsxdsm
parent b2a82328fe
commit 866e7cdb70
32 changed files with 2419 additions and 423 deletions

View File

@@ -255,6 +255,7 @@ export class InProcessRuntime
}
: undefined,
rootDir: this.config.workingDirectory,
pluginRunner: this.pluginRunner,
})
: undefined;
@@ -452,6 +453,7 @@ export class InProcessRuntime
taskStore: this.taskStore,
rootDir: this.config.workingDirectory,
messageStore: this.messageStore,
pluginRunner: this.pluginRunner,
onMissed: (agentId) => {
runtimeLog.warn(`Agent ${agentId} missed heartbeat`);
},
@@ -596,6 +598,7 @@ export class InProcessRuntime
semaphore: this.globalSemaphore,
stuckTaskDetector: this.stuckTaskDetector,
agentStore: this.agentStore,
pluginRunner: this.pluginRunner,
onSpecifyStart: (t) => {
this.recordActivity();
runtimeLog.log(`Specifying ${t.id}...`);