@sanity/assist 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -160,6 +160,9 @@ The following types are not supported, and behave as excluded types:
160
160
  * [Image](https://www.sanity.io/docs/image-type) (supported when image has custom fields)
161
161
  * [File](https://www.sanity.io/docs/file-type) (never supported, even when file has custom fields)
162
162
 
163
+ Types and fields with `hidden` or `readonly` with a truthy value (`true` or `function`) are not supported.
164
+ (Hidden and readOnly fields can be referenced in instructions still)
165
+
163
166
  Fields with these types will not be changed by the assistant, do not have AI Assist actions, and cannot be referenced in instructions.
164
167
 
165
168
  Objects where all fields are excluded or unsupported and arrays where all member types are excluded or unsupported