Commit Graph

10 Commits

Author SHA1 Message Date
shujakuin 5f6fb3504d persist gateway metrics across restarts 2026-06-29 16:54:29 +08:00
shujakuin 283c14b6b4 retry capacity-style upstream errors 2026-06-29 15:54:36 +08:00
shujakuin 778068af42 style: color request timing pills 2026-06-29 04:49:15 +08:00
shujakuin 4605885262 feat: add profile ui and request telemetry 2026-06-29 04:40:32 +08:00
nonononull 7f7f7e5147 Update README with additional information and links 2026-06-26 17:38:30 +08:00
nonononull 9633e6681a Merge pull request #2 from zhang3xing1/main
Avoid passing empty args to node scripts
2026-06-26 12:31:03 +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 ae25b664d3 Merge pull request #1 from nonononull/codex/strict-502-streaming-516-20260626
Add strict 502 mode and upstream retry handling for streaming responses
2026-06-26 11:26:46 +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