freshcrate
Skin:/
Home > MCP Servers > nuwax

nuwax

Nuwax Agent OS - The world's first universal agent operating system, building your private vertical general-purpose agent. 通用智能体操作系统,打造你私有的垂类通用智能体。新一代AI应用设计、开发、实践平台,无需代码,轻松创建,适合各类人群,支持多种端发布及API,提供完善的

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Nuwax Agent OS - The world's first universal agent operating system, building your private vertical general-purpose agent. 通用智能体操作系统,打造你私有的垂类通用智能体。新一代AI应用设计、开发、实践平台,无需代码,轻松创建,适合各类人群,支持多种端发布及API,提供完善的工作流、插件以及应用开发能力,RAG知识库与数据表存储能力,MCP接入以及开放能力。

README

Nuwax

Nuwax AI - Easily build and deploy your private Agentic AI solutions.

Official Website: https://nuwax.com

Demo: https://agent.nuwax.com

中文文档|English Doc | Contributing | Documentation

Installation & Deployment

Use the official nuwax-cli command tool to quickly deploy services locally.

Quick Start

Environment Preparation

System Requirements
  • System Requirements: Ubuntu 22.04 LTS or later (other Linux versions not fully tested), macOS 10.15+, Windows 10/11 (support coming soon)
  • Hardware Requirements: 4 cores 8GB RAM or higher
  • Environment Requirements: docker, docker-compose V2 environment Docker Installation Guide
Supported Platforms
  • Linux: x86_64, ARM64
    • Ubuntu 22.04 LTS (recommended)
    • Current user needs Docker permissions, verify with docker ps. If you encounter permission issues, you can run with sudo privileges.
    • Alibaba Cloud mirror acceleration is recommended
  • macOS: Intel, Apple Silicon (M1/M2), Universal
    • macOS 10.15 (Catalina) and later versions
    • OrbStack is recommended (free for personal use, better performance)
    • Ensure OrbStack or Docker Desktop is started
    • First-time use may require allowing unknown developers: System Preferences → Security & Privacy

Local Deployment Service Guide

There are 2 deployment services:

  • Main project service (required)
  • Agent Computer (Sandbox) deployment guide (optional)

In the main local service, configure one or more Agent Computer deployment addresses to use the Agent Computer (Sandbox). Since the "Agent Computer (Sandbox)" includes a personal computer (sandbox) which requires more resources, it supports separate deployment across multiple servers.

Deploy Main Service

Installation Documentation

Agent Computer (Sandbox) Deployment Guide

You can deploy Agent Computer services on multiple different servers, achieving distributed agent sandbox capabilities through configuration.

Environment Requirements: Each server needs Docker and Docker Compose environment installed, refer to Docker Installation Documentation.

Installation Documentation

Common Management Commands

Service Management

  • Start service: ./nuwax-cli docker-service start
  • Stop service: ./nuwax-cli docker-service stop
  • Restart service: ./nuwax-cli docker-service restart
  • Check status: ./nuwax-cli docker-service status

Backup Management

Backup service requires stopping Docker application servers, it's recommended to operate during business low-peak periods

  • One-click Backup (Recommended):
    • Manual backup execution: ./nuwax-cli auto-backup run
    • List all backups: ./nuwax-cli list-backups
    • Restore from backup: ./nuwax-cli rollback [BACKUP_ID]

Upgrade Management

Application service upgrade, using command ./nuwax-cli auto-upgrade-deploy run will automatically detect and download new versions for deployment.

Complete upgrade process:

# Check if deployment client has new version and update
./nuwax-cli check-update install
# Update application service
./nuwax-cli auto-upgrade-deploy run

Docker Environment Installation

Important Note: Docker and Docker Compose are core dependencies for running this service and must be installed correctly.

If your system doesn't have Docker environment installed yet, please refer to the detailed Docker Environment Installation Guide.

This installation guide includes detailed installation steps for the following platforms:

  • Ubuntu 24.04.3 LTS (recommended Linux distribution)
  • macOS (supports OrbStack and Docker Desktop)
  • Mirror acceleration configuration (for mainland China users)

Recommended: One-Click Docker Installation Script

Community one-click Docker installation script

This script supports 13 Linux distributions, including domestic operating systems (openEuler, Anolis OS, OpenCloudOS, Alinux, Kylin Linux), one-click installation of docker, docker-compose with automatic configuration of Xuanyuan mirror acceleration.

