docs: sync HINDSIGHT_API_LLM_PROVIDER lists with canonical configuration table#1675
Open
r266-tech wants to merge 3 commits into
Open
docs: sync HINDSIGHT_API_LLM_PROVIDER lists with canonical configuration table#1675r266-tech wants to merge 3 commits into
r266-tech wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sync the
HINDSIGHT_API_LLM_PROVIDERlist across three top-level surfaces with the canonical configuration table athindsight-docs/docs/developer/configuration.md.The recent
opencode-goaddition in #1652 (and earlier providers likeclaude-code,openai-codex,vertexai,bedrock,litellm,litellmrouter,volcano,openrouter,deepseek,zai,llamacpp) had been fully wired intohindsight_api/config.py,llmProviders.json,configuration.md, andmodels.mdx— but three surfaces still carried the legacy 6–7 provider shortlist.Drift
README.md(last meaningful provider update: 2026-03-13, feat: add MiniMax LLM provider support #550 MiniMax) — sentence claims "Valid options are ...", which read as a complete list. Missing 13 providers.hindsight-api/README.md(last update: 2026-01-01, feat(doc): add new config options and supported providers #84) — config env-var table row missing 14 providers.CLAUDE.md(provider line predates current set) — bullet missing 13 providers.hindsight-docs/versioned_docs/version-0.6/...intentionally left untouched (Docusaurus snapshot pattern, frozen to that release).Change
For each file, the provider list is brought into alignment with the canonical configuration table:
openai, openai-codex, claude-code, anthropic, gemini, groq, minimax, deepseek, zai, opencode-go, ollama, lmstudio, llamacpp, vertexai, bedrock, litellm, litellmrouter, volcano, openrouter, noneFormat preserved per-file (inline backtick list in
README.md, table cell inhindsight-api/README.md, plain bullet inCLAUDE.md).Notes
scripts/generate-docs-skill.shregenerates theskills/hindsight-docsmirror only).hindsight-docs/src/data/llmProviders.json, so the data layer already knew the full set.Happy to drop a particular surface if it was intentionally curated short.