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
2 changes: 2 additions & 0 deletions docs/02-user-guide/10-settings/01-appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ DesireCore 支持三种主题模式,你可以随时在设置中切换,找到
1. 点击左下角的 **齿轮图标** 打开设置面板
2. 找到 **外观** 分区

![外观设置界面](./img/settings-appearance.png)

## 主题模式

DesireCore 提供三种主题模式:
Expand Down
2 changes: 2 additions & 0 deletions docs/02-user-guide/10-settings/02-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ DesireCore 支持多语言界面,你可以随时切换。

## 如何切换语言

![语言设置界面](./img/settings-language.png)

1. 打开 **设置** 面板
2. 找到 **语言** 分区
3. 点击 **语言 / Language** 右侧的下拉菜单
Expand Down
2 changes: 2 additions & 0 deletions docs/02-user-guide/10-settings/05-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ DesireCore 的部分功能需要操作系统授予相应权限才能正常工作
1. 打开 **设置** 面板
2. 点击 **权限管理** 分区中的 **系统权限**

![权限设置界面](./img/settings-permissions.png)

## 权限列表

| 权限 | 用途 | 何时需要 |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/02-user-guide/11-security/01-controllability.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ DesireCore 支持四级回滚粒度:

## 三层协同

![三层可控性概念图](./img/controllability-layers.png)

三层可控性并非独立存在,而是层层递进、相互配合:

```
Expand Down
2 changes: 2 additions & 0 deletions docs/02-user-guide/11-security/02-risk-levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ DesireCore 将智能体的所有操作按照潜在影响分为四个风险等级

## 四级风险分类

![风险等级金字塔](./img/risk-levels-pyramid.png)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove invented approval steps from risk pyramid

The image claims low/medium/high/critical risks require 1/2/3/4+ confirmation steps with supervisor/manager/multiple approvals, while the surrounding page documents DesireCore's actual behavior as automatic execution for low risk and a single confirmation dialog with more detail or prominence for higher risks. Since the repo docs do not define these multi-person approval workflows, adding this visual misdocuments the product and can make readers expect approval features that do not exist.

Useful? React with 👍 / 👎.


### 低风险(Low)

**含义**:对系统无实质影响的只读操作或纯信息查询。
Expand Down
2 changes: 2 additions & 0 deletions docs/02-user-guide/11-security/03-audit-trail.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ DesireCore 会为智能体执行任务时的关键操作生成审计记录,也

## 活动记录面板

![活动记录面板](./img/audit-trail.png)

打开主界面的 **活动记录** 入口,可以集中查看审计记录。常用区域包括:

| 区域 | 说明 |
Expand Down
2 changes: 2 additions & 0 deletions docs/02-user-guide/11-security/04-data-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ OAuth、CLI 或订阅登录可能由对应的外部工具或操作系统机制

## 第三方 API 的数据流向

![数据流向图](./img/data-flow.png)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Correct the data-flow diagram's privacy boundary

The newly embedded diagram says all data stays on the local device and the cloud does not access local data, but this same section immediately explains that conversation messages, relevant context such as file-content fragments, and system prompts are sent to the configured AI provider. On pages explaining third-party API data flow, that visual overstates the privacy boundary for any online provider and can lead users to believe no prompt/context leaves the device; please update or remove it, or show the selected request payload leaving the device.

Useful? React with 👍 / 👎.


当智能体调用 AI 模型时,数据会发送到你配置的 AI 供应商。以下是你需要了解的:

```
Expand Down
2 changes: 2 additions & 0 deletions docs/02-user-guide/11-security/05-ai-approval.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ DesireCore 为每个智能体提供独立的工具与命令审批偏好。审批

## AI 审批如何工作

![审批流程图](./img/approval-flow.png)

AI 审批不是持续学习后静默放行的偏好模型。对于本来需要确认的操作,系统会启动一次独立风险判断,并把建议和理由显示在审批卡上:

```text
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/02-user-guide/11-security/img/data-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ DesireCore supports three theme modes. You can switch between them in settings a
1. Click the **gear icon** in the bottom-left corner to open the settings panel
2. Find the **Appearance** section

![Appearance Settings Interface](./img/settings-appearance.png)

## Theme Modes

DesireCore offers three theme modes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Some DesireCore features require the operating system to grant corresponding per
1. Open the **Settings** panel
2. Click **System Permissions** in the **Permission Management** section

![Permission Settings Interface](./img/settings-permissions.png)

## Permission List

| Permission | Purpose | When Needed |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ DesireCore supports four levels of rollback granularity:

## Three Layers Working Together

![Three-Layer Controllability Concept](./img/controllability-layers.png)

The three layers of controllability aren't independent—they build on each other and work together:

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ DesireCore classifies all agent operations into four risk levels based on potent

## Four-Level Risk Classification

![Risk Level Pyramid](./img/risk-levels-pyramid.png)

### Low Risk

**Meaning**: Read-only operations or pure information queries with no substantial impact on the system.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ OAuth, CLI, or subscription sign-in may be managed by the corresponding external

## Third-Party API Data Flow

![Data Flow Diagram](./img/data-flow.png)

When agents call AI models, data is sent to the AI providers you configure. Here's what you need to know:

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ These are Agent-level preferences; an Agent without a saved preference uses AI A

## How AI Approval Works

![Approval Flow Diagram](./img/approval-flow.png)

AI Approval is not a preference model that silently learns and expands authority over time. For an operation that requires confirmation, DesireCore starts a separate risk judgment and displays its suggestion and reason on the card:

```text
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading