feat(plugin-sdk): export plugin hook types · openclaw/openclaw@68c77bb
jzakirov
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,6 +7,7 @@ import {
|
7 | 7 | abortEmbeddedPiRun, |
8 | 8 | clearActiveEmbeddedRun, |
9 | 9 | queueEmbeddedPiMessageWithOutcome, |
| 10 | +resolveActiveEmbeddedRunSessionId, |
10 | 11 | setActiveEmbeddedRun, |
11 | 12 | type EmbeddedPiQueueMessageOptions, |
12 | 13 | } from "../agents/pi-embedded-runner/runs.js"; |
@@ -105,7 +106,12 @@ export { resolveModelAuthMode } from "../agents/model-auth.js";
|
105 | 106 | export { supportsModelTools } from "../agents/model-tool-support.js"; |
106 | 107 | export { resolveAttemptSpawnWorkspaceDir } from "../agents/pi-embedded-runner/run/attempt.thread-helpers.js"; |
107 | 108 | export { buildEmbeddedAttemptToolRunContext } from "../agents/pi-embedded-runner/run/attempt.tool-run-context.js"; |
108 | | -export { abortEmbeddedPiRun as abortAgentHarnessRun, clearActiveEmbeddedRun, setActiveEmbeddedRun }; |
| 109 | +export { |
| 110 | +abortEmbeddedPiRun as abortAgentHarnessRun, |
| 111 | +clearActiveEmbeddedRun, |
| 112 | +resolveActiveEmbeddedRunSessionId, |
| 113 | +setActiveEmbeddedRun, |
| 114 | +}; |
109 | 115 | |
110 | 116 | /** |
111 | 117 | * @deprecated Active-run queueing is an internal runtime concern. Use current |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。