Commit Graph

4 Commits

Author SHA1 Message Date
shujakuin 4605885262 feat: add profile ui and request telemetry 2026-06-29 04:40:32 +08:00
掌星 441061fe5e Avoid passing empty args to node scripts
Make wrapper scripts omit the "${ARGS[@]}" expansion when no arguments are supplied. Each script now checks if ARGS is empty and invokes node with only the script path if so. Affects: scripts/install-for-current-provider.sh, scripts/launch-ui.sh, scripts/restore-codex-config.sh, scripts/start-gateway.sh, and scripts/stop-gateway.sh. This prevents an empty positional parameter from being passed to the .mjs entrypoints.
2026-06-26 12:28:11 +08:00
nonononull d2e1acbaf4 Add strict 502 mode and upstream retry handling for streaming responses 2026-06-26 11:24:00 +08:00
fleetingtime20026 9cc6bc9b31 feat: publish codex retry gateway 2026-06-26 10:07:55 +08:00