@roarpeng/graphflow 1.9.2 → 1.9.3

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 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.3] - 2026-08-01
6
+
7
+ ### Fixed
8
+
9
+ - **Marketplace 发布(二次)**:`GraphFlow` 显示名亦被第三方占用(不出现在公开搜索,疑似下架/保留名),改为 `GraphFlow Context & Memory`
10
+
5
11
  ## [1.9.2] - 2026-08-01
6
12
 
7
13
  ### Fixed
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GraphFlow
2
2
 
3
- [![npm version](https://img.shields.io/badge/npm-1.9.2-blue)](https://www.npmjs.com/package/@roarpeng/graphflow)
3
+ [![npm version](https://img.shields.io/badge/npm-1.9.3-blue)](https://www.npmjs.com/package/@roarpeng/graphflow)
4
4
 
5
5
  > **编码 Agent 的上下文与记忆层** — Local-first 代码知识图谱 + 上下文压缩 + 跨会话学习飞轮
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roarpeng/graphflow",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },