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
Skill name validation at runtime — The SDK now validates skill names against a strict pattern at runtime, catching invalid names early with clear error messages instead of allowing them to fail silently.
Skill install options validation — The SDK validates that install options are a plain object, rejecting null, arrays, or primitives with structured errors to prevent malformed installations.
Improvements
Table tool now documented — The superdoc_table tool is now listed in the AI tool catalog documentation, making it discoverable for developers building AI integrations.