|
| 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 |
0 commit comments