Rebuild and update project functionality

This commit is contained in:
Gemini AI
2025-12-26 13:13:36 +04:00
Unverified
parent 57576051b3
commit 6fc923c8ba
20 changed files with 375 additions and 396 deletions

View File

@@ -17,6 +17,10 @@ export class ZaiPlanService {
};
}
hasAuth(): boolean {
return !!this.config.apiKey;
}
private getHeaders(): Record<string, string> {
return {
"Content-Type": "application/json",