@roarpeng/graphflow 1.9.1 → 1.9.2
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.9.2] - 2026-08-01
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- **Marketplace 发布**:新身份 `roarpeng.graphflow` 的 displayName 改为 **`GraphFlow`**(`GraphFlow Tool` 被旧列表 `roarpeng.graphflow-tool` 持有,VS Marketplace 拒绝重复 displayName;经 Marketplace 搜索 API 验证 `GraphFlow` 未被占用)
|
|
10
|
+
|
|
5
11
|
## [1.9.1] - 2026-08-01
|
|
6
12
|
|
|
7
13
|
记忆透明化版本:让「跨会话记忆」可度量、可审计、可归因。
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# GraphFlow
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@roarpeng/graphflow)
|
|
4
4
|
|
|
5
5
|
> **编码 Agent 的上下文与记忆层** — Local-first 代码知识图谱 + 上下文压缩 + 跨会话学习飞轮
|
|
6
6
|
|