fix codex unresponsive

This commit is contained in:
Arjun 2026-06-30 21:57:05 +05:30 committed by arkml
parent f2b5c6b1ab
commit e6ff631191
8 changed files with 135 additions and 10 deletions

View file

@ -139,6 +139,8 @@ function toEvent(update: SessionUpdate): CodeRunEvent {
priority: e.priority ?? undefined,
})),
};
case 'usage_update':
return { type: 'usage', used: update.used, size: update.size };
default:
return { type: 'other', sessionUpdate: update.sessionUpdate };
}