@roarpeng/graphflow 1.9.2 → 1.9.4
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 +12 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.9.4] - 2026-08-01
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- **扩展市场说明更新**:vscode-extension/README.md 重写为 v1.9.x 最新使用说明(记忆审计 CLI、飞轮归因面板、语义 embedding 配置、技能分类、skill sync、改名后市场身份 `roarpeng.graphflow` / `GraphFlow Context & Memory`);扩展 description 改为版本无关描述(消除版本钉死导致的文档腐化)
|
|
10
|
+
|
|
11
|
+
## [1.9.3] - 2026-08-01
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- **Marketplace 发布(二次)**:`GraphFlow` 显示名亦被第三方占用(不出现在公开搜索,疑似下架/保留名),改为 `GraphFlow Context & Memory`
|
|
16
|
+
|
|
5
17
|
## [1.9.2] - 2026-08-01
|
|
6
18
|
|
|
7
19
|
### Fixed
|
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
|
|