fix(agents): include reasoningLevel in compaction params

main
Peter Steinberger 2026-01-10 22:34:21 +01:00
parent 357891a063
commit 050c1c5391
1 changed files with 1 additions and 0 deletions

View File

@ -769,6 +769,7 @@ export async function compactEmbeddedPiSession(params: {
provider?: string; provider?: string;
model?: string; model?: string;
thinkLevel?: ThinkLevel; thinkLevel?: ThinkLevel;
reasoningLevel?: ReasoningLevel;
bashElevated?: BashElevatedDefaults; bashElevated?: BashElevatedDefaults;
customInstructions?: string; customInstructions?: string;
lane?: string; lane?: string;