From f3bd10285810d3d6f8ba120b7577a882a77aaca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 23 Jun 2026 14:11:22 +0200 Subject: [PATCH] chore(docs-skill): regenerate references for Atlas Cloud provider The Atlas Cloud LLM provider was added to the docs but the generated docs-skill references were not regenerated, leaving verify-generated-files red on main. Regenerate models.md and faq.md. --- skills/hindsight-docs/references/developer/models.md | 8 ++++++++ skills/hindsight-docs/references/faq.md | 1 + 2 files changed, 9 insertions(+) diff --git a/skills/hindsight-docs/references/developer/models.md b/skills/hindsight-docs/references/developer/models.md index bc8214d19..8e50e0f11 100644 --- a/skills/hindsight-docs/references/developer/models.md +++ b/skills/hindsight-docs/references/developer/models.md @@ -32,6 +32,7 @@ Used for fact extraction, entity resolution, mental model consolidation, and ans - DeepSeek - z.ai - opencode-go +- Atlas Cloud - Volcano Engine - OpenRouter - OpenAI Codex @@ -90,6 +91,7 @@ Beyond basic generation, some providers support optional features that lower cos | DeepSeek (`deepseek`) | — | — | | z.ai (`zai`) | — | — | | opencode-go (`opencode-go`) | — | — | +| Atlas Cloud (`atlas`) | — | — | | Volcano Engine (`volcano`) | — | — | | OpenRouter (`openrouter`) | — | — | | OpenAI Codex (`openai-codex`) | — | — | @@ -151,6 +153,7 @@ Each provider has a recommended default model that's used when `HINDSIGHT_API_LL | `deepseek` | `deepseek-v4-flash` | | `zai` | `glm-4.5-flash` | | `opencode-go` | `deepseek-v4-flash` | +| `atlas` | `deepseek-ai/deepseek-v4-pro` | | `volcano` | `doubao-pro-32k` | | `openrouter` | `qwen/qwen3.5-9b` | | `openai-codex` | `gpt-5.4-mini` | @@ -262,6 +265,11 @@ export HINDSIGHT_API_LLM_PROVIDER=opencode-go export HINDSIGHT_API_LLM_API_KEY=your-opencode-go-api-key export HINDSIGHT_API_LLM_MODEL=deepseek-v4-flash +# Atlas Cloud (OpenAI-compatible, https://www.atlascloud.ai) +export HINDSIGHT_API_LLM_PROVIDER=atlas +export HINDSIGHT_API_LLM_API_KEY=your-atlascloud-api-key # base_url defaults to https://api.atlascloud.ai/v1 +export HINDSIGHT_API_LLM_MODEL=deepseek-ai/deepseek-v4-pro # reasoning model; also Qwen / GLM / Kimi / MiniMax, etc. + # Nous Portal (OpenAI-compatible; no API key — uses your `hermes portal` login) export HINDSIGHT_API_LLM_PROVIDER=nous export HINDSIGHT_API_LLM_MODEL=deepseek/deepseek-v4-flash # any Nous-hosted slug diff --git a/skills/hindsight-docs/references/faq.md b/skills/hindsight-docs/references/faq.md index 675a3a178..cd9394899 100644 --- a/skills/hindsight-docs/references/faq.md +++ b/skills/hindsight-docs/references/faq.md @@ -79,6 +79,7 @@ Browse all supported integrations in the Integrations Hub. - DeepSeek - z.ai - opencode-go +- Atlas Cloud - Volcano Engine - OpenRouter - OpenAI Codex