fix: get codex sessions in windows; improve message counting logic; fix session navigation in ChatInterface

This commit is contained in:
Haileyesus Dessie
2026-01-05 16:35:20 +03:00
parent ba70ad8e81
commit 9efe433d99
3 changed files with 17 additions and 11 deletions

View File

@@ -280,7 +280,8 @@ export async function queryCodex(command, options = {}, ws) {
// Send completion event
sendMessage(ws, {
type: 'codex-complete',
sessionId: currentSessionId
sessionId: currentSessionId,
actualSessionId: thread.id
});
} catch (error) {