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
It is recommended to modify the skill file to invoke the CLI directly by tool name, rather than via npx. This approach maximizes compatibility with and leverages the performance benefits of modern package managers such as Bun and pnpm.
It is recommended to modify the skill file to invoke the CLI directly by tool name, rather than via
npx. This approach maximizes compatibility with and leverages the performance benefits of modern package managers such as Bun and pnpm.