Skip to content

gproxy v3.0.10

Choose a tag to compare

@github-actions github-actions released this 10 Sep 01:47
· 53 commits to main since this release

v3.0.10

Fix saving upstream model metadata and allow custom capability values in the Console.

English

Fixed

  • Saving discovered models no longer fails with model metadata contains an invalid enum value when upstream metadata contains values such as Codex's shell_type: "shell_command". Shell types, verbosity, reasoning summaries, tool types, truncation modes, and reasoning efforts accept upstream strings without a fixed allowlist. Numeric limits, duplicate checks, and required field relationships remain validated.
  • Console metadata fields preserve unknown values and support custom text, with known values offered as suggestions. Clearing an optional field restores its unset state.

简体中文

修复

  • 修复上游模型可以获取、却因 model metadata contains an invalid enum value 无法保存的问题,包括 Codex 返回 shell_type: "shell_command" 的情况。Shell 类型、详细程度、推理摘要、工具类型、截断模式和推理档位不再受固定白名单限制,原样接受上游字符串;保留数值范围、去重和必要字段配对校验。
  • Console 元数据字段支持显示和编辑未知值,已知值仅作为输入建议;清空可选字段恢复为未设置状态。