feat: Expose BuildSystemPromptOptions on before-agent-start event. (#3473)

Resolves: #3463
This commit is contained in:
Douglas Stephen
2026-04-20 16:06:47 -05:00
committed by GitHub
parent 7c69aadcaf
commit 1891b9ac01
9 changed files with 143 additions and 5 deletions

View File

@@ -35,6 +35,8 @@ export {
type AgentToolResult,
type AgentToolUpdateCallback,
type BeforeAgentStartEvent,
type BeforeAgentStartEventResult,
type BuildSystemPromptOptions,
type ContextEvent,
defineTool,
discoverAndLoadExtensions,