Skip to content

Rivet IDE v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 01:06

New Features

  • Remote plugin system! Create your plugins in other repositories, and import them dynamically into Rivet. Check out rivet-plugin-example for how to make your own plugins and add new nodes to Rivet.
  • Add new HTTP Call node - Make custom HTTP requests in your graphs!
  • Add new Delay node - Waits for a configurable delay.
  • Chat node now supports custom models and endpoints! Use any OpenAI-compatible API with your Rivet graphs!
  • Add new Gentrace Plugin!
  • Plugins can now have async getEditors calls to dynamically load the editors for a node
  • Double click a node to edit it

Changes & Bug Fixes

  • Fixed large files in Image nodes and Audio nodes causing application to hang.
  • Fix headers not appearing with code editors
  • Improve Add Plugin modal appearance
  • Fix error when opening dev tools
  • Pinecone integration now returns full metadata object from its port, accessible with $.metadata.etc