You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Input flow control** — when an interactive flow is active, the bot accepts only relevant input to keep context consistent and avoid accidental actions
33
33
-**Configurable reply formatting** — assistant replies use Telegram MarkdownV2 by default, with optional raw mode (`MESSAGE_FORMAT_MODE=markdown|raw`)
34
34
-**Security** — strict user ID whitelist; no one else can access your bot, even if they find it
35
-
-**Localization** — English, German, Russian, and Simplified Chinese UI (`BOT_LOCALE=en|de|ru|zh`)
35
+
-**Localization** — English, German, Spanish, Russian, and Simplified Chinese UI (`BOT_LOCALE=en|de|es|ru|zh`)
36
36
37
37
## Prerequisites
38
38
@@ -115,7 +115,7 @@ Any regular text message is sent as a prompt to the coding agent only when no bl
115
115
116
116
### Localization
117
117
118
-
- Supported locales: `en`, `de`, `ru`, `zh`
118
+
- Supported locales: `en`, `de`, `es`, `ru`, `zh`
119
119
- The setup wizard asks for language first
120
120
- You can change locale later with `BOT_LOCALE`
121
121
@@ -137,7 +137,7 @@ When installed via npm, the configuration wizard handles the initial setup. The
137
137
|`OPENCODE_SERVER_PASSWORD`| Server auth password | No | — |
138
138
|`OPENCODE_MODEL_PROVIDER`| Default model provider | Yes |`opencode`|
139
139
|`OPENCODE_MODEL_ID`| Default model ID | Yes |`big-pickle`|
140
-
|`BOT_LOCALE`| Bot UI language (supported locale code, e.g. `en`, `de`, `ru`, `zh`)| No |`en`|
140
+
|`BOT_LOCALE`| Bot UI language (supported locale code, e.g. `en`, `de`, `es`, `ru`, `zh`) | No |`en`|
141
141
|`SESSIONS_LIST_LIMIT`| Max sessions shown in `/sessions`| No |`10`|
142
142
|`PROJECTS_LIST_LIMIT`| Max projects shown in `/projects`| No |`10`|
143
143
|`SERVICE_MESSAGES_INTERVAL_SEC`| Service messages interval (thinking + tool calls); keep `>=2` to avoid Telegram rate limits, `0` = immediate | No |`5`|
0 commit comments