Download Latest Version v0.8.10 source code.tar.gz (51.9 MB)
Email in envelope

Get an email when there's a new version of Open WebUI

Home / v0.8.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-02 3.6 kB
v0.8.8 source code.tar.gz 2026-03-02 51.4 MB
v0.8.8 source code.zip 2026-03-02 55.1 MB
Totals: 3 Items   106.6 MB 51

[0.8.8] - 2026-03-02

Added

  • ๐Ÿ“ Open Terminal file moving. Users can now move files and folders between directories in the Open Terminal file browser by dragging and dropping them. Commit, Commit, Commit, Commit
  • ๐Ÿ“„ Open Terminal HTML file preview. Users can now preview HTML files directly in the Open Terminal file browser, with a rendered iframe view and source toggle, enabling iterative AI editing of HTML files. Commit, Commit
  • ๐ŸŒ Open Terminal WebSocket proxy. Added a new WebSocket proxy endpoint for interactive terminal sessions, enabling real-time bidirectional terminal communication with the terminal server. Commit
  • โš™๏ธ Open Terminal feature toggle. Administrators can now enable or disable the Interactive Terminal feature for Open Terminal via configuration on the terminal server, controlling access to terminal routes. Commit
  • ๐Ÿ”„ General improvements. Various improvements were implemented across the application to enhance performance, stability, and security.
  • ๐ŸŒ Translations for Simplified Chinese, Traditional Chinese, Irish, and Catalan were enhanced and expanded.

Fixed

  • ๐Ÿ”ง Middleware variable shadowing. Fixed a variable shadowing issue in the middleware that could cause incorrect tool output processing during chat. #22145
  • โšก ChatControls reactivity fix. Fixed a Svelte reactivity issue where the active tab state in the ChatControls panel was not properly saved when switching between chats. #22127
  • ๐Ÿ”ง ChatControls TypeScript fix. Fixed a TypeScript syntax error in ChatControls.svelte where the module script block was missing lang="ts", causing esbuild to fail during vite dev. #22131
  • ๐Ÿ”Œ Open Terminal tools for direct connections. Fixed an issue where Open Terminal tools were not available to the model when the terminal was configured via direct connection settings, ensuring users can now interact with terminal files and operations through the AI. #22137
  • ๐Ÿ“œ Chat history pagination. Fixed an issue where older messages in long chats were not loaded when scrolling to the top. Commit, Commit
  • ๐Ÿ”ง Terminal tool null parameter handling. Fixed a bug where null parameters in terminal tool calls were sent as the string "None" instead of being omitted, causing 422 validation errors from the open-terminal server. #22124, #22144

Changed

Source: README.md, updated 2026-03-02