electerm v3.12.0
New features/UI/Updates
- serialport: Add XMODEM protocol support for file transfers in serialport session (#4358)
- serialport: Support TX/RX line endings for serialport session
- AI Agent: Add close_tab function for tab management
- AI Agent: Support sftp transfer
- MCP/AI Agent: Add open tab tool to directly open session without creating bookmark
- MCP: Enhance bookmark create by adding data validation and sanitization
- MCP/AI Agent: Fix MCP/AI run command ability, now can run in any tab
- Add confirmation for clearing AI chat history
- Add AI chat mode persistence with local storage
- UI: Improve bookmark list mouse over UI
- UI: Improve history UI logic
Bug fixes
- Fix sftp upload folder modify time issue
- Fix server info code, avoid potential crash (#4362)
- Fix backspace can not trigger terminal scroll to bottom issue
新功能/界面/更新
- serialport: 为串口会话添加 XMODEM 协议支持,用于文件传输 (#4358)
- serialport: 支持串口会话的 TX/RX 行尾符设置
- AI 代理:添加 close_tab 功能用于标签页管理
- AI 代理:支持 SFTP 文件传输
- MCP/AI 代理:添加 open tab 工具,可直接打开会话而无需创建书签
- MCP:通过添加数据验证和清理增强书签创建功能
- MCP/AI 代理:修复 MCP/AI 运行命令功能,现在可在任意标签页中运行
- 添加清空 AI 聊天历史的确认提示
- 添加 AI 聊天模式的本地存储持久化
- 界面:改进书签列表鼠标悬停效果
- 界面:改进历史记录界面逻辑
问题修复
- 修复 SFTP 上传文件夹修改时间的问题
- 修复服务器信息代码,避免潜在崩溃 (#4362)
- 修复退格键无法触发终端滚动到底部的问题
Downloads
Files for electerm v3.12.0
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-3.12.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.12.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.12.0-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.12.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.12.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.12.0-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