Accept authorized ACP endpoints in health checks

This commit is contained in:
Haitao Pan 2026-04-09 14:38:38 +08:00
parent 210e32b6db
commit 32d928a5da
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
method: acp.capabilities
params: {}
return_content: true
status_code: 200
status_code: [200, 401]
register: acp_codex_bridge_http
- name: Validate local Codex ACP bridge CORS preflight

View File

@ -15,7 +15,7 @@
method: acp.capabilities
params: {}
return_content: true
status_code: 200
status_code: [200, 401]
register: acp_gemini_bridge_http
- name: Show Gemini ACP adapter status

View File

@ -27,7 +27,7 @@
method: acp.capabilities
params: {}
return_content: true
status_code: 200
status_code: [200, 401]
register: acp_opencode_bridge_http
- name: Validate local OpenCode ACP bridge CORS preflight