Tier editing with the cached model catalogue, preset create / duplicate / rename / delete, and a choosable default preset per provider. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "smoido.claude-mode",
|
|
"name": "Claude Mode",
|
|
"version": "1.11.0",
|
|
"author": "smoido",
|
|
"description": "Which provider Claude Code is pointed at, and a one-click switch between them",
|
|
"kinds": ["bar-widget"],
|
|
"entryPoints": {
|
|
"barWidget": "BarWidget.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Claude Mode",
|
|
"description": "Active Claude Code provider and preset, with in-place switching",
|
|
"category": "Info",
|
|
"allowMultiple": false
|
|
}
|
|
}
|