Status Line
The bundled statusline plugin (version 0.1.2) adds optional details below conversations in the Web UI and in elowen chat. An administrator can choose what to show in the plugin's detail view or with /statusline in the CLI. Changes apply immediately, and all options are off by default.
| Setting | Key | Default | What it shows |
|---|---|---|---|
| Model | showModel | Off | The active model. |
| Context usage | showContext | Off | Context-window use as a percentage and token count. |
| Total tokens | showTokens | Off | The conversation's cumulative token count. |
| Speed | showSpeed | Off | Measured model-output speed for the current turn, in tokens per second. |
| Cache hit | showCacheHit | Off | The share of prompt input served from the provider's cache. |
| Cost | showCost | Off | The conversation's cumulative cost; API-key providers report it and subscriptions show $0. |
In the CLI, use /statusline to choose the same display options. Settings apply across the instance. With every option off, no status line appears.
Administrators manage the plugin in Settings → Plugins; select it to open its detail view. Only an administrator can enable or disable it, and it does not need an individual user grant. Enabling or disabling it takes effect after Elowen restarts.
For installing plugins and managing their permissions, see Plugins.