[docs] docs: document /reflect endpoint in api-proxy-sidecar#2268
Conversation
Add documentation for the GET /reflect management endpoint introduced in commit 9b2e0b8 (feat(api-proxy): add /reflect endpoint for dynamic provider and model discovery). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Smoke Test Results
|
🔥 Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( PR author: Overall: PASS (core BYOK inference path confirmed ✅)
|
🔥 Smoke Test Results
PR: [docs] docs: document /reflect endpoint in api-proxy-sidecar Overall: PARTIAL — MCP ✅, pre-step smoke data not injected into prompt (template substitution failed).
|
|
fix: retry awf-api-proxy health check failures and improve startup error messaging Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
Smoke Test Results
Overall: FAIL —
|
Documentation Sync - 2026-04-28
This PR synchronizes documentation with code changes from the past 7 days.
Changes Made
docs/api-proxy-sidecar.md: Added documentation for the newGET /reflectmanagement endpoint, including an example response payload and field descriptions.Code Changes Referenced
9b2e0b8:feat(api-proxy): add /reflect endpoint for dynamic provider and model discovery— Added aGET /reflectendpoint on port 10000 that returns all configured proxy endpoints, their ports,configuredstatus, cached model lists, and amodels_fetch_completeflag.Verification
reflectEndpoints()implementation incontainers/api-proxy/server.js