@roarpeng/graphflow 1.7.5 → 1.7.6
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ npx @roarpeng/graphflow context preview "orchestrator" --json
|
|
|
48
48
|
|
|
49
49
|
> 实话实说:论纯图谱的成熟度与社区规模,CodeGraph 更领先;论 LSP 符号编辑标准,Serena 更专精;论整库打包,Repomix 更简单。GraphFlow 的价值在于把"图谱 + 压缩 + 规划 + 学习记忆"合到一处,让 agent 不仅省 token,还能跨会话复用项目经验。
|
|
50
50
|
|
|
51
|
-
## 当前能力总览(v1.7.
|
|
51
|
+
## 当前能力总览(v1.7.6+)
|
|
52
52
|
|
|
53
53
|
| 能力域 | 说明 |
|
|
54
54
|
| --- | --- |
|
|
@@ -131,7 +131,7 @@ npx @roarpeng/graphflow context preview "orchestrator" --json
|
|
|
131
131
|
|
|
132
132
|
### 发布信息
|
|
133
133
|
|
|
134
|
-
- 最新版本:**v1.7.
|
|
134
|
+
- 最新版本:**v1.7.6**(root + vscode-extension);npm:`@roarpeng/graphflow@1.7.6`
|
|
135
135
|
- **GitHub Release**:push 到 `main` 后 CI 在 `windows-2022` 上自动构建 VSIX 并发布到 [GitHub Releases](https://github.com/Roarpeng/GraphFlow/releases)
|
|
136
136
|
- **npm 发布**:push tag `v*`(如 `v1.4.1`)触发 [Publish npm](https://github.com/Roarpeng/GraphFlow/actions/workflows/publish-npm.yml) 工作流
|
|
137
137
|
- 变更日志:`CHANGELOG.md`
|
|
@@ -448,8 +448,8 @@ cp graphflow.config.example.json graphflow.config.json
|
|
|
448
448
|
CLI 安装(若已安装 `code` / `cursor` 命令):
|
|
449
449
|
|
|
450
450
|
```bash
|
|
451
|
-
code --install-extension graphflow-tool-1.7.
|
|
452
|
-
cursor --install-extension graphflow-tool-1.7.
|
|
451
|
+
code --install-extension graphflow-tool-1.7.6.vsix
|
|
452
|
+
cursor --install-extension graphflow-tool-1.7.6.vsix
|
|
453
453
|
```
|
|
454
454
|
|
|
455
455
|
### 命令面板
|