chore(vscode-ide-companion): bump version to 0.4.1

This commit is contained in:
yiliang114
2025-12-09 21:48:40 +08:00
parent e91ea3ac1a
commit 29032d2c6a
8 changed files with 14 additions and 93 deletions

View File

@@ -21,7 +21,7 @@ export class AuthStateManager {
private static context: vscode.ExtensionContext | null = null;
private static readonly AUTH_STATE_KEY = 'qwen.authState';
private static readonly AUTH_CACHE_DURATION = 24 * 60 * 60 * 1000; // 24 hours
//TODO:
private constructor() {}
/**