Files
claude-mode/omarchy/smoido.claude-mode/manifest.json
T
smoidoandClaude Opus 5 a54f7bcb55 1.11.0: preset editor in the bar panel
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>
2026-09-15 00:39:12 +03:00

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
}
}