mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
fix: ci
This commit is contained in:
@@ -637,6 +637,7 @@ export const useSlashCommandProcessor = (
|
||||
setSessionShellAllowlist,
|
||||
setIsProcessing,
|
||||
setConfirmationRequest,
|
||||
session.stats,
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
@@ -66,10 +66,6 @@ export async function getProjectSummaryInfo(): Promise<ProjectSummaryInfo> {
|
||||
};
|
||||
|
||||
const timeAgo = getTimeAgo(timestamp);
|
||||
fs.writeFile(
|
||||
'debug.md',
|
||||
`timestamp: ${timestampMatch} \n${timestamp}\n timeAgo: ${timeAgo}\n`,
|
||||
);
|
||||
|
||||
// Parse Overall Goal section
|
||||
const goalSection = content.match(
|
||||
|
||||
Reference in New Issue
Block a user