fix: complete ordinary channel runtime paths

This commit is contained in:
冰朔 2026-08-21 13:24:43 +08:00
commit 2e48b7d768
12 changed files with 158 additions and 40 deletions

View file

@ -40,7 +40,7 @@ test('native binary exposes MCP stdio and numbered gateway controls', () => {
assert.match(dispatcher, /external_ai_gateway::set_gateway_exposure/)
const statusRoute = dispatcher.match(/"external_ai_gateway::get_gateway_status"[\s\S]*?"external_ai_gateway::set_gateway_exposure"/)?.[0]
assert.ok(statusRoute, 'gateway status route must remain discoverable')
assert.match(statusRoute, /verified_user_route/)
assert.match(statusRoute, /authenticated_human_subject/)
assert.match(statusRoute, /HOLOLAKE_GATEWAY_VERIFIED_HUMAN_REQUIRED/)
assert.match(frontendIpc, /get_external_ai_gateway_status/)
assert.match(frontendIpc, /set_external_ai_gateway_exposure/)