Skip to content

Commit 88df66f

Browse files
authored
feat(marketplace): add shunt provider plugins (#263)
Add 7 new plugin entries for pleaseai/shunt provider plugins, each as a git-subdir source pointing at pleaseai/shunt: - shunt-codex - shunt-xai - shunt-kimi - shunt-deepseek - shunt-zai - shunt-minimax - shunt-mimo Claude-Session: https://claude.ai/code/session_01FPY5o6xPt8UiUjcqLGq5Dv
1 parent 5621b95 commit 88df66f

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,111 @@
15481548
]
15491549
}
15501550
}
1551+
},
1552+
{
1553+
"name": "shunt-codex",
1554+
"displayName": "shunt · Codex models",
1555+
"description": "Subagents on ChatGPT/Codex GPT-5.6 models (Luna, Sol, Terra), routed through shunt at the inference layer.",
1556+
"category": "ai",
1557+
"keywords": ["shunt", "codex", "chatgpt", "gpt-5.6", "subagent", "llm-gateway"],
1558+
"tags": ["ai", "subagent"],
1559+
"source": {
1560+
"source": "git-subdir",
1561+
"url": "pleaseai/shunt",
1562+
"path": "plugins/shunt-codex",
1563+
"ref": "main"
1564+
},
1565+
"homepage": "https://github.com/pleaseai/shunt/tree/main/plugins/shunt-codex"
1566+
},
1567+
{
1568+
"name": "shunt-xai",
1569+
"displayName": "shunt · xAI Grok models",
1570+
"description": "Subagents on xAI Grok models (grok-build-0.1, grok-4.5, grok-4.3), routed through shunt at the inference layer. EXPERIMENTAL — the xAI provider is not yet verified against the live API.",
1571+
"category": "ai",
1572+
"keywords": ["shunt", "xai", "grok", "subagent", "llm-gateway"],
1573+
"tags": ["ai", "subagent"],
1574+
"source": {
1575+
"source": "git-subdir",
1576+
"url": "pleaseai/shunt",
1577+
"path": "plugins/shunt-xai",
1578+
"ref": "main"
1579+
},
1580+
"homepage": "https://github.com/pleaseai/shunt/tree/main/plugins/shunt-xai"
1581+
},
1582+
{
1583+
"name": "shunt-kimi",
1584+
"displayName": "shunt · Kimi models",
1585+
"description": "Subagent on Moonshot AI's kimi-k2.7-code, routed through shunt at the inference layer via Moonshot's Anthropic-compatible endpoint.",
1586+
"category": "ai",
1587+
"keywords": ["shunt", "kimi", "moonshot", "subagent", "llm-gateway"],
1588+
"tags": ["ai", "subagent"],
1589+
"source": {
1590+
"source": "git-subdir",
1591+
"url": "pleaseai/shunt",
1592+
"path": "plugins/shunt-kimi",
1593+
"ref": "main"
1594+
},
1595+
"homepage": "https://github.com/pleaseai/shunt/tree/main/plugins/shunt-kimi"
1596+
},
1597+
{
1598+
"name": "shunt-deepseek",
1599+
"displayName": "shunt · DeepSeek models",
1600+
"description": "Subagents on DeepSeek models (deepseek-v4-pro, deepseek-v4-flash), routed through shunt at the inference layer via DeepSeek's Anthropic-compatible endpoint.",
1601+
"category": "ai",
1602+
"keywords": ["shunt", "deepseek", "subagent", "llm-gateway"],
1603+
"tags": ["ai", "subagent"],
1604+
"source": {
1605+
"source": "git-subdir",
1606+
"url": "pleaseai/shunt",
1607+
"path": "plugins/shunt-deepseek",
1608+
"ref": "main"
1609+
},
1610+
"homepage": "https://github.com/pleaseai/shunt/tree/main/plugins/shunt-deepseek"
1611+
},
1612+
{
1613+
"name": "shunt-zai",
1614+
"displayName": "shunt · Z.ai GLM models",
1615+
"description": "Subagents on Z.ai GLM models (glm-5.2, glm-4.7), routed through shunt at the inference layer via Z.ai's Anthropic-compatible endpoint.",
1616+
"category": "ai",
1617+
"keywords": ["shunt", "zai", "glm", "subagent", "llm-gateway"],
1618+
"tags": ["ai", "subagent"],
1619+
"source": {
1620+
"source": "git-subdir",
1621+
"url": "pleaseai/shunt",
1622+
"path": "plugins/shunt-zai",
1623+
"ref": "main"
1624+
},
1625+
"homepage": "https://github.com/pleaseai/shunt/tree/main/plugins/shunt-zai"
1626+
},
1627+
{
1628+
"name": "shunt-minimax",
1629+
"displayName": "shunt · MiniMax models",
1630+
"description": "Subagent on MiniMax-M3 (1M context), routed through shunt at the inference layer via MiniMax's Anthropic-compatible endpoint.",
1631+
"category": "ai",
1632+
"keywords": ["shunt", "minimax", "subagent", "llm-gateway"],
1633+
"tags": ["ai", "subagent"],
1634+
"source": {
1635+
"source": "git-subdir",
1636+
"url": "pleaseai/shunt",
1637+
"path": "plugins/shunt-minimax",
1638+
"ref": "main"
1639+
},
1640+
"homepage": "https://github.com/pleaseai/shunt/tree/main/plugins/shunt-minimax"
1641+
},
1642+
{
1643+
"name": "shunt-mimo",
1644+
"displayName": "shunt · Mimo models",
1645+
"description": "Subagent on Xiaomi's mimo-v2.5-pro, routed through shunt at the inference layer via Mimo's Anthropic-compatible endpoint.",
1646+
"category": "ai",
1647+
"keywords": ["shunt", "mimo", "xiaomi", "subagent", "llm-gateway"],
1648+
"tags": ["ai", "subagent"],
1649+
"source": {
1650+
"source": "git-subdir",
1651+
"url": "pleaseai/shunt",
1652+
"path": "plugins/shunt-mimo",
1653+
"ref": "main"
1654+
},
1655+
"homepage": "https://github.com/pleaseai/shunt/tree/main/plugins/shunt-mimo"
15511656
}
15521657
]
15531658
}

0 commit comments

Comments
 (0)