Skip to content

docs: sync HINDSIGHT_API_LLM_PROVIDER lists with canonical configuration table#1675

Open
r266-tech wants to merge 3 commits into
vectorize-io:mainfrom
r266-tech:docs-sync-provider-lists
Open

docs: sync HINDSIGHT_API_LLM_PROVIDER lists with canonical configuration table#1675
r266-tech wants to merge 3 commits into
vectorize-io:mainfrom
r266-tech:docs-sync-provider-lists

Conversation

@r266-tech
Copy link
Copy Markdown
Contributor

Summary

Sync the HINDSIGHT_API_LLM_PROVIDER list across three top-level surfaces with the canonical configuration table at hindsight-docs/docs/developer/configuration.md.

The recent opencode-go addition in #1652 (and earlier providers like claude-code, openai-codex, vertexai, bedrock, litellm, litellmrouter, volcano, openrouter, deepseek, zai, llamacpp) had been fully wired into hindsight_api/config.py, llmProviders.json, configuration.md, and models.mdx — but three surfaces still carried the legacy 6–7 provider shortlist.

Drift

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, none

Format preserved per-file (inline backtick list in README.md, table cell in hindsight-api/README.md, plain bullet in CLAUDE.md).

Notes

  • No code, defaults, or tests touched.
  • No auto-generation script targets these three files (scripts/generate-docs-skill.sh regenerates the skills/hindsight-docs mirror only).
  • Each provider is present in 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant