Releases: reltio-ai/reltio-ide
Release list
v1.0.16
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
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 terminal —
code --install-extension reltio-ide-<version>.vsixfor VS Code, orcursor --install-extension reltio-ide-<version>.vsixfor Cursor.
Then click the Reltio icon in the activity bar and choose Connect Your Reltio Tenant.