R5.141 — full localization & no-login mode
execai R5.141
🌍 Complete UI localization
Every corner of the TUI now speaks 5 languages (English, Русский, Español, Deutsch, 中文): /connect dialogs for all 9 providers, /usage quota reports, /sessions, /paste, login flow, iteration-limit messages — ~300 localized strings total. Auto-detected from $LANG, switchable anytime with the interactive /lang picker.
🔓 No-login mode
An ExecAI account is now fully optional:
- Slash commands work right from the login screen —
/connect kimi <key>→/source kimiand you're working - With an active external subscription, execai boots straight into chat — no login screen, no device-flow
- 8 BYOK sources: Z.ai Coding Plan, Kimi Code, Moonshot Platform, Anthropic API, OpenAI API, Claude Code CLI, Codex CLI, Ollama
📋 Paste improvements
- API keys paste as visible text — the collapse threshold raised to 200 chars, so 40-160-char keys (sk-ant-…, sk-ki-…) stay editable in
/connect - SSH paste-burst detection — pasting over SSH clients without bracketed paste (e.g. Bitvise) no longer submits lines one-by-one to the LLM; rapid keystroke streams are buffered and collapsed properly
[Pasted #N]markers now expand inside slash commands too
📦 Install & update infrastructure
- GitHub-first installer:
curl -fsSL https://raw.githubusercontent.com/execai/execai-agent/main/install.sh | bash— GitHub Releases by default, Yandex mirror auto-selected forrulocales, automatic fallback between mirrors - Branch-independent
stablechannel — update checks and docs no longer reference R5; future R6+ releases land on the same URLs - Bilingual installer messages (ru/en by system locale)
Install
# Worldwide (GitHub Releases):
curl -fsSL https://raw.githubusercontent.com/execai/execai-agent/main/install.sh | bash
# Russia/CIS (Yandex mirror — faster there):
curl -fsSL https://storage.yandexcloud.net/execai-agent-prod/execai/stable/install.sh | bashOr grab the archive for your platform below and verify against SHA256SUMS.