@spaceflow/shell 0.18.0 → 0.20.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.19.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.18.0...@spaceflow/shell@0.19.0) (2026-02-27)
4
+
5
+ ### 修复BUG
6
+
7
+ * **review:** 修复重复 AI 评论问题,改进评论查找和清理逻辑 ([5ec3757](https://github.com/Lydanne/spaceflow/commit/5ec3757533f618aa6210ccebecabf411b2dae9a4))
8
+ * **review:** 修改 generateDescription 选项处理逻辑,仅在明确指定时设置为 true ([48e710a](https://github.com/Lydanne/spaceflow/commit/48e710ade62e0aeaf2effa3db58dbcb2b2a0983e))
9
+
10
+ ### 其他修改
11
+
12
+ * **core:** released version 0.17.0 [no ci] ([4e8f807](https://github.com/Lydanne/spaceflow/commit/4e8f8074fa9d174995e97c9466c379ba81227f9f))
13
+ * **publish:** released version 0.41.0 [no ci] ([e96a488](https://github.com/Lydanne/spaceflow/commit/e96a48824bbb305142b78afa989e3473eec0c1c2))
14
+ * **review-summary:** released version 0.19.0 [no ci] ([f1b6a2e](https://github.com/Lydanne/spaceflow/commit/f1b6a2e21cc2f9e07bb8e100a358abcba16f2d03))
15
+ * **review:** released version 0.49.0 [no ci] ([404588d](https://github.com/Lydanne/spaceflow/commit/404588d61e77d2230b53c22afad404d20f5e1665))
16
+ * **scripts:** released version 0.19.0 [no ci] ([e198652](https://github.com/Lydanne/spaceflow/commit/e198652a1dcbd137dcd0fe4d7a2f404e12a991bc))
17
+
18
+ ## [0.18.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.17.0...@spaceflow/shell@0.18.0) (2026-02-27)
19
+
20
+ ### 新特性
21
+
22
+ * **mcp:** 添加 MCP 资源支持,包括扩展资源和内置配置/扩展列表资源 ([ab19889](https://github.com/Lydanne/spaceflow/commit/ab198890a13c998c17987734da3875834f747a70))
23
+
24
+ ### 其他修改
25
+
26
+ * **cli:** released version 0.38.0 [no ci] ([b8c1a54](https://github.com/Lydanne/spaceflow/commit/b8c1a546876b1ad74d5da755c9ecafea9a99798d))
27
+ * **core:** released version 0.16.0 [no ci] ([4486a32](https://github.com/Lydanne/spaceflow/commit/4486a320fccea858e400b79c5b4f18ed4a6f58ea))
28
+ * **publish:** released version 0.40.0 [no ci] ([8fe14c7](https://github.com/Lydanne/spaceflow/commit/8fe14c7faffa2784b91710d3f129911534bf64d2))
29
+ * **review-summary:** released version 0.18.0 [no ci] ([164fb64](https://github.com/Lydanne/spaceflow/commit/164fb64c511d93466585cb5d6df7cd6be0922c8c))
30
+ * **review:** released version 0.48.0 [no ci] ([4e92d6f](https://github.com/Lydanne/spaceflow/commit/4e92d6f72dcd1e94fbf8a9a772b561da9d39c92c))
31
+ * **scripts:** released version 0.18.0 [no ci] ([289be06](https://github.com/Lydanne/spaceflow/commit/289be06674264d98ab9e1da908d088fff4e1cf7e))
32
+
3
33
  ## [0.17.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/shell@0.16.0...@spaceflow/shell@0.17.0) (2026-02-27)
4
34
 
5
35
  ### 新特性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/shell",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "description": "Spaceflow Shell 插件,用于在分支锁定/解锁之间执行 Shell 命令",
5
5
  "license": "MIT",
6
6
  "author": "Lydanne",
@@ -19,7 +19,7 @@
19
19
  "@spaceflow/cli": "0.38.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@spaceflow/core": "0.16.0"
22
+ "@spaceflow/core": "0.18.0"
23
23
  },
24
24
  "spaceflow": {
25
25
  "type": "flow",