Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .changeset/eleven-bananas-vanish.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/red-kings-hear.md

This file was deleted.

18 changes: 18 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @promptx/cli

## 2.4.0

### Patch Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## Bug Fixes

- **runtime**: 修复对话超时误触发问题 — 将绝对超时改为空闲超时(`timeout({ each: 600000 })`),每次 AI 输出都会重置计时器,只有真正超过 600 秒无任何响应才触发超时
- **mcp-workspace**: 修复生产环境打包缺失问题 — 将 `external` 改为 `noExternal`,确保 `@promptx/logger` 和 `@modelcontextprotocol/sdk` 被打包进产物;同时在 `electron-builder.yml` 补充 `extraResources` 配置,生产包中正确包含 mcp-workspace

## New Features

- **desktop**: 设置页新增「接入其他平台」Tab,提供 Trae 及 Claude/Cursor 等 AI 工具的一键复制 MCP 配置

- Updated dependencies [[`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d), [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d)]:
- @promptx/mcp-server@2.4.0
- @promptx/logger@2.4.0
- @promptx/core@2.4.0

## 2.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/cli",
"version": "2.3.0",
"version": "2.4.0",
"description": "PromptX CLI - Command-line interface for the DPML-powered AI prompt framework",
"type": "module",
"files": [
Expand Down
45 changes: 45 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @promptx/$(basename $pkg)

## 2.4.0

### Minor Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## v2.3.0

### 新功能

- **飞书接入**:支持通过飞书机器人与 PromptX 交互,使用 WebSocket 长连接模式无需公网 IP,实现类似 OpenClaw 的多平台接入能力
- **工作区功能**:新增工作区侧边栏,支持项目文件浏览、拖拽文件到对话输入、文件读写管理
- **DeepSeek 预配置**:AgentX 配置新增 DeepSeek 预设,开箱即用
- **Windows Git 检测**:首页添加 Git 安装状态检测与引导提示
- **MCP Workspace 服务**:新增内置 MCP 工作区服务,支持文件操作和配置管理

### 优化

- **RoleX 全面优化**:修复组织操作相关的 bug,拆分 action 工具为 4 个领域工具以减少 LLM 调用失败
- **资源去重**:修复资源页面重复 key 警告,V2 角色正确覆盖 V1 同名角色
- **通知中心**:新增 v2.3.0 版本更新通知

### 修复

- 修复工作区文件夹自动展开导致的性能问题
- 修复 Windows 平台 Git 检测与路径问题
- 清理调试日志输出

### Patch Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## Bug Fixes

- **runtime**: 修复对话超时误触发问题 — 将绝对超时改为空闲超时(`timeout({ each: 600000 })`),每次 AI 输出都会重置计时器,只有真正超过 600 秒无任何响应才触发超时
- **mcp-workspace**: 修复生产环境打包缺失问题 — 将 `external` 改为 `noExternal`,确保 `@promptx/logger` 和 `@modelcontextprotocol/sdk` 被打包进产物;同时在 `electron-builder.yml` 补充 `extraResources` 配置,生产包中正确包含 mcp-workspace

## New Features

- **desktop**: 设置页新增「接入其他平台」Tab,提供 Trae 及 Claude/Cursor 等 AI 工具的一键复制 MCP 配置

- Updated dependencies [[`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d), [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d)]:
- @promptx/mcp-workspace@2.4.0
- @promptx/mcp-office@2.4.0
- @promptx/mcp-server@2.4.0
- @agentxjs/runtime@2.0.1
- @promptx/config@2.4.0
- @promptx/core@2.4.0

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/desktop",
"version": "2.3.0",
"version": "2.4.0",
"description": "PromptX Desktop - Local AI prompt management application",
"author": {
"name": "Deepractice",
Expand Down
13 changes: 13 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @promptx/config Changelog

## 2.4.0

### Patch Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## Bug Fixes

- **runtime**: 修复对话超时误触发问题 — 将绝对超时改为空闲超时(`timeout({ each: 600000 })`),每次 AI 输出都会重置计时器,只有真正超过 600 秒无任何响应才触发超时
- **mcp-workspace**: 修复生产环境打包缺失问题 — 将 `external` 改为 `noExternal`,确保 `@promptx/logger` 和 `@modelcontextprotocol/sdk` 被打包进产物;同时在 `electron-builder.yml` 补充 `extraResources` 配置,生产包中正确包含 mcp-workspace

## New Features

- **desktop**: 设置页新增「接入其他平台」Tab,提供 Trae 及 Claude/Cursor 等 AI 工具的一键复制 MCP 配置

## 2.3.0

## 2.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/config",
"version": "2.3.0",
"version": "2.4.0",
"description": "Configuration management for PromptX",
"type": "module",
"main": "./dist/index.js",
Expand Down
41 changes: 41 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# @promptx/$(basename $pkg)

## 2.4.0

### Minor Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## v2.3.0

### 新功能

- **飞书接入**:支持通过飞书机器人与 PromptX 交互,使用 WebSocket 长连接模式无需公网 IP,实现类似 OpenClaw 的多平台接入能力
- **工作区功能**:新增工作区侧边栏,支持项目文件浏览、拖拽文件到对话输入、文件读写管理
- **DeepSeek 预配置**:AgentX 配置新增 DeepSeek 预设,开箱即用
- **Windows Git 检测**:首页添加 Git 安装状态检测与引导提示
- **MCP Workspace 服务**:新增内置 MCP 工作区服务,支持文件操作和配置管理

### 优化

- **RoleX 全面优化**:修复组织操作相关的 bug,拆分 action 工具为 4 个领域工具以减少 LLM 调用失败
- **资源去重**:修复资源页面重复 key 警告,V2 角色正确覆盖 V1 同名角色
- **通知中心**:新增 v2.3.0 版本更新通知

### 修复

- 修复工作区文件夹自动展开导致的性能问题
- 修复 Windows 平台 Git 检测与路径问题
- 清理调试日志输出

### Patch Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## Bug Fixes

- **runtime**: 修复对话超时误触发问题 — 将绝对超时改为空闲超时(`timeout({ each: 600000 })`),每次 AI 输出都会重置计时器,只有真正超过 600 秒无任何响应才触发超时
- **mcp-workspace**: 修复生产环境打包缺失问题 — 将 `external` 改为 `noExternal`,确保 `@promptx/logger` 和 `@modelcontextprotocol/sdk` 被打包进产物;同时在 `electron-builder.yml` 补充 `extraResources` 配置,生产包中正确包含 mcp-workspace

## New Features

- **desktop**: 设置页新增「接入其他平台」Tab,提供 Trae 及 Claude/Cursor 等 AI 工具的一键复制 MCP 配置

- Updated dependencies [[`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d), [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d)]:
- @promptx/resource@2.4.0
- @promptx/logger@2.4.0

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/core",
"version": "2.3.0",
"version": "2.4.0",
"description": "Core library for PromptX - DPML-powered AI prompt framework",
"main": "dist/index.js",
"type": "commonjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @promptx/logger

## 2.4.0

### Patch Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## Bug Fixes

- **runtime**: 修复对话超时误触发问题 — 将绝对超时改为空闲超时(`timeout({ each: 600000 })`),每次 AI 输出都会重置计时器,只有真正超过 600 秒无任何响应才触发超时
- **mcp-workspace**: 修复生产环境打包缺失问题 — 将 `external` 改为 `noExternal`,确保 `@promptx/logger` 和 `@modelcontextprotocol/sdk` 被打包进产物;同时在 `electron-builder.yml` 补充 `extraResources` 配置,生产包中正确包含 mcp-workspace

## New Features

- **desktop**: 设置页新增「接入其他平台」Tab,提供 Trae 及 Claude/Cursor 等 AI 工具的一键复制 MCP 配置

## 2.3.0

## 2.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/logger",
"version": "2.3.0",
"version": "2.4.0",
"description": "Unified logging system for PromptX",
"type": "module",
"main": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/mcp-office/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @promptx/mcp-office

## 2.4.0

### Patch Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## Bug Fixes

- **runtime**: 修复对话超时误触发问题 — 将绝对超时改为空闲超时(`timeout({ each: 600000 })`),每次 AI 输出都会重置计时器,只有真正超过 600 秒无任何响应才触发超时
- **mcp-workspace**: 修复生产环境打包缺失问题 — 将 `external` 改为 `noExternal`,确保 `@promptx/logger` 和 `@modelcontextprotocol/sdk` 被打包进产物;同时在 `electron-builder.yml` 补充 `extraResources` 配置,生产包中正确包含 mcp-workspace

## New Features

- **desktop**: 设置页新增「接入其他平台」Tab,提供 Trae 及 Claude/Cursor 等 AI 工具的一键复制 MCP 配置

## 2.3.0

## 2.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-office/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/mcp-office",
"version": "2.3.0",
"version": "2.4.0",
"description": "MCP server for reading Office documents (docx, xlsx, pptx)",
"main": "./dist/index.js",
"bin": {
Expand Down
42 changes: 42 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @promptx/$(basename $pkg)

## 2.4.0

### Minor Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## v2.3.0

### 新功能

- **飞书接入**:支持通过飞书机器人与 PromptX 交互,使用 WebSocket 长连接模式无需公网 IP,实现类似 OpenClaw 的多平台接入能力
- **工作区功能**:新增工作区侧边栏,支持项目文件浏览、拖拽文件到对话输入、文件读写管理
- **DeepSeek 预配置**:AgentX 配置新增 DeepSeek 预设,开箱即用
- **Windows Git 检测**:首页添加 Git 安装状态检测与引导提示
- **MCP Workspace 服务**:新增内置 MCP 工作区服务,支持文件操作和配置管理

### 优化

- **RoleX 全面优化**:修复组织操作相关的 bug,拆分 action 工具为 4 个领域工具以减少 LLM 调用失败
- **资源去重**:修复资源页面重复 key 警告,V2 角色正确覆盖 V1 同名角色
- **通知中心**:新增 v2.3.0 版本更新通知

### 修复

- 修复工作区文件夹自动展开导致的性能问题
- 修复 Windows 平台 Git 检测与路径问题
- 清理调试日志输出

### Patch Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## Bug Fixes

- **runtime**: 修复对话超时误触发问题 — 将绝对超时改为空闲超时(`timeout({ each: 600000 })`),每次 AI 输出都会重置计时器,只有真正超过 600 秒无任何响应才触发超时
- **mcp-workspace**: 修复生产环境打包缺失问题 — 将 `external` 改为 `noExternal`,确保 `@promptx/logger` 和 `@modelcontextprotocol/sdk` 被打包进产物;同时在 `electron-builder.yml` 补充 `extraResources` 配置,生产包中正确包含 mcp-workspace

## New Features

- **desktop**: 设置页新增「接入其他平台」Tab,提供 Trae 及 Claude/Cursor 等 AI 工具的一键复制 MCP 配置

- Updated dependencies [[`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d), [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d)]:
- @promptx/config@2.4.0
- @promptx/logger@2.4.0
- @promptx/core@2.4.0

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/mcp-server",
"version": "2.3.0",
"version": "2.4.0",
"description": "MCP Server implementation for PromptX",
"type": "module",
"main": "./dist/index.js",
Expand Down
40 changes: 40 additions & 0 deletions packages/mcp-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @promptx/mcp-workspace

## 2.4.0

### Minor Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## v2.3.0

### 新功能

- **飞书接入**:支持通过飞书机器人与 PromptX 交互,使用 WebSocket 长连接模式无需公网 IP,实现类似 OpenClaw 的多平台接入能力
- **工作区功能**:新增工作区侧边栏,支持项目文件浏览、拖拽文件到对话输入、文件读写管理
- **DeepSeek 预配置**:AgentX 配置新增 DeepSeek 预设,开箱即用
- **Windows Git 检测**:首页添加 Git 安装状态检测与引导提示
- **MCP Workspace 服务**:新增内置 MCP 工作区服务,支持文件操作和配置管理

### 优化

- **RoleX 全面优化**:修复组织操作相关的 bug,拆分 action 工具为 4 个领域工具以减少 LLM 调用失败
- **资源去重**:修复资源页面重复 key 警告,V2 角色正确覆盖 V1 同名角色
- **通知中心**:新增 v2.3.0 版本更新通知

### 修复

- 修复工作区文件夹自动展开导致的性能问题
- 修复 Windows 平台 Git 检测与路径问题
- 清理调试日志输出

### Patch Changes

- [#565](https://github.com/Deepractice/PromptX/pull/565) [`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d) Thanks [@dfwgj](https://github.com/dfwgj)! - ## Bug Fixes

- **runtime**: 修复对话超时误触发问题 — 将绝对超时改为空闲超时(`timeout({ each: 600000 })`),每次 AI 输出都会重置计时器,只有真正超过 600 秒无任何响应才触发超时
- **mcp-workspace**: 修复生产环境打包缺失问题 — 将 `external` 改为 `noExternal`,确保 `@promptx/logger` 和 `@modelcontextprotocol/sdk` 被打包进产物;同时在 `electron-builder.yml` 补充 `extraResources` 配置,生产包中正确包含 mcp-workspace

## New Features

- **desktop**: 设置页新增「接入其他平台」Tab,提供 Trae 及 Claude/Cursor 等 AI 工具的一键复制 MCP 配置

- Updated dependencies [[`51bd52f`](https://github.com/Deepractice/PromptX/commit/51bd52f042c47af8c1ed75a8c4cbb3e3441efb9d)]:
- @promptx/logger@2.4.0

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/mcp-workspace",
"version": "2.3.0",
"version": "2.4.0",
"description": "MCP server for managing workspace files and directories",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading
Loading