style(cli): apply prettier formatting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-05-06 00:42:33 +03:00
parent a597b42648
commit 8771e259a8
9 changed files with 40 additions and 27 deletions

View File

@@ -26,7 +26,8 @@ registerResource({
{
name: 'agent_provider',
type: 'string',
description: 'LLM provider. Null means the default (claude). Skill-installed providers (e.g. opencode) register via /add-<provider>.',
description:
'LLM provider. Null means the default (claude). Skill-installed providers (e.g. opencode) register via /add-<provider>.',
updatable: true,
default: null,
},