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
10 changes: 10 additions & 0 deletions .changeset/clean-poets-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@promptx/desktop": minor
---
**AgentX 支持多配置管理**

- 新增多 API 配置(Profile)功能:可保存多组 API Key / Base URL / 模型,随时一键切换激活
- 设置页面 AgentX 配置区改为列表 + 弹窗形式,支持新增、编辑、删除
- 旧版单配置自动迁移为名为 "Default" 的 Profile,无需手动重新配置
- Windows 平台在设置页面新增 Git 安装提示,附官网下载链接
- 移除内置 MinGit,改为要求用户自行安装 Git for Windows
67 changes: 0 additions & 67 deletions .changeset/quiet-regions-knock.md

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ AI: Provides in-depth product strategy advice as a professional product manage
| 🍎**macOS (Intel)** | [Download .dmg](https://promptx.deepractice.ai/download/latest/promptx-desktop-mac-x64.dmg) |
| 🪟**Windows** | [Download .exe](https://promptx.deepractice.ai/download/latest/promptx-desktop-win32-x64-setup.exe) |

> **Windows users:** The AgentX feature requires [Git for Windows](https://git-scm.com/download/win) to be installed. Please install it before using AgentX.

[📦 View All Releases & Platforms](https://promptx.deepractice.ai/download/) (Linux, Portable versions, etc.)

#### 🚀 Quick Start
Expand Down
5 changes: 0 additions & 5 deletions apps/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ win:
icon: assets/icons/icon.png
artifactName: promptx-desktop-${version}-win32-${arch}.${ext}
requestedExecutionLevel: asInvoker
extraResources:
- from: "resources/win/git-bash"
to: "git-bash"
filter:
- "**/*"
target:
- nsis

Expand Down
Binary file removed apps/desktop/resources/win/git-bash/bin/bash.exe
Binary file not shown.
Binary file removed apps/desktop/resources/win/git-bash/bin/sh.exe
Binary file not shown.
207 changes: 0 additions & 207 deletions apps/desktop/resources/win/git-bash/etc/DIR_COLORS

This file was deleted.

69 changes: 0 additions & 69 deletions apps/desktop/resources/win/git-bash/etc/bash.bashrc

This file was deleted.

6 changes: 0 additions & 6 deletions apps/desktop/resources/win/git-bash/etc/fstab

This file was deleted.

Loading