docs(i18n): port deep-audit corrections to zh-Hans mirror (#41104)

Mirrors the EN deep-audit fixes (PR #40952) into the zh-Hans translation so the
two locales agree. zh-Hans is the only non-English locale; 26 translated pages
carried the same stale claims.

Corrections ported (code tokens identical across locales; prose re-translated
where the surrounding text was already Chinese):
- reference: /version slash command + dual-surface list; cli --provider adds
  openai-api + novita aliases; tool count 70->71 (+ removed phantom "10 RL tools"
  and fixed kanban 7->9); model_catalog ttl 24->1.
- user-guide: hermes -w -q -> -w -z; language list 8->16; aux slots 8->11;
  docker separate-dashboard claim; gateway-streaming per-platform note;
  computer-use frontmatter.
- features: curator prune_builtins truth; codex-runtime aux keys
  (context_compression->compression, vision_detect->vision); voice-mode STT/TTS
  enums; removed phantom rl toolset.
- integrations: StepFun step-3-mini->step-3.5-flash; web-search backends 4->8;
  nous-portal status subcommand.
- messaging: WeCom typing/streaming columns; telegram transport default
  edit->auto; sms host 0.0.0.0->127.0.0.1; simplex/ntfy gateway-setup + pairing
  approve; line smart-chunking; matrix MATRIX_DM_AUTO_THREAD; msgraph host note.
- developer-guide: entry-point group hermes.plugins->hermes_agent.plugins;
  PLUGIN.yaml->plugin.yaml.

Net-new EN sections (mcp mTLS, api-server run-approval, kanban CLI verbs) are
untranslated in zh-Hans and fall back to English source, consistent with the
mirror's existing partial-coverage state. Verified: docusaurus build --locale
zh-Hans succeeds; no new broken anchors from these edits.
This commit is contained in:
Teknium
2026-06-07 01:57:18 -07:00
committed by GitHub
parent 3c8f1dee8d
commit f5c3fc319c
26 changed files with 42 additions and 37 deletions
@@ -95,7 +95,7 @@ hermes chat [options]
| `-q`, `--query "..."` | 单次非交互式 prompt。 |
| `-m`, `--model <model>` | 覆盖本次运行的模型。 |
| `-t`, `--toolsets <csv>` | 启用逗号分隔的 toolset 集合。 |
| `--provider <provider>` | 强制指定 provider`auto``openrouter``nous``openai-codex``copilot-acp``copilot``anthropic``gemini``google-gemini-cli``huggingface``novita``zai``kimi-coding``kimi-coding-cn``minimax``minimax-cn``minimax-oauth``kilocode``xiaomi``arcee``gmi``alibaba``alibaba-coding-plan`(别名 `alibaba_coding`)、`deepseek``nvidia``ollama-cloud``xai`(别名 `grok`)、`xai-oauth`(别名 `grok-oauth`)、`qwen-oauth``bedrock``opencode-zen``opencode-go``azure-foundry``lmstudio``stepfun``tencent-tokenhub`(别名 `tencent``tokenhub`)。 |
| `--provider <provider>` | 强制指定 provider`auto``openrouter``nous``openai-codex``copilot-acp``copilot``anthropic``gemini``google-gemini-cli``huggingface``novita`(别名 `novita-ai``novitaai`)、`openai-api``zai``kimi-coding``kimi-coding-cn``minimax``minimax-cn``minimax-oauth``kilocode``xiaomi``arcee``gmi``alibaba``alibaba-coding-plan`(别名 `alibaba_coding`)、`deepseek``nvidia``ollama-cloud``xai`(别名 `grok`)、`xai-oauth`(别名 `grok-oauth`)、`qwen-oauth``bedrock``opencode-zen``opencode-go``azure-foundry``lmstudio``stepfun``tencent-tokenhub`(别名 `tencent``tokenhub`)。 |
| `-s`, `--skills <name>` | 为会话预加载一个或多个 skill(可重复或逗号分隔)。 |
| `-v`, `--verbose` | 详细输出。 |
| `-Q`, `--quiet` | 程序化模式:抑制横幅/spinner/工具预览。 |