shujakuin
26070fb7d5
fix: replay buffered success streams incrementally
2026-07-08 21:27:39 +08:00
shujakuin
5d48ef5880
fix: parse escaped retryable error messages
2026-07-08 10:08:25 +08:00
shujakuin
a62f2cf1b9
feat: add retry wave visibility controls
2026-07-07 20:28:24 +08:00
shujakuin
446a0e99a8
fix: raise request body limit to 1GB
2026-07-01 16:26:59 +08:00
shujakuin
c8cc3b153b
feat: support access-key protected admin
2026-06-30 21:06:20 +08:00
shujakuin
d90a1cd94f
feat: gate admin ui with optional access key
2026-06-30 19:46:29 +08:00
shujakuin
5e237993dd
fix: broaden thread id capture
2026-06-30 17:00:33 +08:00
shujakuin
a642022066
feat: track thread ids and retry stream disconnects
2026-06-30 11:25:36 +08:00
shujakuin
ec1f8ceb16
add stable request ids for replays
2026-06-30 00:10:49 +08:00
shujakuin
43097a22f1
retry more capacity-style upstream failures
2026-06-29 21:21:42 +08:00
shujakuin
1d7016bf65
retry stream capacity errors in gateway
2026-06-29 20:54:25 +08:00
shujakuin
f1a755eebe
make profile startup state-driven
2026-06-29 19:10:33 +08:00
shujakuin
57c7264c7b
harden upstream retry handling
2026-06-29 18:04:53 +08:00
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
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