Standard-Opus auf claude-opus-4-7 festlegen (statt CLI-Default)
Dieser Commit ist enthalten in:
@@ -34,6 +34,10 @@ const WS = {
|
||||
console.log('WebSocket verbunden');
|
||||
this.reconnectDelay = 2000;
|
||||
this._startPing();
|
||||
// Nach Reconnect: Refresh-Status mit Server abgleichen
|
||||
if (typeof App !== 'undefined' && App.syncRefreshStatus) {
|
||||
App.syncRefreshStatus();
|
||||
}
|
||||
return;
|
||||
}
|
||||
try {
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren