Skip to content

Releases: hkdb/otui

v0.08.01

22 Mar 03:40

Choose a tag to compare

** Maintenance & Bug Fixes: **

  • Fixed session switch cleanup
  • Increased test coverage

v0.08.00

20 Mar 01:03

Choose a tag to compare

** Features: **

  • Added context window tracking
  • Added ability to scroll while streaming response
  • Added auth header for auth proxy protected ollama instances

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