fix: keep link understanding from dropping replies

This commit is contained in:
Peter Steinberger
2026-04-27 13:45:00 +01:00
parent fa1f670716
commit 1fbe83d09f
6 changed files with 106 additions and 23 deletions

View File

@@ -214,6 +214,8 @@ function buildCoreDistEntries(): Record<string, string> {
"agents/models-config.runtime": "src/agents/models-config.runtime.ts",
"subagent-registry.runtime": "src/agents/subagent-registry.runtime.ts",
"agents/pi-model-discovery-runtime": "src/agents/pi-model-discovery-runtime.ts",
"link-understanding/apply.runtime": "src/link-understanding/apply.runtime.ts",
"media-understanding/apply.runtime": "src/media-understanding/apply.runtime.ts",
"commands/doctor/shared/plugin-registry-migration":
"src/commands/doctor/shared/plugin-registry-migration.ts",
"commands/status.summary.runtime": "src/commands/status.summary.runtime.ts",