github open-webui/open-terminal v0.11.27

5 hours ago

Added

  • 🧠 System prompt endpoint (GET /system) — returns a structured system prompt for LLM integration, grounding the model in the environment (OS, hostname, user, shell, Python version) with directives for tool usage. Gated by OPEN_TERMINAL_ENABLE_SYSTEM_PROMPT (default true); advertised via features.system in GET /api/config so consumers can check support before fetching.
  • ⚙️ OPEN_TERMINAL_ENABLE_SYSTEM_PROMPT — environment variable (or enable_system_prompt in config.toml) to enable/disable the /system endpoint and feature flag. Defaults to true.
  • ⚙️ OPEN_TERMINAL_SYSTEM_PROMPT — environment variable (or system_prompt in config.toml) to fully override the generated system prompt with custom content.

Don't miss a new open-terminal release

NewReleases is sending notifications on new releases.