@roarpeng/graphflow 1.7.10 → 1.7.11

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,13 @@
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
5
+ ## [1.7.11] - 2026-07-27
6
+
7
+ ### Changed
8
+
9
+ - **Settings 工具页**:同步展示 v1.7.11 本版亮点(MCP home-cwd 修复、install/doctor JSON 自检、Bridge 飞轮、无需 LLM 能力)
10
+ - **扩展 README / marketplace description**:对齐最新版本与 FAQ
11
+
5
12
  ## [1.7.10] - 2026-07-27
6
13
 
7
14
  ### Fixed
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.10+??
51
+ ## ???????v1.7.11+??
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.10**?root + vscode-extension??npm?`@roarpeng/graphflow@1.7.10`
134
+ - ?????**v1.7.11**?root + vscode-extension??npm?`@roarpeng/graphflow@1.7.11`
135
135
  - **GitHub Release**?push ??`main` ??CI ??`windows-2022` ??????VSIX ???? [GitHub Releases](https://github.com/Roarpeng/GraphFlow/releases)
136
136
  - **Open VSX**:`main` / `v*` Build 成功后自动幂等发布到 [Open VSX](https://open-vsx.org/extension/roarpeng/graphflow-tool)(密钥 `open_vsx_token`,namespace `roarpeng`,与 `package.json` publisher 一致;版本已存在则跳过)
137
137
  - **npm ??**?push tag `v*`?? `v1.4.1`????[Publish npm](https://github.com/Roarpeng/GraphFlow/actions/workflows/publish-npm.yml) ????
@@ -450,8 +450,8 @@ cp graphflow.config.example.json graphflow.config.json
450
450
  CLI ????????`code` / `cursor` ????
451
451
 
452
452
  ```bash
453
- code --install-extension graphflow-tool-1.7.10.vsix
454
- cursor --install-extension graphflow-tool-1.7.10.vsix
453
+ code --install-extension graphflow-tool-1.7.11.vsix
454
+ cursor --install-extension graphflow-tool-1.7.11.vsix
455
455
  ```
456
456
 
457
457
  ### ????
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roarpeng/graphflow",
3
- "version": "1.7.10",
3
+ "version": "1.7.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },