Skip to content

Releases: reltio-ai/reltio-ide

Release list

v1.0.16

Choose a tag to compare

@reltio-ide-release-bot reltio-ide-release-bot released this 12 Aug 17:35

What's Changed

  • Reltio IDE v1.0.15 authenticated successfully, but tenant discovery failed for the users. After sign-in, users could not load the tenant list and could not complete onboarding. It is now fixed with this release.

Full Changelog: v1.0.15...v1.0.16

v1.0.15

Choose a tag to compare

@reltio-ide-release-bot reltio-ide-release-bot released this 30 Jul 10:16

Reltio IDE is a new editor extension for VS Code and Cursor that brings business configuration modeling into your development environment. You can now create, validate, and deploy business configuration from a single editor.

Capabilities

Tenant connectivity

Connect to your Reltio environment and the tenant using browser OAuth or a bearer token.

Intelligent navigation

Browse the complete business configuration and navigate among entity, relationship, interaction, hierarchy and other object types.

AI-assisted authoring

Add new configuration objects using guided insert actions or through natural-language prompts in your editor's AI assistant. Reltio IDE generates the objects intelligently along with required supporting resources, such as the relationship type for a new reference attribute.

Code completion and validation

Reltio IDE validates configuration changes inline and highlights errors in the editor as you edit.

Ontology visualization

Open the ontology view to get the complete view of your entity types and the relationships between them.

Safe deployment

Before applying changes, Reltio IDE presents a confirmation dialog with options to view the differences, apply changes to your tenant, or cancel.

Version history

Fetch configuration history to see who changed what and when, and compare past versions of the configuration.

Requirements

  • VS Code 1.85 or later, or Cursor
  • A Reltio tenant and valid credentials

Install

Download the .vsix file below, then either:

  • From the editor — open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P), run Extensions: Install from VSIX… and pick the file.
  • From the terminalcode --install-extension reltio-ide-<version>.vsix for VS Code, or cursor --install-extension reltio-ide-<version>.vsix for Cursor.

Then click the Reltio icon in the activity bar and choose Connect Your Reltio Tenant.