bash <(wget -qO- https://xuanyuan.cloud/docker.sh)

Script Features and Advantages

✅ Supports 13 mainstream distributions: openEuler, OpenCloudOS, Anolis OS, Alinux (Alibaba Cloud), Kylin Linux, Fedora, Rocky Linux, AlmaLinux, Ubuntu, Debian, CentOS, RHEL, Oracle Linux

✅ Complete support for domestic operating systems: Deep adaptation for domestic OS (openEuler, Anolis OS, OpenCloudOS, Alinux, Kylin Linux), supports automatic version detection and optimal configuration

✅ Intelligent multi-mirror source switching: Built-in 6+ domestic mirror sources including Alibaba Cloud, Tencent Cloud, Huawei Cloud, USTC, Tsinghua, etc., automatically detects and selects the fastest source

✅ Special handling for older systems: Supports expired systems like Ubuntu 16.04, Debian 9/10, automatically configures compatible installation solutions

✅ Dual installation guarantee: Automatically switches to binary installation if package manager installation fails, ensuring installation success rate

✅ macOS/Windows friendly prompts: Automatically detects macOS and Windows systems, provides appropriate Docker Desktop installation guidance

Quick Docker Installation Verification:

# Check Docker version
docker --version

# Check Docker Compose version
docker compose version

# Run test container
docker run hello-world

If the above commands all run successfully, your Docker environment is ready and you can proceed with Nuwax service deployment.

Architecture Diagram

┌────────────────────────────────────────────────────────────────────────────┐
│                           Frontend Layer                                   │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐  ┌─────────────────────────┐  │
│  │  PC Web  │  │   H5     │  │ Mini App │  │  IM (Feishu/DingTalk/  │  │
│  │          │  │          │  │          │  │   WeCom/Slack)         │  │
│  └──────────┘  └──────────┘  └──────────┘  └─────────────────────────┘  │
└────────────────────────────────────────────────────────────────────────────┘
                                      │
                                      ▼
┌────────────────────────────────────────────────────────────────────────────┐
│                        Access Layer                                        │
│  ┌──────────────┐  ┌──────────────┐  ┌──────────────────────────────┐   │
│  │  REST API    │  │  Long        │  │       WebSocket             │   │
│  │              │  │ Connection   │  │                             │   │
│  └──────────────┘  └──────────────┘  └──────────────────────────────┘   │
└────────────────────────────────────────────────────────────────────────────┘
                                      │
                                      ▼
┌────────────────────────────────────────────────────────────────────────────┐
│                      Application Layer                                     │
│                                                                              │
│  ┌─────────────────────────────────────────────────────────────────────┐  │
│  │              Component Library                                       │  │
│  │  ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ │  │
│  │  │ Model│ │Know- │ │ Data │ │Plugin│ │ Work-│ │  MCP │ │ Skill│ │  │
│  │  │      │ │ ledge│ │ Table│ │      │ │ flow │ │      │ │      │ │  │
│  │  └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ │  │
│  └─────────────────────────────────────────────────────────────────────┘  │
│                                                                              │
│  ┌─────────────────────────────────────────────────────────────────────┐  │
│  │              Management Portal                                        │  │
│  │  ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │  │
│  │  │  User    │ │  Audit   │ │  Public  │ │ Content  │ │   Task   │ │  │
│  │  │Management│ │Management│ │  Model   │ │Management│ │Management│ │  │
│  │  ├──────────┤ ├──────────┤ ├──────────┤ ├──────────┤ ├──────────┤ │  │
│  │  │   Log    │ │   Menu   │ │ System   │ │          │ │          │ │  │
│  │  │  Query   │ │Permission│ │  Config  │ │          │ │          │ │  │
│  │  └──────────┘ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │  │
│  └─────────────────────────────────────────────────────────────────────┘  │
│                                                                              │
│  ┌─────────────────────────────────────────────────────────────────────┐  │
│  │              Product Applications                                    │  │
│  │  ┌──────────────┐  ┌──────────────┐  ┌──────────────────────────┐  │  │
│  │  │   Web App    │  │   Q&A        │  │    General Agent         │  │  │
│  │  │              │  │   Agent      │  │                          │  │  │
│  │  └──────────────┘  └──────────────┘  └──────────────────────────┘  │  │
│  └─────────────────────────────────────────────────────────────────────┘  │
└────────────────────────────────────────────────────────────────────────────┘
                                      │
                                      ▼
┌────────────────────────────────────────────────────────────────────────────┐
│                    Infrastructure Layer                                    │
│                                                                              │
│  ┌─────────────────────────────────────────────────────────────────────┐  │
│  │                    Lower-level Components                            │  │
│  │                                                                       │  │
│  │  ┌─────────────┐  ┌─────────────┐  ┌─────────────────────────────┐ │  │
│  │  │   Cloud     │  │  nuwaclaw   │  │   General Agent Engine     │ │  │
│  │  │   Sandbox   │  │   PC Client │  │                            │ │  │
│  │  │             │  │ (mac/win/   │  │  ┌───────────────────────┐ │  │
│  │  │             │  │  docker)    │  │  │  MCP Integration      │ │  │
│  │  │             │  │             │  │  ├───────────────────────┤ │  │
│  │  │             │  │             │  │  │  File Management     │ │  │
│  │  │             │  │             │  │  │  Skill Management     │ │  │
│  │  │             │  │             │  │  │  ACP Adapter Layer    │ │  │
│  │  │             │  │             │  │  │  ┌─────────────────┐ │ │  │
│  │  │             │  │             │  │  │  │ Supported Agent:│ │ │  │
│  │  │             │  │             │  │  │  │ claudecode      │ │ │  │
│  │  │             │  │             │  │  │  │ opencode        │ │ │  │
│  │  │             │  │             │  │  │  │ codex           │ │ │  │
│  │  │             │  │             │  │  │  │ openclaw        │ │ │  │
│  │  │             │  │             │  │  │  │ kimicli         │ │ │  │
│  │  │             │  │             │  │  │  └─────────────────┘ │ │  │
│  │  │             │  │             │  │  ├───────────────────────┤ │  │
│  │  │             │  │             │  │  │  Browser             │ │  │
│  │  │             │  │             │  │  │  Automation          │ │  │
│  │  │             │  │             │  │  │  GUI Automation      │ │  │
│  │  │             │  │             │  │  │  Network Channel     │ │  │
│  │  │             │  │             │  │  │  Runtime Integration │ │  │
│  │  │             │  │             │  │  └───────────────────────┘ │  │
│  │  │             │  │             │  └─────────────────────────────┘ │  │
│  │  └─────────────┘  └─────────────┘                                   │  │
│  └─────────────────────────────────────────────────────────────────────┘  │
│                                                                              │
│  ┌─────────────────────────────────────────────────────────────────────┐  │
│  │                    Core Infrastructure                                │  │
│  │  ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────┐  │  │
│  │  │ Database │ │  Cache   │ │  Vector  │ │  Search  │ │ Model │  │  │
│  │  │  MySQL   │ │  Redis   │ │  Milvus  │ │ Elastic  │ │ Proxy│  │  │
│  │  └──────────┘ └──────────┘ └──────────┘ └──────────┘ └──────┘  │  │
│  └─────────────────────────────────────────────────────────────────────┘  │
└────────────────────────────────────────────────────────────────────────────┘

Project Repository Overview

The Nuwax AI Agent Platform consists of multiple interconnected repositories:

Frontend & Mobile

Repository Description URL
nuwax Frontend Web https://github.com/nuwax-ai/nuwax
nuwax-mobile Mobile Application https://github.com/nuwax-ai/nuwax-mobile
noVNC Web-based VNC Client https://github.com/nuwax-ai/noVNC

Backend & Application Layer

Repository Description URL
nuwax-backend Application Layer (Backend) https://github.com/nuwax-ai/nuwax-backend

Agent Engine & Clients

Repository Description URL
nuwaclaw Agent PC Client (mac/win/docker) https://github.com/nuwax-ai/nuwaclaw
nuwaxcode Nuwa Agent Engine (based on open-source opencode) https://github.com/nuwax-ai/nuwaxcode
claude-code-acp-ts Claude Code ACP based on Zed https://github.com/nuwax-ai/claude-code-acp-ts

Infrastructure & Services

Repository Description URL
rcoder Sandbox & Container Scheduling (includes General Agent Engine) https://github.com/nuwax-ai/rcoder
mcp-proxy MCP Service (used by sandbox) https://github.com/nuwax-ai/mcp-proxy
nuwax-file-server File Service (used by sandbox and nuwaclaw, includes skill sync) https://github.com/nuwax-ai/nuwax-file-server

Web Application Development

Repository Description URL
xagi-frontend-templates Web Application Development Templates https://github.com/nuwax-ai/xagi-frontend-templates
vite-plugin-design-mode Visual Editor Vite Plugin https://github.com/nuwax-ai/vite-plugin-design-mode
dev-inject Web Application Smart Script Injection https://github.com/nuwax-ai/dev-inject

Plugin & Script Execution

Repository Description URL
run_code_rmcp Plugin Script Execution (TypeScript/JavaScript/Python) https://github.com/nuwax-ai/run_code_rmcp

Network & Utilities

Repository Description URL
lanproxy-go-client Network Tunnel Client (used by nuwaclaw) https://github.com/ffay/lanproxy-go-client

Agent Platform Frontend

中文文档 |English Doc

Contributing Guide
  1. Fork the project
  2. Create feature branch
  3. Submit code changes
  4. Create Pull Request

Community & Support

Join the Nuwax AI Agent Platform community for technical support and latest updates!

Official Links

Community Channels

Channel Description
GitHub Issues Submit issues
WeChat Group Add assistant nuwax-ai
QQ Group Group ID: 1041169423
WeChat Official Account Follow "女娲智能体" for feedback
Douyin/Video Account Follow for latest video content

📱 For WeChat Group, Official Account, and Douyin QR codes, please visit User Manual

License

Apache 2.0 License - see LICENSE for details.

Release History

VersionChangesUrgencyDate
v1.1.11## ✨ 新功能 - 新增独立的插件和工作流管理页面 - 新增知识和存储资源页面,拆分并重建知识库与数据表页面并优化分组列表 - 新增全局通用的 EllipsisTooltip 组件,用于文本超出隐藏显示气泡提示,并支持配置 maxDescriptionLines 实现多行文本截断 - 新增插件及工作流新建弹窗选择分组支持,且在新增时自动携带当前选中分组 - 新增特定类型分组选中时禁用新建组件对应选项功能 - 新增插件与工作流资源的移动分组及动态菜单操作功能 - 新增左侧资源分组列表与大屏双向过滤布局,支持左侧分组新增按钮 - 新增定价周期的支持与定价标签展示 - 新增模块级别内存缓存功能,在单页应用(SPA)导航过程中保持资源组的选择状态 - 新增/优化侧边栏路径匹配逻辑,自动清理无效缓存 - 新增无效 workspace 记录清理功能,并优化 404 页面显示 ## 🐛 Bug 修复 - 修复 EllipsisTooltip 组件在处理空文本时的问题 - 修复新增与编辑分组时,默认图标未能正确对应的问题 - 修复 markdown 处理中High6/5/2026
v1.1.10# Release v1.1.10 基于 v1.1.9 至 v1.1.10 的变更整理,可直接用于 GitHub/GitLab Release 描述。 --- ## ✨ 新功能 - 新增**技能订阅**能力:广场支持付费技能订阅流程,集成付费技能提示与订阅支付弹窗,并完善订阅购买状态管理 - 完善首页会话输入框(`ChatInputHome`):支持**多文件上传**与**拖拽上传**,优化 @ 提及与附件交互体验 - 文件树(`FileTreeView`)新增**清除已选文件 ID** 能力,并优化文件刷新与选中状态管理 - 日志列表(`LogProTable`)使用 `getTruncatedLogContent` 优化长日志内容的截断展示 - 开发者收益:**提现申请**支持按配置动态计算可提现金额,并同步更新各语言文案字典 - 升级 `LimitedTooltip` 组件,并应用于已发布管理、发布审核等列表的长文本展示 - 点击「我的订阅」路由菜单时,**主动刷新积分余额**,保证订阅页数据及时 - 扩展国际化:新增「用户名/电话/邮箱」「High5/29/2026
v1.1.9## ✨ 新功能 - 新增计划卡片上的订阅计划描述显示功能,并深度优化了订阅套餐弹窗与国际化多语言支持 - 新增积分发放与积分扣减弹窗及相关表单管理功能,大幅提升积分后台划拨的灵活性 - 新增信用余额用户界面上的兑换描述信息提示框,并在系统配置中增加信用兑换描述文本区域 - 后台用户管理中,新增用户 ID 列展示及搜索过滤机制,操作栏新增密码重置与安全删除用户功能,并配合了严格的操作权限校验 - API 密钥配置中,新增对模型权限的支持,重构密钥配置弹窗并新增个人空间模型页签 - 全局模型管理中,新增了状态筛选功能,并重构更新了模型能力类型的展示逻辑与筛选机制 - 系统配置中,大菜单下新增配置了订阅订单管理及用量统计的子菜单和对应的路由页面 - 会话详情中,新增了对智能体试用次数的控制与管理功能 - 新增知识图谱相关页面及基础管理能力开发 ## 🐛 Bug 修复 - 修复系统设置在非“基础配置”标签页执行保存操作时,导致图片上传字段被意外清空的问题 - 修复微信小程序内嵌 WebView 支付返回时,因重定向自动解码导致 token 误吞入 hasHigh5/22/2026
v1.1.8## ✨ 新功能 - **订阅与支付系统**: - 新增“我的订阅”管理中心,整合当前计划、已订阅智能体、技能和额度卡片,并对接历史账单。 - 新增付费订阅弹窗(`PaymentSubscriptionModal`)及购买积分套餐弹窗(`PurchaseModal`),打通完整的 SaaS 订阅与购买支付链路。 - 新增 `PointStatusTags` 组件,直观展示已订阅额度的使用情况和过期状态。 - **结算与提现管理**: - 新增“我的收益”页面,支持实时收益统计、每日收益详情展示及筛选功能。 - 新增收益提现流转与二次确认机制,支持提现服务费率、最低提现额度计算及负积分拦截校验。 - 新增商户进件与收款账户配置页面,支持基本资料编辑、经办人联系方式、证件影像上传及草稿保存。 - 后端管理新增开发者提现打款操作功能并支持打款凭证影像展示。 - **资源工具与模型定价**: - 新增“资源定价”管理模块,支持技能定价、模型定价、工具定价的添加、编辑、删除与拖拽排序。 - 新增“模型监控”与“用量统计”页面,以图表High5/21/2026
v1.1.6## ✨ 新功能 - 新增“技能使用场景”支持,在创建、导入技能时可指定适用范围,并支持按场景进行过滤。 - 新增 `@` 提及功能按钮及组合提及选择器,支持键盘导航和搜索增强,显著提升技能引用效率。 - 新增日语 (Japanese) 语言包支持,并完成了多语言环境下的代码清理与国际化覆盖。 - 新增 `deploy_test.sh` 自动化部署脚本,实现代码更新、合并、构建与推送的一键化。 - 新增 AppDev 全局错误拦截机制,提升 chunk 加载失败时的异常恢复能力。 - 新增 AppDev 实时思考分片 (agent_thought_chunk) 展示支持,优化预览路由的设计模式切换。 - 新增 SelectList 组件的可选样式属性,增强 UI 组件的配置灵活性。 ## 🐛 Bug 修复 - 修复并优化阿里云验证码 (Aliyun Captcha) 稳定性,解决双重初始化、Token 同步及过期回调异常。 - 修复 `ChatInputHome` 提及选择器的异常触发逻辑,防止在非插入操作时意外弹出。 - 修复 `SpacePageHigh5/8/2026
v1.1.5## ✨ 新功能 - 新增 XProTable 国际化适配函数,显著增强多语言环境下表格组件的稳定性 - 新增 XModalForm 提交者(submitter)配置的国际化支持,支持自定义按钮文本 - 新增 SpaceDevelop 复制路径到剪贴板功能,提升资源获取效率 - 新增 FileTreeView 对 HTML 文件的刷新时间戳处理,确保预览内容实时更新 - 新增 ChatInputHome 和 ChatTemp 的悬停交互增强,实现滚动按钮的智能可见性控制 ## 🐛 Bug 修复 - 修复 MarkdownRenderer 安全风险,通过禁用不安全标签(如 style)防止外部样式污染 - 修复 FilePreview 基础 URL 配置问题,支持正式环境动态获取 - 修复 FilePreview 文件名和类型提取逻辑,增强错误提示并补充下载链接 - 修复 CodeEditor 在布局切换时的高度计算问题,实现精准的响应式适配 - 修复 ChatTemp 欢迎文本的点击交互问题及 ChatInputHome 的滚动检测灵敏度 - 修复High4/22/2026
v1.1.4## ✨ 新功能 - **国际化 (i18n) 全面演进**: - 实现后端驱动的 i18n 运行时治理,完成核心页面与组件的国际化迁移。 - 覆盖 AppDev 聊天、AntV X6 工作流(节点、画布、运行结果)、系统管理(角色、用户组、日志)等多个核心模块。 - 新增本地默认字典,优化多语言切换的鲁棒性。 - **API 密钥管理增强**: - 新增 API 密钥(API KEY)管理页面,支持密钥的创建、编辑、删除及动态分页加载。 - 新增 API 调用日志页面与控制台,支持调用频率统计与权限配置(ApiKeyPermission)。 - **智能体与会话体验优化**: - 新增开放授权应用(OpenApp)相关页面,支持应用详情查看与历史会话记录追踪。 - 新增会话详情组件(ConversationDetails),优化历史会话列表展示逻辑。 - 增强 `ChatInputHome` 的 @ 提及功能,新增 `AtMentionIcon` 并优化弹窗定位逻辑。 - 智能体模型设置(AgentModelSettinHigh4/15/2026
v1.1.3## 🐛 Bug 修复 - 修复当工作空间是第一个菜单时,因为退出登录未清除空间信息,导致更换账号再次进入页面后,空间ID不正确; - 修复广场查询智能体时未携带智能体子类型(ChatBot),导致查询结果包含了网页应用型智能体;High4/2/2026
v1.1.2## ✨ 新功能 - 新增微信机器人 (wechat_ilink) 渠道集成,支持扫码连接与状态轮询 - 优化微信扫码界面,实现 216x216 常驻虚线交互容器设计 - 新增扫码确认成功后的 Alert 风险提示,明确同账号覆盖风险 - 支持在扫码成功后多次重新获取二维码,增强交互的连续性 - 优化微信扫码交互流程,移除强制选择智能体的顺序限制 - 增强空间标题显示逻辑,支持根据用户角色判断动态展示标题 - 更新渠道统计逻辑与平台展示,支持侧边栏计数在微信机器人保存后的实时同步 - 增强微信扫码连接界面提示信息,提供更清晰的操作引导指引 ## 🐛 Bug 修复 - 修复微信扫码弹窗关闭后在途请求未及时清理导致的异步逻辑残留问题 - 修复微信扫码确认后的 `configData` 配置回填与最终表单提交链路 - 修复广场 (Square) 分类切换时分页参数残留导致的页码显示异常及数据竞态覆盖问题 - 修复创建 IM 渠道模态框的关闭行为属性,及弹窗交互细节 ## ♻️ 重构 - 重构微信扫码逻辑为独立 `WechatIlinkForMedium3/27/2026
v1.1.1### ✨ 新功能 - **@ 提及功能 (Mention)** - 新增聊天输入框 `@` 提及成员/技能功能,支持快捷唤出提及列表弹窗(MentionPopup) - 新增提及项动态位置计算、高度变化自适应管理及内容搜索筛选 - **广场与技能 (Square)** - 新增插件信息及导航管理,支持技能卡片点击跳转及参数编码 - 新增 SingleAgent 统计项及 defaultTaskAgentId 定制项,优化配置管理 - **即时通讯管理 (IMChannel)** - 新增支持创建不同类型的即时通讯通道(如企业微信应用) - 新增通道参数验证、输出模式选择,并支持一键“测试连通性” - **用户参考功能整合** - 新增远程桌面分享功能,支持生成分享链接和设置过期时间 - 新增文件树面板展开/折叠和固定功能,提升交互体验 - 新增 VNC 远程桌面预览连接状态显示和自动重连机制 - 新增空闲检测功能和警告弹窗,自动断开长时间无操作连接 - 新增加载更多历史消息功能,支持会话消息分页查询 Low3/20/2026
v1.1.0# Release v1.1.0 基于 v1.0.9 至 main 的变更整理,可直接用于 GitHub/GitLab Release 描述。 --- ### ✨ 新功能 - 广场(Square)增强滚动加载与自动填充逻辑,支持更多内容流畅加载。 - 空间板块(SpaceSection)增强滚动加载与自动填充逻辑,优化长列表浏览体验。 - 生态 MCP(EcosystemMcp)增强滚动加载与自动填充逻辑,提升生态市场内容加载能力。 - 知识库原始片段(RawSegmentInfo)增强自动加载与编辑功能,便于文档片段管理。 - 更多操作菜单(MoreActionsMenu)新增重启功能图标并更新相关常量,便于开发环境快捷操作。 ### 🐛 Bug 修复 - 修复空间知识库(SpaceKnowledge)页码更新逻辑并优化文档加载体验。 - 修复知识库原始片段(RawSegmentInfo)页码更新逻辑以正确加载数据。 - 修复数据权限弹窗(DataPermissionModal)页码更新逻辑以提升数据加载体验。 - 修复空间板块(SpaceSection)滚动加载逻辑以Low3/6/2026
v1.0.9### ✨ 新功能 - 新增智能体电脑管理模块,支持多电脑类型选择、连通性测试以及启用/停用/删除等沙盒管控功能。 - 新增变量引用输入(PromptVariableRef)组件开发,支持光标跟随、智能推荐变量及语法高亮显示。 - 新增完善的系统级权限控制模块,支持菜单、权限资源、角色及用户组界面的精细化授权与拖拽排序。 - 新增数据权限管理与全局模型管控能力,实现模型对不同智能体或网页应用的精细化独立分配。 - 新增工作区动态菜单(DynamicMenusLayout)架构,增强菜单数据处理与动态路径路由加载能力。 - 新增系统核心仪表盘看板,集成会话统计、知识库、技能与动态趋势图卡片的数据接口。 - 新增独立的历史会话管理页面,提供完善的数据分页、检索追踪、快速重命名与删除能力。 - 新增知识库资源文档的纯在线预览能力,提升文件解析与查阅体验。 - 新增我的电脑管理页面与连接密匙功能,支持代理对话入口和直接沙箱跳转联调。 ### 🐛 Bug 修复 - 修复工作流(Workflow V3)并发提交下出现的节点保存状态竞争与修改冲突问题。 - 修复Low3/6/2026
v1.0.8### ✨ 新功能 - feat(Chat, PreviewAndDebug): add setIsMoreMessage to manage message loading state - feat(CreateModel): 新增或编辑模型时,新增最大上下文长度字段 - feat(historyConversation): 添加历史会话页面关闭按钮 ### 🐛 Bug 修复 - 修复 SSE 连接关闭逻辑,确保连接关闭时正确标记中止状态 - 修复会话停止逻辑,确保 requestId 为空时也能停止会话 - 修复清空会话后对话设置未重置问题 - 修复页面切换时 SSE 连接未中断问题 - 修复代码规范问题(ESLint) ### ♻️ 重构 - 恢复 v1.0.8-alpha 代码版本 - 移除 ChatArea 组件中冗余的 handleAddToChat 函数,简化代码结构 - 重构 SSE 连接逻辑,分离工作流与会话的 SSE 连接 ### 🎨 样式优化 - style(EditAgent): Comment ouLow2/3/2026
v1.0.7 ## ✨ 新功能 - 新增远程桌面分享功能,支持生成分享链接和设置过期时间 - 新增文件树面板展开/折叠和固定功能,提升用户交互体验 - 新增 VNC 远程桌面预览连接状态显示和自动重连机制 - 新增空闲检测功能和警告弹窗,支持用户长时间无操作时自动断开连接 - 新增加载更多历史消息功能,支持会话消息分页查询 - 新增任务智能体模式切换功能 - 新增文件操作提示框(上传、下载、导出、导入),增强用户反馈 - 新增文件预览支持更多格式(SVG、JSON、Office 文档等) - 新增子智能体配置功能(SubAgentConfig) - 新增技能变量支持和工具分类功能 - 新增会话状态更新事件监听,任务状态变化时 UI 及时更新 - 新增未保存更改检查功能,防止用户在未保存的情况下进行重要操作 ## 🐛 Bug 修复 - 修复 SSE 连接关闭逻辑,确保连接关闭时正确标记中止状态 - 修复会话停止逻辑,确保 requestId 为空时也能停止会话 - 修复清空会话后对话设置未重置问题 - 修复页面切换时 SSE 连接未中断问题 - 修Low1/14/2026
v1.0.6### ✨ 新功能 - 新增 VNC 远程桌面预览功能,长任务智能体支持远程桌面操作 - 重构工作流 v3 版本,新增变量聚合节点(VariableAggregation)组件 - 新增是否支持 Design 设计模式配置开关 - 增强日志处理逻辑,支持检测最新日志块中的错误 - 为文件树视图添加加载遮罩层,优化加载状态指示 - 添加自定义滚动条样式,仅在悬停时显示滚动条 ### 🐛 Bug 修复 - 修复智能体编排页同步开场白内容及预置问题列表逻辑 - 修复插件参数对 Object 和 Array<Object> 类型子级删除逻辑 - 修复 Design 模式下内容编辑删除 bug - 修复 VariableAggregation 目录命名规范(统一大写 V) - 修复 nodeItem 组件导入路径问题 - 修复页面预览 iframe 不必要的页面重载问题 ### ♻️ 重构 - 移除不必要的 onConfirmUpdateEventQuestions 属性 - 优化 nodeItem 样式,简化输入框样式设置 - 增强 DeLow1/5/2026
v1.0.5## ✨ 新功能 新增 DesignViewer 设计模式组件,支持 Tailwind CSS 样式编辑和实时预览 增强 TiptapVariableInput:支持变量输入、Markdown 语法、可编辑变量节点、自定义标签保护 添加项目导出、聊天任务取消、变量建议外部关闭、多行智能样式替换 ## 🐛 Bug 修复 修复文件上传/导入加载状态管理、useAppDevServer 支持 devServerUrl 为 null 修复 PagePreviewIframe 文档处理、智能体引导问题、聊天滚动检测逻辑 修复设计模式状态管理,迁移到 appDevDesign 模型 ## ♻️ 重构 重构 TiptapVariableInput 实现自包含变量树,移除 VariableInferenceInput 统一变量转换方法到工具库,提取滚动检测到独立 Hook 优化 DesignViewer 模块化,升级 TiptapVariableInput 到 React 18 API 清理调试日志和未使用代码 ## ⚡ Low12/8/2025
v1.0.3### ✨ 新功能 - 同步老仓库最新代码,添加微信小程序支持、封面图片上传、MCP 智能体支持 - 新增 TiptapVariableInput 组件,支持 @ 提及和变量自动补全 - 添加项目ID支持、版本更新检查、回到首页悬浮图标 - 重构 useAppDevServer 和 useDevLogs 钩子,使用 umi 的 useRequest 进行轮询 ### 🐛 Bug 修复 - 修复封面图片源类型导入、图片加载错误处理、AttachFile 组件 mimeType 容错 - 修复 useAppDevServer keepAlive 多项目并发问题 - 修复 PagePreviewIframe 页面刷新逻辑、小程序跳转路径、AppDev 取消任务错误 ### ♻️ 重构 - 使用枚举替代字符串常量,优化微信小程序消息发送逻辑 - 优化 TiptapVariableInput 和 ExpandTextArea 组件 - 清理 AppDev 调试日志(移除 80+ 条) ### 🧪 测试 - 新增 TiptapVariabLow11/24/2025
v1.0.2# 更新日志 ## [1.0.2] - 2025-11-17 ### 🔧 构建/工具 - 添加 esbuild 依赖并在配置中实现 dev-monitor.js 的复制与压缩功能 - 更新 dev-monitor.js 版本号至 1.0.2、1.0.3、1.0.4 ### ✨ 新功能 - 同步老仓库最新代码 - 添加微信小程序支持功能,注入 JS-SDK 并监听 DOM 变化以发送消息 - 添加封面图片上传功能,更新相关样式和逻辑,增强页面编辑和创建功能 - 更新预览组件逻辑,添加封面图片源类型判断,优化截图处理 - 更新 PageCard 组件,替换 icon 属性为 coverImg,优化样式过渡效果,移除不再使用的 PageDevelopCardItem 组件 - MCP 添加智能体支持,更新相关组件和常量,优化图标处理逻辑 - 添加创建智能体功能,更新 Created 组件和服务接口以支持智能体类型 - 添加 streamableHttp 类型支持,更新样式以增强组件可视化效果 - 添加项目ID支持以区分不同项目的最近使用记录,Low11/18/2025
v1.0.1Release v1.0.1Low11/13/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

claude-code-safety-net🛡️ Enhance code safety with Claude Code Safety Net, a tool designed to identify and mitigate risks in your codebase effectively.main@2026-06-07
deepchat🐬DeepChat - A smart assistant that connects powerful AI to your personal worldv1.0.5
holaOSThe agent environment for long-horizon work, continuity, and self-evolution.main@2026-06-02
agent-identity-discoveryAgent Interface Discovery main@2026-06-01
ori-cliAgentic coding harness with persistent memory and a REPL body. Built on Ori Mnemos. Open source must win.master@2026-05-08

More in MCP Servers

PlanExeCreate a plan from a description in minutes
agentroveYour own Claude Code UI, sandbox, in-browser VS Code, terminal, multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter), custom skills, and MCP servers.
ProxmoxMCP-PlusEnhanced Proxmox MCP server with advanced virtualization management and full OpenAPI integration.
node9-proxyThe Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.