v1.5.0

Ironclad/rivetv1.5.0Sep 16, 2023by abrenneke

AI Summary

This release (v1.5.0) introduces a new NPM plugin infrastructure allowing users to write and publish plugins to NPM for use in Rivet, adds support for custom OpenAI endpoints in Settings, and improves the Match node with value input passthrough. It also fixes an OpenAI timeout issue with appropriate handling for custom endpoints.

Key Highlights

  • New NPM plugin infrastructure - write plugins, publish to NPM, and use them in Rivet
  • Added `openAiEndpoint` in Settings interface for custom OpenAI endpoint configuration
  • Match node now supports value input for pass-through functionality
  • Fixed OpenAI initial response timeout (5 seconds for OpenAI, disabled for custom endpoints)

New Features

  • NPM plugin infrastructure for extending Rivet with custom plugins
  • OpenAI endpoint configuration in Settings interface
  • Match node value input support for passing values through

Full Release Notes

# New Features

* New NPM plugin infrastructure, write plugins and publish them to NPM, then use them in Rivet!
* Support `openAiEndpoint` in `Settings` interface, for a default OpenAI endpoint to use.
* Match node now supports a value input for the value to pass through. 

# Bug Fixes & Changes

* Fix OpenAI initial response timeout, 5 seconds for actual OpenAI endpoints, disabled for custom endpoints