@roarpeng/graphflow 1.3.2 → 1.3.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
@@ -4,6 +4,13 @@ All notable changes to this project are documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [1.3.3] - 2026-07-03
8
+
9
+ ### Fixed
10
+
11
+ - **VS Code 扩展(WSL)**:激活时默认仅写入用户级 MCP(`~/.config/Code/User/mcp.json`),不再自动创建项目级 `.vscode/mcp.json` 与项目 Rules,避免 WSL 下 GUI 提交触发 git hook 时与 pyenv 环境冲突。项目级安装改为显式执行 **GraphFlow: Install MCP to Agents**。
12
+ - **MCP 启动**:仅在原生 Windows 传入 `electronExecPath`,Linux/WSL 不再写入 IDE 可执行路径。
13
+
7
14
  ## [1.3.1] - 2026-06-29
8
15
 
9
16
  ### Added
package/README.md CHANGED
@@ -114,7 +114,7 @@ npx @roarpeng/graphflow context preview "orchestrator" --json
114
114
 
115
115
  ### 发布信息
116
116
 
117
- - 最新版本:**v1.3.2**(root + vscode-extension);npm:`@roarpeng/graphflow@1.3.2`
117
+ - 最新版本:**v1.3.3**(root + vscode-extension);npm:`@roarpeng/graphflow@1.3.3`
118
118
  - **GitHub Release**:push 到 `main` 且 CI 通过后自动发布 VSIX(见 [Actions](https://github.com/Roarpeng/GraphFlow/actions))
119
119
  - 变更日志:`CHANGELOG.md`
120
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roarpeng/graphflow",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },