chore(pi-notifications): remove remaining console.log
This commit is contained in:
@@ -31,7 +31,6 @@ export default function (pi: ExtensionAPI) {
|
||||
pi.on("agent_end", async (event, _ctx) => {
|
||||
if (!agentEndEnabled) return;
|
||||
|
||||
console.log(`[pi-notifications] agent_end: messages=${JSON.stringify(event.messages?.map((m: any) => m.type))}`);
|
||||
notify("Agent finished", `${event.messages?.length ?? 0} turns`);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user