docs: restructure supported providers table#1533
Merged
brunobuddy merged 1 commit intomainfrom Apr 13, 2026
Merged
Conversation
Replace the Models column with two columns for API key and subscription support, add GitHub Copilot and Ollama Cloud, remove Amazon Nova (not in the provider registry), and clarify custom providers as OpenAI-compatible.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1533 +/- ##
=======================================
Coverage 98.39% 98.39%
=======================================
Files 131 131
Lines 8977 8977
Branches 3394 3394
=======================================
Hits 8833 8833
Misses 134 134
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
brunobuddy
added a commit
that referenced
this pull request
Apr 13, 2026
Resolves conflicts after main merged parallel cleanup PRs (#1528, #1533, #1534, #1536, #1537, #1538) that removed both openclaw-plugins packages. Takes main's direction on: - openclaw-plugins/manifest-model-router removal (main deleted both) - docker-compose.yml local-testing framing (main's choice) - Dockerfile healthcheck start-period=45s (main's fix) Keeps this branch's unique contributions: - Backend: delete all local-mode source files (LocalAuthGuard, local-mode.constants, local-bootstrap.service, limit-check-local, version-check.service), simplify sql-dialect.ts to Postgres-only, drop sql.js dep, remove backend-sqljs CI job - Frontend: delete services/local-mode.ts, VersionIndicator component, remove isLocalMode/isDevMode branches across ~14 components - AUTO_MIGRATE env var in database.module.ts + seeder - Unified EMAIL_* env var scheme in send-email.ts + app.config.ts + notification-email.service.ts (covers both Better Auth transactional and threshold alerts via existing fallback) - Docker compose: add AUTO_MIGRATE, EMAIL_*, OAuth env var passthroughs; drop MANIFEST_TRUST_LAN (dead after LocalAuthGuard removal) - backend/.env.example: new EMAIL_* block, deprecate legacy MAILGUN_* - Rewrite E2E test helpers to use Postgres (was sql.js)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restructures the Supported providers table in the README to make auth options visible at a glance:
PROVIDER_REGISTRY).Subscription coverage sourced from
packages/shared/src/subscription/configs.ts.Test plan
Summary by cubic
Restructures the Supported providers table to show at-a-glance auth options (API key vs subscription) and adds missing providers. This makes it clearer how to connect and which plans are supported.
PROVIDER_REGISTRY).Written for commit 187b261. Summary will update on new commits.