mirror of
https://github.com/getpaseo/paseo.git
synced 2026-09-14 20:36:44 +08:00
a5d2b7d863
* feat(plugins): enforce declared Paseo version requirements Treat manifests without a Paseo requirement as pre-0.8 plugins so the first breaking plugin release offers an explicit migration path. Check the daemon and app independently before plugin execution, and preserve installed Git revisions when updates are incompatible. * fix(nix): refresh dependency hash for plugin requirements * refactor(plugins): validate test manifest inputs and name compatibility input
7 lines
78 B
JSON
7 lines
78 B
JSON
{
|
|
"id": "inline-thinking",
|
|
"requirements": {
|
|
"paseo": ">=0.8.0"
|
|
}
|
|
}
|