docs: add Details links for GroqCloud, LLM Proxy, Windsurf, and Manus#1833
Conversation
Four provider docs pages were not linked from providers.md: - GroqCloud (added new section + Details) - LLM Proxy (added new section + Details) - Windsurf (added new section + Details) - Manus (added missing Details link) Verified all four docs/*.md files exist on upstream main. Verified env vars, endpoints, and status URLs against source. Docs-only change, no runtime behavior affected.
|
Codex review: needs maintainer review before merge. Reviewed July 2, 2026, 5:41 AM ET / 09:41 UTC. Summary Reproducibility: not applicable. as a docs discoverability PR. Source inspection shows current main has the detail pages while the provider index lacks the corresponding detailed entries. Review metrics: 2 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Next step before merge
Security Review detailsBest possible solution: Merge the scoped provider-index update after the normal PR checks finish, keeping the docs-link script change limited to validation traversal. Do we have a high-confidence way to reproduce the issue? Not applicable as a docs discoverability PR. Source inspection shows current main has the detail pages while the provider index lacks the corresponding detailed entries. Is this the best way to solve the issue? Yes. Adding the missing entries to the existing provider overview is the narrowest maintainable fix, and the node_modules skip is scoped to the docs-link traversal. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 450ca4d91565. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
|
Landed as Proof on exact PR head
Also hardened the documentation-link crawler to ignore generated |
Four provider documentation pages on
mainhad no correspondingDetails:link indocs/providers.md, making them effectively undiscoverable from the provider index:docs/groqcloud.mdexists on main — added section with env vars, Prometheus metrics, status URL, and Details link.docs/llm-proxy.mdexists on main — added section with API key/base URL config, quota-stats endpoint, and Details link.docs/windsurf.mdexists on main — added section with web/local fetch modes, daily/weekly quota windows, and Details link.docs/manus.mdexists on main — added missing- Details: docs/manus.mdline.All env vars, endpoints, session labels, and status URLs were verified against the provider source files. No runtime behavior changed.
Verification:
lint.sh lint-linux(1210 Swift files, 0 violations) ·check-documentation-links.mjs(141 local links OK) ·check-site-locales.mjs(21 locales OK) ·generate-llms.mjs --check(llms index OK).