Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This hub is organized by what you need to accomplish. New users should follow Ge

## Documentation boundaries

- User documentation targets the v0.1.5 Sidebar-default experience while covering the compatible Buildin presentation.
- User documentation targets the v0.1.6 Sidebar-default experience while covering the compatible Buildin presentation.
- Architecture diagrams describe stable execution boundaries, not live monitoring. Use Status for current counts and versions.
- RPC is an internal Host-to-client protocol, not a promised stable external API.
- There is no formal fixed DSH / Mnemon version matrix yet. Back up and validate in an isolated root before upgrading.
2 changes: 1 addition & 1 deletion docs/en/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You need:

Regular semantic work prefers a provider named `spawn` with `outputSchema`, `toolFilter`, `persona`, and `depthLimit`. Optional score-based background review additionally requires a provider named `fork` with `inheritsParentContext=true`. Missing `fork` does not block deterministic pages or regular manual actions.

The project does not declare a fixed minimum DSH / Mnemon matrix. This guide and its screenshots target dsh-mnemon v0.1.5. Back up and repeat this verification against an isolated root before upgrading.
The project does not declare a fixed minimum DSH / Mnemon matrix. This guide and its screenshots target dsh-mnemon v0.1.6. Back up and repeat this verification against an isolated root before upgrading.

## 2. Install Mnemon

Expand Down
2 changes: 1 addition & 1 deletion docs/en/ui-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[简体中文](../zh-CN/ui-guide.md) | **English** | [Documentation hub](./README.md)

This guide follows the default `sidebar` presentation and a real user path through Memory System. Screenshots come from the v0.1.5 interface and use the Chinese locale; names, counts, and content vary with your data.
This guide follows the default `sidebar` presentation and a real user path through Memory System. Screenshots come from the v0.1.6 interface and use the Chinese locale; names, counts, and content vary with your data.

## Start with the two display modes

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

## 文档边界

- 用户文档以 v0.1.5 的 Sidebar 默认体验为主,同时说明 Buildin 兼容形态。
- 用户文档以 v0.1.6 的 Sidebar 默认体验为主,同时说明 Buildin 兼容形态。
- 架构图表达稳定执行边界,不是实时监控面板;实时数量与版本以“状态”页为准。
- RPC 是 Host 与插件客户端之间的内部协议,不承诺稳定外部 API。
- 当前没有正式固定的 DSH / Mnemon 版本矩阵;升级前应备份并在隔离目录验证。
2 changes: 1 addition & 1 deletion docs/zh-CN/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

普通语义任务优先使用名为 `spawn` 的 Provider,并要求 `outputSchema`、`toolFilter`、`persona` 与 `depthLimit`。可选的评分后台审查还要求名为 `fork`、且 `inheritsParentContext=true` 的 Provider。缺少 `fork` 不影响确定性页面读取和普通手动操作。

项目当前不声明固定的 DSH / Mnemon 最低版本矩阵。本文与截图以 dsh-mnemon v0.1.5 为基线;升级前先备份,并在隔离目录重复本页验证。
项目当前不声明固定的 DSH / Mnemon 最低版本矩阵。本文与截图以 dsh-mnemon v0.1.6 为基线;升级前先备份,并在隔离目录重复本页验证。

## 2. 安装 Mnemon

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/ui-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**简体中文** | [English](../en/ui-guide.md) | [文档中心](./README.md)

本指南以默认的 `sidebar` 形态为主,按真实使用路径介绍记忆系统。截图来自 v0.1.5 实机界面;数量、名称和内容会随你的数据变化。
本指南以默认的 `sidebar` 形态为主,按真实使用路径介绍记忆系统。截图来自 v0.1.6 实机界面;数量、名称和内容会随你的数据变化。

## 先认识两种展示形态

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsh-mnemon",
"version": "0.1.5",
"version": "0.1.6",
"description": "Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.",
"keywords": [
"deepseek-harness",
Expand Down