-
Notifications
You must be signed in to change notification settings - Fork 6
docs(getting-started): polish quickstart chapter with flow diagram and UX tips #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,10 @@ keywords: [Windows, 安装, NSIS, SmartScreen] | |
|
|
||
| 本指南介绍如何在 Windows 上安装 DesireCore。 | ||
|
|
||
| :::tip 预计耗时 | ||
| 整个安装过程通常只需 **1-2 分钟**(取决于下载速度)。 | ||
| ::: | ||
|
|
||
| ## 安装步骤 | ||
|
|
||
| 1. **下载安装包** | ||
|
|
@@ -83,4 +87,10 @@ Windows 版会随包提供可移植 Git、推荐的 Python/Node.js 运行时归 | |
| 卸载时会提示是否同时删除应用数据。如果你计划重新安装,建议保留数据;如果确定不再使用,可以选择一并删除。 | ||
| ::: | ||
|
|
||
| ## 遇到问题? | ||
|
|
||
| - **安装程序无法打开**:确认文件下载完整(大小约 100-200 MB),尝试重新下载。 | ||
| - **杀毒软件拦截**:将 DesireCore 安装目录加入白名单,或暂时关闭实时防护后重试。 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When antivirus blocks the installer because it is actually malicious, corrupted, or unexpectedly signed, following this instruction removes the protection immediately before running it. This also directly contradicts lines 52 and 58–60 of the same Windows guide, which tell users not to disable protection and to verify the source and signature; troubleshooting should retain those checks rather than recommend an allowlist or temporary shutdown. Useful? React with 👍 / 👎. |
||
| - **其他问题**:前往 [常见问题](../../06-faq/index.md) 或联系支持团队。 | ||
|
|
||
| 安装完成后,前往 [首次启动](../03-first-run.md) 了解启动后的引导流程。 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,10 @@ keywords: [macOS, 安装, DMG, Gatekeeper, Apple Silicon, Intel] | |
|
|
||
| 本指南介绍如何在 macOS 上安装 DesireCore。 | ||
|
|
||
| :::tip 预计耗时 | ||
| 整个安装过程通常只需 **1 分钟**——下载 DMG、拖入 Applications 即完成。 | ||
| ::: | ||
|
|
||
| ## 安装步骤 | ||
|
|
||
| 1. **下载 DMG 文件** | ||
|
|
@@ -72,4 +76,11 @@ DesireCore 的安装包已经过 Apple 公证(Notarization),是安全的 | |
| ~/.desirecore/ | ||
| ``` | ||
|
|
||
| ## 遇到问题? | ||
|
|
||
| - **DMG 无法打开**:确认文件下载完整,尝试重新下载。 | ||
| - **"已损坏,无法打开"提示**:这通常是 Gatekeeper 拦截,按上方"处理 Gatekeeper 提示"操作即可。 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When macOS reports that the app is damaged, the download may be incomplete or its signature/notarization verification may have failed; it is not the unidentified-developer prompt handled by the control-click/Open Anyway steps above. Directing users to bypass that warning can both leave them stuck and encourage running a tampered copy, so this case should instead require re-downloading from the official source and rechecking the signature. Useful? React with 👍 / 👎. |
||
| - **Apple Silicon 用户运行缓慢**:确认下载的是 arm64 版本而非 x64 版本(Rosetta 转译会有性能损耗)。 | ||
| - **其他问题**:前往 [常见问题](../../06-faq/index.md) 或联系支持团队。 | ||
|
|
||
| 安装完成后,前往 [首次启动](../03-first-run.md) 了解启动后的引导流程。 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,10 @@ DesireCore 是一个本地优先的应用——你的核心数据存储在本地 | |
| | 官方云端算力 | 不想先注册各家供应商的新用户 | 登录后自动绑定 `desirecore-cloud`,按订阅或 credit 使用 | | ||
| | 自备 API Key | 已有供应商账号、需要自控成本或企业合规 | API Key 存储在本机受权限保护的 `secrets.json` 中,供应商配置只保存引用 | | ||
|
|
||
| :::info 已经用云端算力了? | ||
| 如果你已通过账号登录并绑定了官方云端算力,**可以跳过本页**,直接开始 [第一次对话](./05-first-conversation.md)。后续想添加更多供应商时随时回来配置。 | ||
| ::: | ||
|
|
||
| ## 什么是 API Key? | ||
|
|
||
| API Key 就像是你访问 AI 服务的"钥匙"。每个 AI 供应商(如 OpenAI、Anthropic、DeepSeek 等)都提供 API 服务,你需要在它们的网站上注册并获取一个 API Key,然后在 DesireCore 中填入,DesireCore 就能调用对应的 AI 模型了。 | ||
|
|
@@ -33,6 +37,10 @@ API Key 就像是你访问 AI 服务的"钥匙"。每个 AI 供应商(如 Open | |
|
|
||
| <!-- 截图占位: 配置 API Key (configure-api-key.png) --> | ||
|
|
||
| :::note 密钥安全 | ||
| 你的 API Key 仅保存在本机的 `~/.desirecore/secrets.json` 中(文件权限为 `600`,仅当前用户可读),不会上传到 DesireCore 服务器或任何第三方。 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For every self-managed provider request, the claim that the key is never sent to “any third party” is false: the key must be sent to that provider as authentication, as documented in Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Users trying to inspect or protect this file are directed to the wrong location: the rest of the documentation consistently identifies it as Useful? React with 👍 / 👎. |
||
| ::: | ||
|
|
||
| ## 各供应商 API Key 获取指南 | ||
|
|
||
| DesireCore 支持超过 20 个 AI 供应商。下面是最常用的几个供应商的获取方法。 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ DesireCore 是随应用自带的通用智能体,使用蓝色圆形头像。它 | |
|
|
||
| 发送后,你会看到一个"DesireCore 思考中"的提示,几秒钟后,智能体的回复就会出现在对话中。 | ||
|
|
||
| 回复以左侧气泡的形式展示,你发送的消息在右侧。 | ||
| 回复以左侧气泡的形式展示,你发送的消息在右侧。首次对话的回复通常是纯文字;当你开始让智能体执行任务后,还会看到行动回执、委派通知等更丰富的卡片格式(见下方"理解回复格式")。 | ||
|
|
||
| ## 理解回复格式 | ||
|
|
||
|
|
@@ -72,4 +72,10 @@ DesireCore 的智能体不仅会回复文字,还可能展示不同类型的内 | |
|
|
||
| 就这么简单!DesireCore 的核心体验就是自然的对话——你说,它做。随着你使用得越多,它会越来越了解你的偏好和习惯。 | ||
|
|
||
| :::tip 对话小技巧 | ||
| - 你可以随时在同一对话中切换话题,智能体会记住上下文 | ||
| - 如果回复不理想,直接告诉它哪里需要调整即可 | ||
| - 想让智能体记住某个偏好?直接说"记住:我喜欢……" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When a newcomer follows this tip, saying the phrase alone does not make the preference persistent: Useful? React with 👍 / 👎. |
||
| ::: | ||
|
|
||
| 准备好探索更多功能了吗?看看 [下一步去哪里](./06-whats-next.md)。 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For recently purchased low-end laptops with less than 8 GB RAM, or devices running an unsupported OS such as ChromeOS, the purchase-date heuristic says DesireCore should run smoothly even though the requirements immediately below exclude them. This can send users into an installation they cannot complete; direct them to verify the listed OS, memory, processor, and disk requirements instead.
Useful? React with 👍 / 👎.