Undocumented param 'pluginKitVersion' throws an error when not specified.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Updated to cider 4 and one of the plugins i was developing was not being loaded and enabled due to pluginKitVersionnot being an undefined parameter
In the console:
Plugin does not specify a pluginKitVersion, cancelling loading. ws-Bk2XW0GK.js:487
the only solution is adding the parameter to any value in one if the values in plugins.js adding it into src/assets/plugin.yml does not append the parameter
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the plugin validation in plugins.js with the generated metadata from src/assets/plugin.yml. Reproduce the console error with pluginKitVersion omitted, then verify the expected behavior for a plugin that does not specify it and confirm that the plugin loads correctly without the workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100