chore(vscode-ide-companion): add comment

This commit is contained in:
yiliang114
2025-12-12 13:59:05 +08:00
parent d812c9dcf2
commit 89be6edb5e
3 changed files with 3 additions and 15 deletions

View File

@@ -138,7 +138,6 @@ export class QwenConnectionHandler {
'[QwenAgentManager] Qwen requires authentication. Authenticating and retrying session/new...',
);
try {
// Let CLI handle authentication - it's the single source of truth
await connection.authenticate(authMethod);
// FIXME: @yiliang114 If there is no delay for a while, immediately executing
// newSession may cause the cli authorization jump to be triggered again