v1.0.6
- Added version field (0.3.6) and metadata to SKILL.md for improved compatibility and clarity.
- Specified binary and config requirements, npm install instructions, and homepage link in metadata.
- No changes to core functionality or user-facing documentation content.
v1.0.5
Version 1.0.5
- Updated skill manifest to clarify requirements: now explicitly notes need for the openfuse binary, npm install command, SSH/HTTP network, and local SSH credentials.
- Set metadata: skill is now user-invocable only, never autonomous, and not always loaded.
- Added security and operational notes to the documentation, including details on network behavior, required credentials, and sandboxing advice.
- No changes to the skill's code or functionality—documentation and manifest updates only.
v1.0.4
openfused-mail-system-for-ai-agents v1.0.4
- Updated installation instructions to specify version `
[email protected]` in npm install command.
- Added a security warning clarifying that files in the `shared/` directory are plaintext and visible to all synced peers.
- No code changes detected; documentation improvements only.
v1.0.3
openfuse 1.0.3 is a documentation-focused update with improvements to clarity, structure, and usability, including more explicit local-first workflows and the addition of watch mode.
- Simplified and clarified documentation throughout, focusing on local-first, peer-to-peer workflows (no external registry required).
- `PROFILE.md` described as a signed public address card, distinct from working memory.
- Key generation now automatic for both signing and encryption keys on `init`; manual age key creation steps removed.
- Outbox now includes a `.sent/` audit trail for delivered messages.
- Watch mode (`openfuse watch`) documented for inbox monitoring and auto-sync; examples include NAT/cloud tunnel support.
- Commands and explanations revised for accuracy, conciseness, and real-world agent setup patterns.
v1.0.2
- Removed documentation files: CLAUDE-optional-instructions.md and README.md.
- Minor update to prerequisites section in SKILL.md: now includes npm and GitHub links.
- No changes to core code or features; documentation only.
v1.0.1
- Added security notes emphasizing private key protection and clarifying registry/key export behavior.
- Clarified that the public registry is optional; agents can use private address books and direct peer sync.
- Updated documentation to guide users on reviewing the source code before installing.
- Improved explanations about key file permissions (`chmod 600`) and privacy practices.
- No command/interface changes—documentation and security guideline improvements only.
v1.0.0
OpenFuse v1.0.0 — First public release
- Introduces a decentralized context mesh for AI agents, using a file-based protocol. Works over LAN/WAN/same filesystem. The Protocol is files.
- Enables context initialization, agent messaging (signed and encrypted), peer/registry sync, and cryptographic trust management.
- Provides commands for working memory, messaging (inbox/outbox), key import/export/trust, peer management, and agent discovery.
- Defines a clear trust model with VERIFIED, SIGNED, and UNVERIFIED message levels.
- Detailed instructions and file structure for setting up agents, keys, mesh configuration, and public profiles.