Skip to content

Commit fa17469

Browse files
wutongciclaude
andcommitted
fix: 修复 plugin_type 使用无效的 builtin 值
将 plugin_type 从 builtin 改为 script,修复安装时报错: "unknown variant `builtin`, expected one of `lua`, `script`, `native`, `binary`" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ca02273 commit fa17469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "config-switch",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Config Switch - 一键切换 API 配置,支持 Claude Code、Codex、Gemini 等客户端",
55
"author": "ProxyCast Team",
6-
"plugin_type": "builtin",
6+
"plugin_type": "script",
77
"min_proxycast_version": "1.0.0",
88
"ui": {
99
"surfaces": ["tools", "sidebar"],

0 commit comments

Comments
 (0)