@comfanion/usethis_version_check
v0.1.3
Published
OpenCode plugin: check for updates and show a toast
Downloads
23
Readme
@comfanion/usethis_version_check
OpenCode plugin that checks npm for an updated version and shows a toast.
Install (OpenCode)
Add to opencode.json:
{
"plugin": ["@comfanion/usethis_version_check"]
}Configuration
Configure in .opencode/config.yaml:
version_check:
enabled: true
check_interval: 3600000
package: "@comfanion/workflow"