Skip to content

10.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 11:22
· 67 commits to main since this release
a53e8e4

@dextinity/admin@10.0.1

Patch Changes

  • 48748b0: Show the GraphQL error messages in the error dialog again

    createErrorDialogApolloLink only passed the message of network errors to the ErrorDialog.
    For GraphQL errors, the dialog showed "Unknown error" instead of the actual messages (e.g., the message of a BadRequestException thrown by the API).

@dextinity/agent-features@10.0.1

Patch Changes

  • 823d663: Fix the package being published without any skills and rules

    The skills/ and rules/ 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-features v9.4.0 contained nothing but the manifest, so dextinity install-agent-features found no skills or rules to install. The folders are copied into the package when it's built now.