Skip to content

Commit 7bd5c8d

Browse files
committed
1.0.1
1 parent de8d27e commit 7bd5c8d

82 files changed

Lines changed: 9861 additions & 281 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ migration:
1515
- platform: root
1616
create_revision: 924134a44c189315be2148659913dda1671cbe99
1717
base_revision: 924134a44c189315be2148659913dda1671cbe99
18-
- platform: windows
18+
- platform: linux
1919
create_revision: 924134a44c189315be2148659913dda1671cbe99
2020
base_revision: 924134a44c189315be2148659913dda1671cbe99
2121

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# V1.0.1
2+
3+
## zh
4+
- 添加了字体设置
5+
- 内置了截图工具
6+
- 检测到大量模型时可以输入快速匹配
7+
- 添加了宠物功能,宠物作为全局观察者,可以通过右键内容唤醒进行交互
8+
9+
10+
## en
11+
- Added font settings
12+
- Built-in screenshot tool
13+
- Allows for quick matching when a large number of models are detected
14+
- A pet feature has been added. Pets act as global observers and can be activated and interacted with by right-clicking on content.
15+
16+
17+
# V1.0.0
18+
19+
## zh
20+
发布!支持MCP、Skill、Search、Memory、多Agents协同办公等等等
21+
22+
## en
23+
Released! Supports MCP, Skill, Search, Memory, multi-agent collaborative work, and more.
24+

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<p>
1111
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
1212
<img src="https://img.shields.io/badge/platform-Windows-brightgreen.svg" alt="Platform" />
13-
<img src="https://img.shields.io/badge/Flutter-3.12+-02569B.svg?logo=flutter" alt="Flutter" />
13+
<img src="https://img.shields.io/badge/Flutter-3.44+-02569B.svg?logo=flutter" alt="Flutter" />
1414
<img src="https://img.shields.io/badge/MCP Support-purple.svg" alt="MCP" />
1515
<img src="https://img.shields.io/badge/Skill Support-purple.svg" alt="Skill" />
16+
<img src="https://img.shields.io/badge/🐱 Global Pet Agent-orange.svg" alt="Pet Agent" />
1617
</p>
1718
</div>
1819

@@ -60,6 +61,7 @@ RemindAI 是一个**开源桌面 AI 助手**,核心理念是为大模型提供
6061
| 领域专家系统 || 预设/自定义角色 + 绑定技能 |
6162
| 对话导出 || MD / PDF / Word / HTML |
6263
| 桌面体验 || 托盘 / 通知 / 闪屏 / 主题动画 |
64+
| 全局宠物 Agent || 像素猫 + TTS 语音 + 商店经济 + 成就系统 |
6365

6466
---
6567

@@ -81,6 +83,7 @@ RemindAI 是一个**开源桌面 AI 助手**,核心理念是为大模型提供
8183
| 📤 导出 | Markdown / PDF / Word / HTML |
8284
| 🌍 国际化 | 完整中英双语 |
8385
| 🎨 主题 | Material 3 亮/暗 + 涟漪切换动画 |
86+
| 🐱 全局宠物 Agent | 像素猫陪伴 + 右键智能问答 + 火山TTS语音 + 商店/背包/投喂 + 成就系统 |
8487

8588
### 📦 内置 CLI 工具
8689

@@ -102,7 +105,7 @@ RemindAI 是一个**开源桌面 AI 助手**,核心理念是为大模型提供
102105

103106
| 平台 | 状态 | 说明 |
104107
|---|---|---|
105-
| 🪟 Windows | ✅ 正式支持 | 提供安装包 |
108+
| 💻 Windows | ✅ 正式支持 | 提供安装包 |
106109
| 🐧 Linux | 🔧 自行编译 | 源码构建即可使用 |
107110
| 🍎 macOS | 🔧 自行编译 | 源码构建即可使用 |
108111

README_EN.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
<p>
1111
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
1212
<img src="https://img.shields.io/badge/platform-Windows-brightgreen.svg" alt="Platform" />
13-
<img src="https://img.shields.io/badge/Flutter-3.12+-02569B.svg?logo=flutter" alt="Flutter" />
14-
<img src="https://img.shields.io/badge/MCP Support-purple.svg" alt="MCP" />
13+
<img src="https://img.shields.io/badge/Flutter-3.44+-02569B.svg?logo=flutter" alt="Flutter" />
14+
<img src="https://img.shields.io/badge/MCP Support-purple.svg" alt="MCP" />
1515
<img src="https://img.shields.io/badge/Skill Support-purple.svg" alt="Skill" />
16-
</p>
16+
<img src="https://img.shields.io/badge/🐱 Global Pet Agent-orange.svg" alt="Pet Agent" />
17+
</p>
1718
</div>
1819

1920
---
@@ -60,6 +61,7 @@ RemindAI is an **open-source desktop AI assistant** built around a complete **To
6061
| Domain Experts || Preset/custom roles + skill binding |
6162
| Conversation Export || MD / PDF / Word / HTML |
6263
| Desktop Experience || Tray / notifications / splash / theme animation |
64+
| Global Pet Agent || Pixel cat + TTS voice + shop economy + achievements |
6365

6466
---
6567

@@ -81,6 +83,7 @@ RemindAI is an **open-source desktop AI assistant** built around a complete **To
8183
| 📤 Export | Markdown / PDF / Word / HTML |
8284
| 🌍 i18n | Full Chinese and English |
8385
| 🎨 Themes | Material 3 light/dark + ripple transition animation |
86+
| 🐱 Global Pet Agent | Pixel cat companion + right-click AI Q&A + Volcano TTS + shop/inventory/feeding + achievements |
8487

8588
### 📦 Bundled CLI Tools
8689

@@ -102,7 +105,7 @@ Head to [Releases](https://github.com/PythonnotJava/RemindAI/releases) for pre-b
102105

103106
| Platform | Status | Notes |
104107
|---|---|---|
105-
| 🪟 Windows | ✅ Officially supported | Installer available |
108+
| 💻 Windows | ✅ Officially supported | Installer available |
106109
| 🐧 Linux | 🔧 Build from source | Compiles and runs fine |
107110
| 🍎 macOS | 🔧 Build from source | Compiles and runs fine |
108111

assets/pets/Cat/Frame indexes.png

190 KB
Loading
25.5 KB
Binary file not shown.
25.5 KB
Binary file not shown.

assets/pets/Cat/cat 1.6.png

36.4 KB
Loading
25 KB
Binary file not shown.

assets/pets/Cat/cat 1.9.png

35 KB
Loading

0 commit comments

Comments
 (0)