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
19 changes: 19 additions & 0 deletions .changeset/strong-apes-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
"@promptx/desktop": minor
"@promptx/mcp-server": minor
---

## 新特性

- 新增通知中心
- AgentX 配置增加预设与 OpenAI 协议识别功能
- V2 RoleX 内核从 v0.11.0 更新到 v1.3.0

## 问题修复

- 修复对话重命名后无效的 bug
- 修复 Windows 平台点击 Git 链接无响应的 bug

## 临时变更

- V2 的角色导入导出与删除功能暂时下架
15 changes: 0 additions & 15 deletions .changeset/witty-ideas-flow.md

This file was deleted.

314 changes: 0 additions & 314 deletions ORGANIZATION_API_GUIDE.md

This file was deleted.

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,20 @@ AI: Provides in-depth product strategy advice as a professional product manage
```
3. **Start Chatting** - Say "Show me available experts" in your AI application

#### 🔌 Trae Configuration

If you're using Trae, you can use the following configuration:

```json
{
"mcpServers": {
"promptx": {
"url": "http://127.0.0.1:5203/mcp"
}
}
}
```

✅ No technical background required ✅ Visual management ✅ Auto-updates

💡 **Need help?** Join our [Discord Community](https://discord.gg/rdmPr54K) for support and discussions!
Expand Down
14 changes: 14 additions & 0 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,20 @@ AI: 以专业产品经理身份,提供深度产品策略建议
```
3. **开始对话** - 在AI应用中说"我要看看有哪些专家"

#### 🔌 Trae 配置

如果你使用 Trae,可以使用以下配置:

```json
{
"mcpServers": {
"promptx": {
"url": "http://127.0.0.1:5203/mcp"
}
}
}
```

✅ 无需技术背景 ✅ 可视化管理 ✅ 自动更新

💡 **需要帮助?** 加入我们的 [Discord 社区](https://discord.gg/rdmPr54K) 获取支持和讨论!
Expand Down
Loading