feat(plugins): move provider runtimes into bundled plugins

This commit is contained in:
Peter Steinberger
2026-03-15 15:17:54 -07:00
parent 14137bef22
commit 4a0f72866b
36 changed files with 2089 additions and 518 deletions

View File

@@ -25,7 +25,10 @@ export type NormalizedPluginsConfig = {
export const BUNDLED_ENABLED_BY_DEFAULT = new Set<string>([
"device-pair",
"github-copilot",
"ollama",
"openai-codex",
"openrouter",
"phone-control",
"sglang",
"talk-voice",