github open-webui/open-terminal v0.11.1

latest releases: v0.11.5, v0.11.4, v0.11.3...
5 hours ago

Fixed

  • 🐛 Multi-user file operations — all file endpoints (list, read, view, display, replace, grep, glob, upload) now correctly run as the provisioned user. Previously only write/delete/move were handled, causing PermissionError on reads in user home directories.

Changed

  • ♻️ UserFS abstraction (open_terminal/utils/fs.py) — unified filesystem interface that transparently routes I/O through sudo -u in multi-user mode. Endpoints receive a UserFS instance via dependency injection and no longer branch on mode. Replaces per-endpoint sudo wrappers.

Don't miss a new open-terminal release

NewReleases is sending notifications on new releases.