feat: refine codex live chat flow

This commit is contained in:
2026-04-24 21:02:01 +09:00
parent d53532508b
commit 63e5d263a7
18 changed files with 1747 additions and 297 deletions

View File

@@ -45,7 +45,7 @@ prepare_runtime() {
start_child() {
log "starting server process"
npm run start &
node dist/server.js &
CHILD_PID=$!
}