electerm v5.5.6
Major updates
- AI: Support AI chat with attachment
- AI: Support all major formats /chat/completions (OpenAI), /responses (OpenAI Responses), /messages (Anthropic) (#4519)
- AI: Support get models list in AI config panel
- Support terminal content triggers (#4517)
- Support restore terminal session on reload (turn on in terminal setting first)
- Add configurable ssh server monitor bar (turn on in terminal setting first) (#4524) by @lawyer61
New features/UI/Updates
- AI: Auto close sub chat when AI finished task
- AI: Improve empty state UI
- Add MCP status handling to tab title with lifecycle management
- Add disable tab index setting
- Adjust minimum font size to 5 in settings
- Add font size control icon in session control toolbar
- Enhance SFTP file handling with improved mode and permission representation
- Enhance terminal output handling: implement truncation and cursor operation stripping
- Improve zoom icon control, show only for touch device
- Hide settings that not working for web app
- UI: Improve terminal background in mobile device
- UI: Fix mobile mode UI
- UI: Improve UI and lazy load logic
Bug fixes
- Fix MCP process would break app issue
- Fix db migrate functions
- Telnet: Fix user/password handling and encode issue
- Give proper X11 warning when X11 app not running
- Fix proxy help content (#4518)
- Fix translate for presets
- Fix AI response parser
- Fix widget can not use issue in mobile device
- Fix run scripts logic for terminal to avoid conflict
主要更新
- AI:支持带附件的 AI 对话
- AI:支持所有主流格式 /chat/completions(OpenAI)、/responses(OpenAI Responses)、/messages(Anthropic)(#4519)
- AI:在 AI 配置面板支持获取模型列表
- 支持终端内容触发器 (#4517)
- 支持重新加载时恢复终端会话(需先在终端设置中开启)
- 添加可配置的 SSH 服务器监控栏(需先在终端设置中开启) (#4524) by @lawyer61
新功能/界面/更新
- AI:任务完成后自动关闭子对话
- AI:改进空状态界面
- 为标签页标题添加 MCP 状态显示与生命周期管理
- 添加禁用标签序号设置
- 设置中最小字号调整为 5
- 会话控制工具栏添加字号控制图标
- 增强 SFTP 文件处理,改进模式与权限展示
- 增强终端输出处理:实现截断与光标操作指令剥离
- 改进缩放图标控制,仅在触摸设备显示
- 隐藏在 web 应用中不起作用的设置项
- 界面:改进移动设备上的终端背景
- 界面:修复移动模式界面
- 界面:改进界面与懒加载逻辑
问题修复
- 修复 MCP 进程会导致应用崩溃的问题
- 修复数据库迁移函数问题
- Telnet:修复用户名/密码处理与编码问题
- X11 应用未运行时给出正确的 X11 警告
- 修复代理帮助内容 (#4518)
- 修复预设的翻译问题
- 修复 AI 响应解析问题
- 修复移动设备上组件无法使用的问题
- 修复终端运行脚本逻辑以避免冲突
Download下载: https://electerm.org
Downloads
Files for electerm v5.5.6
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-5.5.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.6-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.6-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
Other ways to install
Snap Store
sudo snap install electerm --classichttps://snapcraft.io/electermAPT repository
curl -fsSL https://repos.electerm.org/deb/public.key | sudo gpg --dearmor -o /usr/share/keyrings/electerm.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/electerm.gpg] https://repos.electerm.org/deb stable main" | sudo tee /etc/apt/sources.list.d/electerm.list
sudo apt update
sudo apt install -y electermhttps://repos.electerm.org/debRPM repository
sudo rpm --import https://repos.electerm.org/rpm/public.key
sudo tee /etc/yum.repos.d/electerm.repo <<'EOF'
[electerm]
name=Electerm Repository
baseurl=https://repos.electerm.org/rpm/
enabled=1
gpgcheck=0
repo_gpgcheck=1
gpgkey=https://repos.electerm.org/rpm/public.key
EOF
sudo dnf install -y electermhttps://repos.electerm.org/rpmnpm
npm i -g electerm