v2.1.6

1Panel-dev/1Panelv2.1.6Mar 26, 2026by wanghe-fit2cloud

AI Summary

Introduces an AI-powered terminal and expands agent capabilities with new communication channels (WeChat, DingTalk) and model account features like model pools and custom npm registries.

Key Highlights

  • AI terminal support added
  • Skill management functionality added
  • WeChat and DingTalk channel support
  • Model account support for Xiaomi
  • Custom npm registry support

New Features

  • AI terminal support
  • Skill management support
  • WeChat channel support
  • DingTalk channel support
  • Xiaomi model account support
  • Custom npm registry support
  • Model pool configuration
  • Overview information support
  • Main config file editing support

Full Release Notes

## ✨ New Features / 新增功能

* Terminal: Added AI terminal support /  新增 AI 终端功能 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12215
* Agents: Added skill management support / 新增技能管理功能 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12311
* Agents: Added WeChat channel support / 新增微信频道支持 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12298
* Agents: Added DingTalk channel support / 新增钉钉频道支持 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12229
* Agents: Added Xiaomi support for model accounts / 模型账号支持小米 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12242
* Agents: Added custom npm registry support / 支持自定义 npm 仓库 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12300
* Agents: Added model pool configuration for model accounts / 模型账号支持配置模型池 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12213
* Agents: Added overview information support / 支持查看概览信息 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12319
* Agents: Added main config file editing support / 支持编辑主配置文件 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12313

## ⚙️ Enhancements / 功能优化

* Agents: Optimized plugin installation logic / 优化插件安装逻辑 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12312
* Agents: Optimized the OpenClaw terminal page / 优化 OpenClaw 终端页面 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12230
* Agents: Optimized validation logic for MiniMax model accounts / 优化 MiniMax 模型账号校验逻辑 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12240
* Websites: Added an option to skip SSL certificate verification in reverse proxy settings / 反向代理新增跳过 SSL 证书校验配置 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/12258
* Containers: Changed the default container directory entry path to the working directory / 调整容器目录默认进入路径为工作目录 by @jakub961241 in https://github.com/1Panel-dev/1Panel/pull/12265
* Containers: Added path bar navigation support in file management / 文件管理功能支持通过路径框跳转指定路径 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12293
* Containers: Added a prompt when the Compose file is missing / 在 Compose 文件缺失时增加提示信息 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12299
* File Browser: Optimized editor tab management and file handling logic / 优化文件编辑器标签页管理与文件处理逻辑 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/12294
* File Browser: Added validation and error messages for remote download URLs / 远程下载地址新增校验与错误提示 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/12309
* File Browser: Added favorites to the file selection list page / 文件选择列表页新增收藏夹选项 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/12227
* File Browser: Added cancel support for remote downloads / 远程下载支持取消功能 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/12245
* File Browser: Moved tooltips to the left for better visibility / 优化提示位置为左侧提升可见性 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/12317
* File Browser: Added total progress display for file uploads / 文件上传支持显示总进度 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/12327
* File Browser: Preserved the original modification time after file extraction / 解压文件后保留原始文件修改时间 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/12228
* Terminal: Optimized the quick command selection page style for the host terminal / 优化主机终端快速命令选择页面样式 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12331
* Multi-Node: Optimized node dropdown page styles / 优化节点下拉框页面样式 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12238
* Multi-Node: Added a multi-node overview entry on the node selection page / 节点选择页面新增多机概览入口 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12248
* System: Unified sidebar menu item heights / 统一侧边栏菜单项高度 by @wanghe-fit2cloud in https://github.com/1Panel-dev/1Panel/pull/12253

## 🛠️ Bug Fixes / 问题修复

* App Store: Fixed missing form fields when installing apps in some languages / 修复了部分语言下安装应用时缺失表单字段的问题 by @wanghe-fit2cloud in https://github.com/1Panel-dev/1Panel/pull/12211
* Agents: Fixed an issue where the access address could not be set to a domain when creating OpenClaw agents / 修复了创建 OpenClaw 智能体时访问地址无法设置为域名的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12201
* Websites: Fixed a failure when creating OpenClaw one-click deployment websites / 修复了创建 OpenClaw 一键部署类型网站失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12206
* Websites: Fixed extra whitespace in the default Composer command list / 修复了 Composer 命令默认列表存在多余空格的问题 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/12290
* Websites: Fixed an issue where websites could not be started after being stopped / 修复了网站停止后无法启动的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/12241
* Certificates: Fixed missing options on the column selection page / 修复了选择列页面缺少部分选项的问题 by @wanghe-fit2cloud in https://github.com/1Panel-dev/1Panel/pull/12252
* Containers: Fixed abnormal Compose status display in some scenarios / 修复了部分场景下 Compose 状态显示异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12239
* File Browser: Fixed an issue where gz files could not be previewed after extraction / 修复了 gz 格式文件解压后无法预览的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/12314
* Terminal: Fixed an issue where the scroll speed setting did not take effect in the container terminal / 修复了容器终端没有生效滚动速度配置的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12334
* Toolbox: Fixed an issue where unchecked items were still cleaned up during system upgrade backup cleanup / 修复了系统升级备份清理时取消勾选项仍被清理的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12302
* Logs: Fixed abnormal display for some operation logs / 修复了部分操作日志显示异常的问题 by @wanghe-fit2cloud in https://github.com/1Panel-dev/1Panel/pull/12219
* Panel Settings: Fixed an issue where entering an incorrect 2FA code redirected users to the login page / 修复了两步验证输入错误验证码后跳转到登录页的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/12222
* Panel Settings: Fixed an issue where file uploads failed for Qiniu backup accounts / 修复了七牛备份账号上传文件失败的问题 by @wanghe-fit2cloud in https://github.com/1Panel-dev/1Panel/pull/12214
* System: Fixed abnormal overview status display when the panel theme followed system color mode changes / 修复了面板颜色跟随系统切换时概览状态显示异常的问题 by @jakub961241 in https://github.com/1Panel-dev/1Panel/pull/12278
* System: Fixed the abnormal display of the More button in table action columns on first entry / 修复了首次进入系统时表格操作列更多按钮显示异常的问题 by @wanghe-fit2cloud in https://github.com/1Panel-dev/1Panel/pull/12316