From c4079d3aeaba3995c08dac30f1b91b83e2e1e76e Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Tue, 9 Sep 2025 09:25:07 +0800 Subject: [PATCH] fix: ci --- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 1 + packages/core/src/utils/projectSummary.ts | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 798e8e76..9c5bfc12 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -637,6 +637,7 @@ export const useSlashCommandProcessor = ( setSessionShellAllowlist, setIsProcessing, setConfirmationRequest, + session.stats, ], ); diff --git a/packages/core/src/utils/projectSummary.ts b/packages/core/src/utils/projectSummary.ts index 46b66001..191e01c2 100644 --- a/packages/core/src/utils/projectSummary.ts +++ b/packages/core/src/utils/projectSummary.ts @@ -66,10 +66,6 @@ export async function getProjectSummaryInfo(): Promise { }; const timeAgo = getTimeAgo(timestamp); - fs.writeFile( - 'debug.md', - `timestamp: ${timestampMatch} \n${timestamp}\n timeAgo: ${timeAgo}\n`, - ); // Parse Overall Goal section const goalSection = content.match(