You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up audit: the /v1 insertion bug was not limited to Zhipu /v4. Other Codex presets such as Volcengine Agentplan, BytePlus, and DouBaoSeed use non-/v1 versioned roots like /api/coding/v3 or /api/v3, so old protocol probing would also derive /v3/v1/... paths.
Changes: added representative v3 probe URL regression coverage and recorded the scope in project memory. Normal /v1-ended providers were already handled by the previous branch and are not part of this bug.
Verification: cargo test --manifest-path src-tauri/Cargo.toml probe_url --lib; cargo fmt --manifest-path src-tauri/Cargo.toml --check; git diff --check.
0 commit comments