10.0.1
@dextinity/admin@10.0.1
Patch Changes
-
48748b0: Show the GraphQL error messages in the error dialog again
createErrorDialogApolloLinkonly passed the message of network errors to theErrorDialog.
For GraphQL errors, the dialog showed "Unknown error" instead of the actual messages (e.g., the message of aBadRequestExceptionthrown by the API).
@dextinity/agent-features@10.0.1
Patch Changes
-
823d663: Fix the package being published without any skills and rules
The
skills/andrules/folders were symlinked to the folders at the repository root. Since pnpm v11 no longer follows symlinked directories when packing, every release since@comet/agent-featuresv9.4.0 contained nothing but the manifest, sodextinity install-agent-featuresfound no skills or rules to install. The folders are copied into the package when it's built now.