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
29 changes: 0 additions & 29 deletions .changeset/red-kings-hear.md

This file was deleted.

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

## 2.3.0

### Patch Changes

- Updated dependencies [[`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c)]:
- @promptx/mcp-server@2.3.0
- @promptx/core@2.3.0
- @promptx/logger@2.3.0

## 2.2.1

### 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.2.1",
"version": "2.3.0",
"description": "PromptX CLI - Command-line interface for the DPML-powered AI prompt framework",
"type": "module",
"files": [
Expand Down
34 changes: 34 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @promptx/$(basename $pkg)

## 2.3.0

### Minor Changes

- [#563](https://github.com/Deepractice/PromptX/pull/563) [`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c) 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

- Updated dependencies [[`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c)]:
- @promptx/mcp-server@2.3.0
- @promptx/core@2.3.0
- @promptx/config@2.3.0
- @promptx/mcp-office@2.3.0

## 2.2.1

### Patch 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.2.1",
"version": "2.3.0",
"description": "PromptX Desktop - Local AI prompt management application",
"author": {
"name": "Deepractice",
Expand Down
2 changes: 2 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @promptx/config Changelog

## 2.3.0

## 2.2.1

## 2.2.0
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.2.1",
"version": "2.3.0",
"description": "Configuration management for PromptX",
"type": "module",
"main": "./dist/index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @promptx/$(basename $pkg)

## 2.3.0

### Minor Changes

- [#563](https://github.com/Deepractice/PromptX/pull/563) [`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c) 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

- Updated dependencies [[`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c)]:
- @promptx/resource@2.3.0
- @promptx/logger@2.3.0

## 2.2.1

### Patch 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.2.1",
"version": "2.3.0",
"description": "Core library for PromptX - DPML-powered AI prompt framework",
"main": "dist/index.js",
"type": "commonjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @promptx/logger

## 2.3.0

## 2.2.1

## 2.2.0
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.2.1",
"version": "2.3.0",
"description": "Unified logging system for PromptX",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/mcp-office/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @promptx/mcp-office

## 2.3.0

## 2.2.1

## 2.2.0
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.2.1",
"version": "2.3.0",
"description": "MCP server for reading Office documents (docx, xlsx, pptx)",
"main": "./dist/index.js",
"bin": {
Expand Down
33 changes: 33 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @promptx/$(basename $pkg)

## 2.3.0

### Minor Changes

- [#563](https://github.com/Deepractice/PromptX/pull/563) [`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c) 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

- Updated dependencies [[`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c)]:
- @promptx/core@2.3.0
- @promptx/config@2.3.0
- @promptx/logger@2.3.0

## 2.2.1

### Patch 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.2.1",
"version": "2.3.0",
"description": "MCP Server implementation for PromptX",
"type": "module",
"main": "./dist/index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/mcp-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# @promptx/mcp-workspace

## 2.3.0

### Minor Changes

- [#563](https://github.com/Deepractice/PromptX/pull/563) [`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c) 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

- Updated dependencies []:
- @promptx/logger@2.3.0
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.2.1",
"version": "2.3.0",
"description": "MCP server for managing workspace files and directories",
"type": "module",
"main": "dist/index.js",
Expand Down
31 changes: 31 additions & 0 deletions packages/resource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @promptx/$(basename $pkg)

## 2.3.0

### Minor Changes

- [#563](https://github.com/Deepractice/PromptX/pull/563) [`a046d33`](https://github.com/Deepractice/PromptX/commit/a046d33b218a084ee463076df96cf3e035b54d5c) 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

- Updated dependencies []:
- @promptx/logger@2.3.0

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promptx/resource",
"version": "2.2.1",
"version": "2.3.0",
"description": "PromptX resource templates and prompt definitions",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading