chore: update user agent version to 1.0.69 in claudeConsoleAccountService and claudeConsoleRelayService

This commit is contained in:
andersonby
2025-08-07 00:53:14 +08:00
parent ec0e7671ae
commit e553734e42
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ const config = require('../../config/config');
class ClaudeConsoleRelayService {
constructor() {
this.defaultUserAgent = 'claude-cli/1.0.61 (console, cli)';
this.defaultUserAgent = 'claude-cli/1.0.69 (external, cli)';
}
// 🚀 转发请求到Claude Console API