Version 2.55.0 Release: Rebranding to Astra

This commit is contained in:
g1nation
2026-05-03 20:40:40 +09:00
parent d8ae0b5964
commit a5f3e383d4
19 changed files with 140 additions and 67 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export class HealthCheckMonitor {
if (reports.length > 0) {
logWarn(`Health Check Warnings: ${reports.join(' | ')}`);
vscode.window.showWarningMessage(`ConnectAI Health Warning: ${reports[0]}`);
vscode.window.showWarningMessage(`Astra Health Warning: ${reports[0]}`);
}
return {
+1 -1
View File
@@ -43,7 +43,7 @@ export class StatusBarManager {
break;
}
this.statusBarItem.text = `${icon} G1nation: ${status}`;
this.statusBarItem.text = `${icon} Astra: ${status}`;
this.statusBarItem.tooltip = detail || `Current State: ${status}`;
if (status === AgentStatus.Success || status === AgentStatus.Error) {