@spaceflow/review 0.42.0 → 0.43.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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.42.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review@0.41.0...@spaceflow/review@0.42.0) (2026-02-27)
4
+
5
+ ### 代码重构
6
+
7
+ * **cli:** 简化 getSpaceflowDir 逻辑,直接回退到全局目录 ([6763afa](https://github.com/Lydanne/spaceflow/commit/6763afab09c1a303a8a278cb8880490f2f39e769))
8
+
9
+ ### 其他修改
10
+
11
+ * **cli:** released version 0.32.0 [no ci] ([0702e0e](https://github.com/Lydanne/spaceflow/commit/0702e0e4c5dd6c1d067297372d718225dab9aaee))
12
+ * **publish:** released version 0.34.0 [no ci] ([6b949b5](https://github.com/Lydanne/spaceflow/commit/6b949b5894dda61198c115d60fd39a08511d64c3))
13
+ * **review-summary:** released version 0.11.0 [no ci] ([d68ceef](https://github.com/Lydanne/spaceflow/commit/d68ceef911941e80fc1e71d530bf0b412b54a64a))
14
+ * **scripts:** released version 0.11.0 [no ci] ([4c1d726](https://github.com/Lydanne/spaceflow/commit/4c1d726587a0be3187957e069b78d6eaefa7fddc))
15
+ * **shell:** released version 0.11.0 [no ci] ([3df4552](https://github.com/Lydanne/spaceflow/commit/3df4552e24e6f73b3cb8116c348453dd46dd1db5))
16
+
3
17
  ## [0.41.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review@0.40.0...@spaceflow/review@0.41.0) (2026-02-26)
4
18
 
5
19
  ### 文档更新
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/review",
3
- "version": "0.42.0",
3
+ "version": "0.43.0",
4
4
  "description": "Spaceflow 代码审查插件,使用 LLM 对 PR 代码进行自动审查",
5
5
  "license": "MIT",
6
6
  "author": "Lydanne",
@@ -25,10 +25,10 @@
25
25
  "@vitest/coverage-v8": "^4.0.18",
26
26
  "unplugin-swc": "^1.5.9",
27
27
  "vitest": "^4.0.18",
28
- "@spaceflow/cli": "0.32.0"
28
+ "@spaceflow/cli": "0.33.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "@spaceflow/core": "0.10.0"
31
+ "@spaceflow/core": "0.11.0"
32
32
  },
33
33
  "spaceflow": {
34
34
  "type": "flow",