Merge pull request #1788 from chore/remove-stale-runtime-comment
ci-arm64-advisory / fast-checks (push) Waiting to run
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (push) Successful in 10s
publish-canvas-image / Build & push canvas image (push) Successful in 1m26s
Block internal-flavored paths / Block forbidden paths (push) Successful in 9s
CI / Detect changes (push) Successful in 10s
CI / Python Lint & Test (push) Successful in 6s
E2E API Smoke Test / detect-changes (push) Successful in 10s
Harness Replays / detect-changes (push) Successful in 5s
Handlers Postgres Integration / detect-changes (push) Successful in 7s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (push) Successful in 4s
Secret scan / Scan diff for credential-shaped strings (push) Successful in 12s
Lint no tenant GITEA or GITHUB token write / Scan for repo-host token write into tenant workspace surface (push) Successful in 13s
CI / Platform (Go) (push) Successful in 14s
CI / Shellcheck (E2E scripts) (push) Successful in 35s
E2E API Smoke Test / E2E API Smoke Test (push) Successful in 33s
Handlers Postgres Integration / Handlers Postgres Integration (push) Successful in 2m17s
Harness Replays / Harness Replays (push) Successful in 2s
publish-workspace-server-image / build-and-push (push) Successful in 6m42s
E2E Staging Canvas (Playwright) / detect-changes (push) Successful in 13s
CI / Canvas (Next.js) (push) Successful in 6m10s
CI / Canvas Deploy Reminder (push) Successful in 1s
CI / all-required (push) Successful in 9m39s
publish-workspace-server-image / Production auto-deploy (push) Successful in 4m36s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (push) Successful in 8m37s
E2E Chat / detect-changes (push) Successful in 17s
main-red-watchdog / watchdog (push) Successful in 54s
E2E Chat / E2E Chat (push) Successful in 3m43s
gate-check-v3 / gate-check (push) Successful in 25s
Sweep stale Cloudflare DNS records / Sweep CF orphans (push) Successful in 18s
ci-required-drift / drift (push) Successful in 1m34s
Sweep stale AWS Secrets Manager secrets / Sweep AWS Secrets Manager (push) Successful in 11s
Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push) Successful in 4m42s
Continuous synthetic E2E (staging) / Synthetic E2E against staging (push) Successful in 5m37s
Sweep stale e2e-* orgs (staging) / Sweep e2e orgs (push) Successful in 10s
Sweep stale Cloudflare Tunnels / Sweep CF tunnels (push) Successful in 16s

docs: remove stale runtime comment
This commit was merged in pull request #1788.
This commit is contained in:
2026-05-24 07:55:05 +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[];