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
Fixed tryFn/tryAsync catch handler accepting non-Error return values — the catch callback previously required returning an Error subclass. It now accepts any value: returning undefined, null, or a fallback swallows the error and widens the result union accordingly:
tryAsync marked as deprecated — use .catch() directly on the promise instead. It composes naturally with async/await and TypeScript infers the union automatically without a wrapper:
Fixed errore skill CLI command — the SKILL.md file was relocated to skills/errore/SKILL.md and the CLI path lookup was updated to match. Running errore skill now correctly outputs the skill content.