fix: bundle pi dependency and directive handling

This commit is contained in:
Peter Steinberger
2025-12-06 00:49:46 +01:00
parent 6f27f742fe
commit ddfb76e9e0
8 changed files with 127 additions and 115 deletions

View File

@@ -131,7 +131,11 @@ describe("runCommandReply (pi)", () => {
command: ["pi", "{{Body}}"],
agent: { kind: "pi" },
},
templatingCtx: { ...noopTemplateCtx, Body: "hello", BodyStripped: "hello" },
templatingCtx: {
...noopTemplateCtx,
Body: "hello",
BodyStripped: "hello",
},
sendSystemOnce: false,
isNewSession: true,
isFirstTurnInSession: true,