Skip to content

R5.141 — full localization & no-login mode

Choose a tag to compare

@nwaddon nwaddon released this 30 Jul 08:54
· 6 commits to main since this release

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 kimi and 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 for ru locales, automatic fallback between mirrors
  • Branch-independent stable channel — 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 | bash

Or grab the archive for your platform below and verify against SHA256SUMS.