fix: block code agent non-2xx readiness
This commit is contained in:
@@ -320,6 +320,10 @@ assert.doesNotMatch(html, /主流程[\s\S]*添加草稿/u);
|
||||
assert.match(app, /sendAgentMessage/);
|
||||
assert.match(app, /fetchJson\("\/v1\/agent\/chat"/);
|
||||
assert.match(app, /Code Agent 调用失败/);
|
||||
assert.match(app, /normalizeBlockedAgentResult/);
|
||||
assert.match(app, /isBlockedAgentResponse/);
|
||||
assert.match(app, /isHttpNon2xxStatus/);
|
||||
assert.match(app, /providerStatus/);
|
||||
assert.match(app, /codeAgentAvailability/);
|
||||
assert.match(app, /codeAgentAvailabilityFrom/);
|
||||
assert.match(app, /latestCompletedAgentMessage/);
|
||||
|
||||
Reference in New Issue
Block a user