botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
36 stars 38 forks source link

fix(studio): fix libraries #311

Closed allardy closed 2 years ago

allardy commented 2 years ago

This fixes two issues with the libraries on the studio:

  1. Adding a lib would crash the studio (happened with packages starting with an @)
  2. Search wasn't working with packages including a slash

image