docs: remove stale runtime comment #1788

Merged
hongming merged 1 commits from chore/remove-stale-runtime-comment into main 2026-05-24 07:55:07 +00:00
+1 -1
View File
@@ -253,7 +253,7 @@ interface RuntimeOption {
// its config.yaml under runtime_config.providers. The /templates API
// surfaces it (workspace-server templates.go) so canvas stays
// adapter-driven: hermes ships ~20 slugs, claude-code ships
// ["anthropic"], gemini-cli ships ["gemini"], etc. Empty list →
// ["anthropic"], codex ships OpenAI-compatible model ids, etc. Empty list →
// canvas falls back to deriving unique vendor prefixes from
// models[].id (still adapter-driven, just inferred).
providers: string[];