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(