Skip to content

Commit 0b221bb

Browse files
authored
New version: a9gent.MindFS version 0.3.4 (microsoft#385891)
1 parent 6a3d0a7 commit 0b221bb

4 files changed

Lines changed: 153 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: a9gent.MindFS
5+
PackageVersion: 0.3.4
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
Commands:
9+
- mindfs
10+
ReleaseDate: 2026-06-10
11+
ArchiveBinariesDependOnPath: true
12+
Installers:
13+
- Architecture: x64
14+
NestedInstallerFiles:
15+
- RelativeFilePath: mindfs_v0.3.4_windows_amd64\mindfs.exe
16+
InstallerUrl: https://github.com/a9gent/mindfs/releases/download/v0.3.4/mindfs_v0.3.4_windows_amd64.zip
17+
InstallerSha256: E59E81AC93F16E524E12B9CA9568EA96464C4025FA375157210EEFEF6CCC2802
18+
- Architecture: arm64
19+
NestedInstallerFiles:
20+
- RelativeFilePath: mindfs_v0.3.4_windows_arm64\mindfs.exe
21+
InstallerUrl: https://github.com/a9gent/mindfs/releases/download/v0.3.4/mindfs_v0.3.4_windows_arm64.zip
22+
InstallerSha256: 2A5F5788EAD01D9CFB256DC40E44F03B8548A18CC9311180CB9A256CF5F6EFEE
23+
ManifestType: installer
24+
ManifestVersion: 1.12.0
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: a9gent.MindFS
5+
PackageVersion: 0.3.4
6+
PackageLocale: en-US
7+
ShortDescription: Access your personal AI agents and workstation data anywhere, anytime through MindFS.
8+
Description: |-
9+
Access your personal AI agents and workstation data anywhere, anytime through MindFS.
10+
11+
Features
12+
Agent Sessions
13+
- Multi-Agent support: Claude Code · OpenAI Codex · Gemini CLI · Cursor · GitHub Copilot · Cline · Augment · Kimi · Kiro · Qwen · Qoder · Pi · OpenCode · OpenClaw — installed agents are detected automatically.
14+
- Real-time streaming: Token-by-token output pushed to the browser; tool calls, thought traces, permission prompts, and remaining context-window capacity are rendered live as structured, collapsible cards.
15+
- Flexible switching: Switch agents or models mid-session; all agents share the same context — no need to re-explain the background.
16+
- Session search: Search by session title or conversation content, then jump straight to the matched session and snippet.
17+
- External session both-way import&synchronization: Browse existing sessions from supported agent CLIs, import one into MindFS, and continue it as a native MindFS session. MindFS session can resumed in agent cli too. Bidirectional synchronization is also possible.
18+
- Binding persistence and recovery: MindFS persists the mapping between its internal session and the underlying agent session, so the link can be restored after service restarts and follow-up messages continue on the same agent session when available.
19+
- Rich media input: Attach files and images directly in your messages.
20+
- Multi-device sync: Access the same instance from multiple devices simultaneously with live session sync.
21+
File Access
22+
- Multiple projects: Manage several directories at once; sessions are organized per project and stay independent.
23+
- Self-hosted data: All conversation history, file metadata, and view config are stored under the project's .mindfs/ subdirectory — migration and backup is just a folder copy.
24+
- File tree browser: Full directory navigation with file preview; Markdown, images, and code all have dedicated renderers.
25+
Interaction
26+
- / slash commands: Type / to trigger a command palette and quickly run preset operations.
27+
- @ file references: Type @ to trigger path completion and attach any file as context for the agent.
28+
- # quick prompts: Type # to trigger your saved prompt shortcuts inline.
29+
- Bidirectional file–session linking: Jump from a file to the session that created it, or from a session to all files it touched.
30+
- Android, Browser app (PWA): Install to desktop or mobile home screen for a native-like experience — no app store required.
31+
- Mobile-optimized UI: Bottom action bar within thumb reach, independent panel swipe navigation, input box adapts to the soft keyboard.
32+
Access Modes
33+
- Local mode: Accessible in the browser on the local machine immediately after startup — no account or configuration needed.
34+
- Relay remote mode: Access your local instance from anywhere on the public internet without opening firewall ports, via an encrypted tunnel through a9gent.com. Click the bind button in the local UI to activate.
35+
- Private channel: Use a private network (e.g. Tailscale) and access directly via ip:port.
36+
- End-to-end encryption: Sessions and files can be protected with end-to-end encryption.
37+
Plugin System
38+
- Custom views: A plugin is a custom view for a file, following the pattern: receive file content → parse → render UI.
39+
- Agent-generated plugins: Tell the agent "implement a txt novel reader" and it generates the plugin — all txt files are then displayed as a reading experience.
40+
- Interaction loop: Plugins can register action buttons that send structured commands to the agent, completing the loop: customize plugin → browse file → agent interaction.
41+
Installation
42+
- Single binary: The production build is a statically compiled binary with all web assets embedded, and the install package is under 10 MB.
43+
- Zero dependencies: No Node.js, Docker, or daemon manager required on the host.
44+
- Cross-platform: macOS (Intel + Apple Silicon), Linux (x86-64, ARM64, ARMv7), Windows (x86-64, ARM64).
45+
ManifestType: locale
46+
ManifestVersion: 1.12.0
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: a9gent.MindFS
5+
PackageVersion: 0.3.4
6+
PackageLocale: zh-CN
7+
Publisher: a9gent
8+
PublisherUrl: https://github.com/a9gent
9+
PublisherSupportUrl: https://github.com/a9gent/mindfs/issues
10+
PackageName: MindFS
11+
PackageUrl: https://github.com/a9gent/mindfs
12+
License: AGPL-3.0
13+
LicenseUrl: https://github.com/a9gent/mindfs/blob/HEAD/LICENSE
14+
ShortDescription: 通过 MindFS 随时随地访问个人 AI agent 和工作站数据。
15+
Description: |-
16+
通过 MindFS 随时随地访问个人 AI agent 和工作站数据。
17+
特性
18+
Agent 会话
19+
- 多 Agent 支持:Claude Code · OpenAI Codex · Gemini CLI · Cursor · Copilot · Cline · Augment · Kimi · Kiro · Qwen · Qoder · Pi · OpenCode · OpenClaw,自动探测已安装的 Agent。
20+
- 实时流式输出:逐 token 推送,工具调用、思考过程、权限请求均以结构化卡片实时渲染,上下文窗口实时余量。
21+
- 灵活切换:会话中随时切换 Agent 或模型,多 Agent 共享同一上下文,无需重新描述背景。
22+
- 会话搜索:支持按会话标题或对话内容搜索,并可直接跳转到命中的会话和片段。
23+
- 外部会话双向导入同步:可浏览受支持 Agent CLI 的已有会话,选择后导入到 MindFS,并作为原生 MindFS 会话继续使用,同时 MindFS 中的会话亦可在 cli 中恢复。后续亦可双向同步。
24+
- 绑定持久化与恢复:MindFS 会持久化内部会话与底层 Agent 会话的绑定关系,服务重启后可恢复该关联;后续消息在条件允许时会继续落到同一个 Agent 会话上。
25+
- 富媒体输入:支持在消息中直接附带文件和图片。
26+
- 多端同步:同一实例可同时在多个设备上访问,会话状态实时同步。
27+
文件访问
28+
- 多 Project:同时托管多个目录,会话按 Project 独立组织,互不干扰。
29+
- 数据自托管:所有对话历史、文件元数据、视图配置均存储在 Project 目录的 .mindfs/ 子目录下,迁移和备份只需复制目录本身。
30+
- 文件树浏览:完整的目录树导航,支持文件预览,Markdown、图片、代码均有对应渲染器。支持 git status, git worktree。
31+
交互优化
32+
- / 斜杠命令:输入 / 触发命令候选列表,快速执行预设操作。
33+
- @ 文件引用:输入 @ 触发文件路径补全,将任意文件作为上下文附件发送给 Agent。
34+
- # 快捷提示词:输入 # 触发已收藏的快截提示词输入。
35+
- 文件与会话双向跳转:打开文件可跳转到产生它的会话;打开会话可查看所有相关文件。
36+
- Android, 浏览器应用(PWA):可安装到桌面或手机,体验更优。
37+
- 手机界面优化:底部操作栏拇指可及,界面更简洁。
38+
访问模式
39+
- 本地模式:服务启动后即可在局域网内通过浏览器访问,无需任何账号或配置。
40+
- Relay 远程模式:无需开放防火墙端口,通过 relayer 从公网任意设备访问本地实例,实现随时随地的 agent 访问。(本地模式页面中点击绑定按钮)
41+
- 私有通道:通过私有通道(tailscale 等),直接通过 ip:port 访问。
42+
- 端到端加密:会话、文件支持端到端加密保护。
43+
插件系统
44+
- 定制视图:插件是一种针对文件的定制视图,按照「传入文件内容 → 解析 → 渲染界面」的框架运行。
45+
- Agent 生成插件:向 Agent 发送「实现一个 txt 小说阅读器」,Agent 即可生成对应插件,此后所有 txt 文件将以小说阅读方式呈现。
46+
- 交互闭环:实现「定制插件 → 浏览文件 → Agent 交互」的完整闭环。
47+
安装运行
48+
- 单二进制:生产构建是一个静态编译的单二进制文件,内嵌所有 Web 资源,安装包小于 10M。
49+
- 零依赖:宿主机无需安装 Node.js、Docker 或任何守护进程管理器。
50+
- 多平台:支持 macOS(Intel + Apple Silicon)、Linux(x86-64、ARM64、ARMv7)、Windows(x86-64、ARM64)。
51+
ReleaseNotes: |-
52+
MindFS v0.3.4
53+
新功能
54+
- 当前链接状态圆点提示
55+
- 错误信息框中可以刷新重启后台 agent
56+
- 普通 toolcall 结果从后台获取
57+
- 回复中可以发送新消息、发送后排队、可打断发送
58+
- 定时任务
59+
- agent 增加 reasonix
60+
优化和修复
61+
- 修复 relay 下的 ws 链接错误
62+
- 修复 切换 project 后的 ws 状态错误
63+
- ask user 中增加自定义回答
64+
- 侧边栏可折叠收回
65+
- 会话导入增加全选
66+
- 修复 cc 导入会话项目匹配问题
67+
- 修复项目发现时加入临时目录问题
68+
- 修复有的 ui 组件颜色模式不一致问题
69+
- 修复 cc 默认模型无法设置思考等级问题
70+
- 修复导入阶段卡主问题
71+
- e2ee 安全加固
72+
- 自升级安装包签名验证
73+
ReleaseNotesUrl: https://github.com/a9gent/mindfs/releases/tag/v0.3.4
74+
ManifestType: defaultLocale
75+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: a9gent.MindFS
5+
PackageVersion: 0.3.4
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)