fix: 修复 Code Agent 外部网络请求体验

This commit is contained in:
Code Queue Review
2026-05-24 04:32:23 +00:00
parent dbce7496ce
commit 842ea95a57
6 changed files with 1187 additions and 26 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ export function classifyCodeAgentRuntimeBlock(payload, { httpStatus = null } = {
};
}
if (["runner_unavailable", "tool_unavailable", "skills_unavailable", "security_blocked"].includes(errorCode)) {
if (["runner_unavailable", "tool_unavailable", "skills_unavailable", "security_blocked", "external_network_blocked", "network_tool_unavailable", "network_timeout"].includes(errorCode)) {
return {
blocked: true,
status: "blocked",