Skip to content

Releases: hkdb/otui

v0.07.00

01 Feb 13:23

Choose a tag to compare

** Features: **

v0.06.00

01 Feb 06:23

Choose a tag to compare

** Features: **

Adjusted scroll keybindings for easier navigation:

  • Changed alt+j/k and alt+up/down to one line scroll
  • Changed alt+shift+j/k and alt+shift+up/down to half page scroll
  • alt+PgUp/PgDown remained full page scroll

v0.05.01

20 Jan 03:28

Choose a tag to compare

** Maintenance & Bug Fixes: **

  • Added option to force delete lock file to handle stale lock file situations

v0.05.00

20 Nov 09:46

Choose a tag to compare

** Features: **

  • Added tool use permission request dialog
  • Enhanced tool use indication
  • Added multi-steps response handling
  • Improved tool calling leakage handling

v0.04.00

17 Nov 14:39

Choose a tag to compare

** Features:**

  • Support separately managed remote MCP servers
  • Support for MCPs using streamable HTTP connection transport type
  • Added dynamic env var: {{OTUI_SESSION_ID}}, {{OTUI_SESSION_NAME}}, {{OTUI_DATA_DIR}}, & {{OTUI_USER}}
  • Added ability to parse args and env var default values from registry
  • Encrypt senstive env var for mcp plugins
  • Added the ability to edit custom plugin

Maintenance & Bug Fixes:

  • Changed Plugin Manager's "Installed" tab to show name of plugin instead of description
  • Added some padding between end of plugin list and footer in Plugin Manager
  • Delayed clearing of "waiting for response" spinner for models that stream empty chunks in the beginning
  • Added the missing python3-venv package in Docker image

v0.03.04

14 Nov 02:13

Choose a tag to compare

Maintenance & Bug Fixes:

  • Corrected get script header
  • Added video in Github Pages
  • Updated release doc

No changes were made to the binary. v0.03.03 users can skip this release.

v0.03.03

13 Nov 09:13

Choose a tag to compare

Maintenance & Bug Fixes:

  • Fixes regression that prevented npm from working in container image

v0.03.02

13 Nov 08:04

Choose a tag to compare

Maintenance & Bug Fixes:

  • Updated container image to support macos
  • Updated container image to have more reliable permissions
  • Updated README.md and docs/CONTAINERIZE.md

v0.03.01

12 Nov 08:23

Choose a tag to compare

Maintenance & Bug Fixes:

  • Fixes wrong provider loaded on startup if provider is not ollama
  • Fixes current model and tool support indicator for providers that are not ollama
  • Fixes export confirmation acknowledgement

v0.03.00

11 Nov 14:55

Choose a tag to compare

Feature(s):

  • Added docker image and instructions in README.

Maintenance & Bug Fixes:

  • Sizable improvements to MCP use stability
  • Fixes save settings regression
  • Fixes stale lock files after switching data (profile) dir
  • Fixes minor UI bugs