You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 2026-03-23 | v2.5.0 | Convention for `PI_*` environment variables when the Client starts Agent subprocesses (UI / Client metadata and the selected controller and resource with i18n resolved) |
@@ -227,6 +228,12 @@ We have designated the version number for the independent release (January 30, 2
227
228
_Optional._ Resource-level option configuration, an array of strings. Array elements should correspond to the key names in the outer `option` configuration. The parameters generated by this option will participate in the pipeline override of all tasks, serving as resource-level parameter passing.
228
229
If a referenced option does not satisfy the current controller/resource constraints, that option's `pipeline_override` (including nested `option.option`) must not be merged. **💡 v2.3.1**
229
230
231
+
-**hash**`string`**💡 v2.6.0**
232
+
_Optional._ Resource integrity check value. This should be the hash string obtained via `MaaResourceGetHash` after loading only `path`.
233
+
Verification should occur after loading `path` but before loading `controller.attach_resource_path`.
234
+
If the actual hash does not match, a warning should be shown to the user (e.g. suggest re-downloading the resource package) without preventing continued use.
235
+
Debug builds (e.g. pre-release versions) may skip this check. If this field is not set, no verification is needed.
236
+
230
237
```jsonc
231
238
"resource": [
232
239
{
@@ -238,7 +245,8 @@ We have designated the version number for the independent release (January 30, 2
0 commit comments