diff --git a/website/docs/reference/environment-variables.md b/website/docs/reference/environment-variables.md index 873882958bbb..26ce82cfd7f6 100644 --- a/website/docs/reference/environment-variables.md +++ b/website/docs/reference/environment-variables.md @@ -348,7 +348,7 @@ For cloud sandbox backends, persistence is filesystem-oriented. `TERMINAL_LIFETI | `TWILIO_PHONE_NUMBER` | Twilio phone number in E.164 format (shared with telephony skill) | | `SMS_WEBHOOK_URL` | Public URL for Twilio signature validation — must match the webhook URL in Twilio Console (required) | | `SMS_WEBHOOK_PORT` | Webhook listener port for inbound SMS (default: `8080`) | -| `SMS_WEBHOOK_HOST` | Webhook bind address (default: `0.0.0.0`) | +| `SMS_WEBHOOK_HOST` | Webhook bind address (default: `127.0.0.1`) | | `SMS_INSECURE_NO_SIGNATURE` | Set to `true` to disable Twilio signature validation (local dev only — not for production) | | `SMS_ALLOWED_USERS` | Comma-separated E.164 phone numbers allowed to chat | | `SMS_ALLOW_ALL_USERS` | Allow all SMS senders without an allowlist | diff --git a/website/docs/user-guide/features/web-dashboard.md b/website/docs/user-guide/features/web-dashboard.md index 439dd8ce588a..bcd43951f372 100644 --- a/website/docs/user-guide/features/web-dashboard.md +++ b/website/docs/user-guide/features/web-dashboard.md @@ -1102,6 +1102,7 @@ Built-in themes: |-------|-----------| | **Hermes Teal** (`default`) | Dark teal + cream, system fonts, comfortable spacing | | **Hermes Teal (Large)** (`default-large`) | Same as default with 18px text and roomier spacing | +| **Nous Blue** (`nous-blue`) | Nous-branded blue accents with airy spacing | | **Midnight** (`midnight`) | Deep blue-violet, Inter + JetBrains Mono | | **Ember** (`ember`) | Warm crimson + bronze, Spectral serif + IBM Plex Mono | | **Mono** (`mono`) | Grayscale, IBM Plex, compact |