fix(plugin): add required type/title to userConfig schema#152
Conversation
Claude Code validates userConfig entries against a schema that requires type (one of string|number|boolean|directory|file) and title (string). Without these fields, plugin manifest validation fails with: userConfig.server_url.type: Invalid option userConfig.server_url.title: expected string, received undefined Also bumps plugin version to 4.0.3.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
ОбзорОбновлена версия манифеста плагина с 4.0.2 на 4.0.3. Добавлены поля Изменения
Возможно связанные PR
Оценка усилий для проверки кода🎯 1 (Тривиально) | ⏱️ ~2 минуты Стихотворение
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
CC validates userConfig entries and requires
type+titlefields.Without them:
Invalid option: expected one of string|number|boolean|directory|file.Also bumps plugin version to 4.0.3.
Summary by CodeRabbit
Примечания к выпуску