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
blog_post_search/create/edit: Visibility values must be numeric integers (0 = draft, 1 = published, 2 = archived), not string names like "published". String values were silently failing due to PHP type juggling. Fixed Zod types and descriptions.
MEDIUM
revision_search: Added missing draft to statuses description
file_upload: Added viewPolicy and canCDN parameters
LOW
phid_query: Clarified description — returns handle info (name, URI, type), not full object data
task_search: Improved hasParents/hasSubtasks descriptions to document three-state behavior (true/false/omit)