Tyler Stewart
Tyler Stewart
To help with server load from the API provided by `shift.orcicorn.com`, we should cache the available codes and only request new ones if the cache is old. > This occurs...
The "Get Changes" step should use `git log` to list all the commits between the last tag and the new tag so that the Github release description body lists those...
Having a separate terminal instance per workspace would be amazing. I'm always working with multiple terminals a day, being able to have the dropdown terminal change with each workspace would...
I have a class extending StrictEventEmitter like below. ```ts // other-module.ts // Helper type to pass events export type TypedEmitter = StrictEventEmitter< EventEmitter, Events >; // Interface for classes to...
This plugin adds an overlay to the hunter pouches showing the number of meat/furs inside. 
Don't consider the version trained if it does not contain any intents.
Refactor ai synthesis and the ai response step to support streaming via the knowledge base. We utilize a form of "buffering" the KB responses to look for specific phrases to...
Refactor the ML Gateway client to work as an optional dependency. The following packages have also been made public: - `@voiceflow/utils-designer` - `@voiceflow/test-common` Also removes some unneeded `eventHandler` propagation.
Upgrade `@voiceflow/logger`, `@voiceflow/backend-utils`
**Fixes or implements CT-2093** ### Brief description. What is this change? Support passing in a `persona` option in the launch request that is a reference to the variable state ID....