Skip to content

TypeDB Studio 3.6.0

Latest

Choose a tag to compare

@typedb-bot typedb-bot released this 21 Oct 16:05
eb04538

Distribution

TypeDB Studio is hosted on the Web at https://studio.typedb.com.

Alternatively:

Desktop builds of TypeDB Studio run in the following environments:

  • Windows 10 or later (x86_64)
  • MacOS (x86_64, arm64)
  • Debian / Ubuntu 22.04 or later (x86_64, arm64)

Documentation

TypeDB server compatibility

TypeDB Studio 3.6.0 is compatible with TypeDB >= 3.3. For older TypeDB versions, enquire on the TypeDB Discord chat server (https://typedb.com/discord).


New features

  • Vibe querying: The Query pane now has two query modes: "Code" and "Chat". In chat mode, the user simply talks to an AI assistant, which generates queries and optionally explains how they work. If the query is incorrect (errors, or gives a wrong answer), the user can click the new wand overlay to simply send the answers back to the chat agent, prompting the agent to fix the mistake.

Bugs fixed

  • Fix a bug where the Tauri desktop app would fail to launch on an Intel-based Mac (reported by @.cyoon. on Discord, fixed by @krishnangovindraj )
  • Fix dead links (reported by @.cyoon. on Discord)
  • Connection name is now optional on the Connect page

Other improvements

  • Add local Angular build configuration