Teknium
11a89cc032
docs: backfill coverage for recently-merged features ( #11942 )
...
Fills documentation gaps that accumulated as features merged ahead of their
docs updates. All additions are verified against code and the originating PRs.
Providers:
- Ollama Cloud (#10782 ) — new provider section, env vars, quickstart/fallback rows
- xAI Grok Responses API + TTS (#10783 ) — provider note, TTS table + config
- Google Gemini CLI OAuth (#11270 ) — quickstart/fallback/cli-commands entries
- NVIDIA NIM (#11774 ) — NVIDIA_API_KEY / NVIDIA_BASE_URL in env-vars reference
- HERMES_INFERENCE_PROVIDER enum updated
Messaging:
- DISCORD_ALLOWED_ROLES (#11608 ) — env-vars, discord.md access control section
- DingTalk QR device-flow (#11574 ) — wizard path in Option A + openClaw disclosure
- Feishu document comment intelligent reply (#11898 ) — full section + 3-tier access control + CLI
Skills / commands:
- concept-diagrams skill (#11363 ) — optional-skills-catalog entry
- /gquota (#11270 ) — slash-commands reference
Build: docusaurus build passes, ascii-guard lint 0 errors.
2026-04-17 21:22:11 -07:00
pedh
86fd0f846d
docs(dingtalk): document AI Cards, emoji reactions, and display settings
...
- AI Cards: how to configure ``card_template_id`` for streaming rich replies
- Emoji reactions: 🤔 Thinking → 🥳 Done lifecycle
- Per-platform display settings (streaming, tool_progress, reasoning, etc.)
- Installation: switch to the ``hermes-agent[dingtalk]`` extra (adds
alibabacloud-dingtalk alongside dingtalk-stream)
- Messaging capability matrix updated to reflect images, audio, video,
and threading support
2026-04-17 19:26:53 -07:00
Teknium
d9b9987ad3
docs: comprehensive documentation update for recent features
...
New documentation:
- DingTalk messaging platform setup guide (dingtalk.md)
Updated existing docs:
- quickstart.md: add Alibaba Cloud, Kilo Code, Vercel AI Gateway to provider table
- configuration.md: add Alibaba Cloud provider, website blocklist config,
light/dark theme mode, smart approvals (ask/smart/off)
- environment-variables.md: add Mattermost, Matrix, DingTalk, Browser Use,
DashScope env vars
- browser.md: add Browser Use cloud provider, /browser connect CDP mode,
multi-provider architecture, fix limitation section contradiction
- slash-commands.md: add /tools enable/disable/list, /browser connect/disconnect/status
- messaging/index.md: add DingTalk, Mattermost, Matrix to architecture diagram,
platform toolset table, security allowlists, and Next Steps links
- security.md: add website access policy (blocklist) documentation
- sidebars.ts: add Mattermost, Matrix, DingTalk to Messaging Gateway sidebar
2026-03-17 03:42:02 -07:00
Teknium
ba728f3e63
docs: add DingTalk setup guide and Alibaba Cloud provider to Docusaurus docs ( #1692 )
...
* feat(gateway): wire DingTalk into gateway setup and platform maps
Add DingTalk to:
- hermes_cli/gateway.py: _PLATFORMS list with setup instructions,
AppKey/AppSecret prompts, and Stream Mode setup guide
- gateway/run.py: all platform-to-config-key maps, allowed users
map, allow-all-users map, and toolset resolution maps
* docs: add DingTalk setup guide and Alibaba Cloud provider to docs
- Create website/docs/user-guide/messaging/dingtalk.md with full
setup guide (prerequisites, app creation, config, access control,
features, troubleshooting, env var reference)
- Update messaging/index.md: add DingTalk to diagram, toolsets
table, security examples, and next steps
- Update configuration.md: add Alibaba Cloud to provider table
2026-03-17 03:26:44 -07:00