mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-01-28 04:17:32 +00:00
fix: get codex sessions in windows; improve message counting logic; fix session navigation in ChatInterface
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user