gproxy v2.9.10
v2.9.10
Adds GPT-6 Astra wire compatibility, current Codex discovery identity, and
safe handling for asynchronous tools, steering, and misalignment stops.新增 GPT-6 Astra Wire 兼容、最新 Codex 模型发现身份,以及异步工具、
Steering 与 Misalignment 中止的安全处理。
English
Added
- GPT-6 Astra protocol support. OpenAI model identifiers now include
gpt-6-astra; Responses requests and output items preserve async function/custom tools, durableconfiguration_updatereasoning controls, thesteeredincomplete reason, and steering accepted/pending/failed events. - Explicit v2 steering boundary. The legacy per-frame Responses WebSocket bridge returns
response.steer.failedwithsteering_not_supportedinstead of accepting a control it cannot relay bidirectionally. Native mid-turn steering is available in gproxy v3.
Fixed
- Misalignment stop semantics. HTTP 403 responses with
misalignment_policy_violationare terminal policy outcomes and no longer mark a valid OpenAI or Codex credential dead or trigger failover. - Async call reconstruction. Buffered and streamed Responses tool-call state retains the upstream
asyncflag through normalization.
Changed
- Codex 0.153.2 identity. Model discovery, request headers, and TLS presets now use the current
codex_cli_rs/0.153.2identity, satisfying Astra's documented minimum client version.
简体中文
新增
- GPT-6 Astra 协议支持。 OpenAI 模型标识现包含
gpt-6-astra;Responses 请求与输出项可保留异步 Function/Custom Tool、持久化configuration_update推理控制、steered未完成原因,以及 Steering accepted/pending/failed 事件。 - 明确 v2 Steering 边界。 旧版逐帧 Responses WebSocket 桥接现在返回带
steering_not_supported的response.steer.failed,不会再接受其无法双向转发的控制;原生 Mid-turn Steering 由 gproxy v3 提供。
修复
- Misalignment 中止语义。 带
misalignment_policy_violation的 HTTP 403 现在是终止型策略结果,不再把有效的 OpenAI 或 Codex 凭据标记为失效,也不会触发故障转移。 - 异步调用重建。 缓冲及流式 Responses Tool Call 状态在规范化过程中保留上游
async标记。
变更
- Codex 0.153.2 身份。 模型发现、请求头与 TLS 预设现统一使用最新
codex_cli_rs/0.153.2身份,达到 Astra 文档声明的最低客户端版本。