@a9i5k4/dsh-auto-memory 0.1.24 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -15
- package/README.zh-CN.md +9 -18
- package/lib/client.js +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,31 +138,28 @@ The Search tab adds a **Smart search** button next to the keyword search:
|
|
|
138
138
|
|
|
139
139
|
## Screenshots
|
|
140
140
|
|
|
141
|
-
All screenshots below are real captures of the plugin running inside the DSH Web GUI.
|
|
141
|
+
All screenshots below are real captures of the plugin running inside the DSH Web GUI (Chinese UI for now; English UI captures will be added later).
|
|
142
142
|
|
|
143
|
-
###
|
|
143
|
+
### Memory panel overview — away greeting & AI period summaries
|
|
144
144
|
|
|
145
|
-
<img width="480" alt="
|
|
145
|
+
<img width="480" alt="Memory panel overview" src="docs/screenshots/overview-zh.png">
|
|
146
146
|
|
|
147
|
-
### Connect
|
|
147
|
+
### Connect — inherit global memory & history sessions from other AI agents
|
|
148
148
|
|
|
149
|
-
<img width="480" alt="Connect tab" src="docs/screenshots/connect-
|
|
149
|
+
<img width="480" alt="Connect tab" src="docs/screenshots/connect-zh.png">
|
|
150
150
|
|
|
151
|
-
###
|
|
151
|
+
### Calendar — AI adds items, toggles status and marks completion from context
|
|
152
152
|
|
|
153
|
-
<img width="480" alt="
|
|
153
|
+
<img width="480" alt="Calendar tab" src="docs/screenshots/calendar-zh.png">
|
|
154
154
|
|
|
155
|
-
###
|
|
155
|
+
### Workspace mind map — auto-generated, workspace-centered cross-workspace overview
|
|
156
156
|
|
|
157
|
-
<img width="480" alt="
|
|
157
|
+
<img width="480" alt="Workspace mind map" src="docs/screenshots/workspace-map-zh.png">
|
|
158
158
|
|
|
159
|
-
###
|
|
159
|
+
### Settings — highly customizable, covers most technical details
|
|
160
160
|
|
|
161
|
-
<img width="480" alt="
|
|
162
|
-
|
|
163
|
-
### Settings — memory storage, day boundary, daily budget, update check
|
|
164
|
-
|
|
165
|
-
<img width="480" alt="Auto Memory settings" src="docs/screenshots/settings-en.png">
|
|
161
|
+
<img width="480" alt="Auto Memory settings" src="docs/screenshots/settings-zh.png">
|
|
162
|
+
<img width="480" alt="Auto Memory settings (2)" src="docs/screenshots/settings-2-zh.png">
|
|
166
163
|
|
|
167
164
|
## Beyond the screenshots
|
|
168
165
|
|
package/README.zh-CN.md
CHANGED
|
@@ -136,37 +136,28 @@ pnpm up @a9i5k4/dsh-auto-memory # 或: npm install @a9i5k4/dsh-auto-memory@lat
|
|
|
136
136
|
|
|
137
137
|
## 界面截图
|
|
138
138
|
|
|
139
|
-
以下都是插件在 DSH Web GUI
|
|
139
|
+
以下都是插件在 DSH Web GUI 中的真实运行截图(当前为中文界面;英文界面截图稍后补充)。
|
|
140
140
|
|
|
141
|
-
###
|
|
141
|
+
### 记忆面板概览 — 暂离问候、AI 总结等
|
|
142
142
|
|
|
143
|
-
<img width="480" alt="
|
|
143
|
+
<img width="480" alt="记忆面板概览" src="docs/screenshots/overview-zh.png">
|
|
144
144
|
|
|
145
|
-
### 接续 —
|
|
145
|
+
### 接续 — 从其他 AI Agent 提取全局记忆与历史会话
|
|
146
146
|
|
|
147
147
|
<img width="480" alt="接续页签" src="docs/screenshots/connect-zh.png">
|
|
148
148
|
|
|
149
|
-
###
|
|
150
|
-
|
|
151
|
-
<img width="480" alt="概览页签" src="docs/screenshots/overview-zh.png">
|
|
152
|
-
|
|
153
|
-
### 日历 — AI 维护的四象限日程
|
|
149
|
+
### 日历 — AI 根据上下文自动添加事项、切换状态、标记完成
|
|
154
150
|
|
|
155
151
|
<img width="480" alt="日历页签" src="docs/screenshots/calendar-zh.png">
|
|
156
152
|
|
|
157
|
-
###
|
|
158
|
-
|
|
159
|
-
<img width="480" alt="检索页签" src="docs/screenshots/search-zh.png">
|
|
153
|
+
### 工作区导图 — 自动生成的以工作区为中心的跨工作区记忆导图
|
|
160
154
|
|
|
161
|
-
|
|
155
|
+
<img width="480" alt="工作区记忆导图" src="docs/screenshots/workspace-map-zh.png">
|
|
162
156
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
### 设置 — 记忆存储、日界、每日预算、更新检查
|
|
157
|
+
### 设置 — 高度自定义,可操作绝大部分技术细节
|
|
166
158
|
|
|
167
159
|
<img width="480" alt="自动记忆设置" src="docs/screenshots/settings-zh.png">
|
|
168
|
-
|
|
169
|
-
<img width="480" alt="自动记忆设置(调试中心)" src="docs/screenshots/settings-debug-zh.png">
|
|
160
|
+
<img width="480" alt="自动记忆设置(续)" src="docs/screenshots/settings-2-zh.png">
|
|
170
161
|
|
|
171
162
|
## 截图之外
|
|
172
163
|
|
package/lib/client.js
CHANGED
|
@@ -346,6 +346,11 @@ window.__ModuleLoader__.load({
|
|
|
346
346
|
|
|
347
347
|
// ───────────────────────── 更新弹窗 / 首次指导 ─────────────────────────
|
|
348
348
|
var CHANGELOG = {
|
|
349
|
+
'0.1.25': { zh: [
|
|
350
|
+
'文档:README 界面截图更新为最新实机截图(记忆面板概览/接续/日历/工作区导图/设置),中英双语说明。',
|
|
351
|
+
], en: [
|
|
352
|
+
'Docs: README screenshots refreshed with the latest real captures (panel overview / connect / calendar / workspace mind map / settings) with bilingual captions.',
|
|
353
|
+
] },
|
|
349
354
|
'0.1.24': { zh: [
|
|
350
355
|
'记忆面板:全新液态玻璃 UI——模块箭头滚动、抽屉丝滑展开/收起、工作区 AI 思维导图(拖动画布+缩放)、日历当天时间轴(07:00-22:00)+地点/提醒字段。',
|
|
351
356
|
'注入精简:只注入最近 1 天日志与反思精华,外部记忆改为绝对路径按需读取,新增 memory_read 工具;敏感段落(令牌/密钥)不再注入 prompt。',
|
package/package.json
CHANGED