@unifan/pi-review-zh 1.0.22 → 1.0.23

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/index.ts +0 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -1349,7 +1349,6 @@ export default function reviewExtension(pi: ExtensionAPI) {
1349
1349
  ctx.ui.notify(`返回失败: ${error instanceof Error ? error.message : String(error)}`, "error");
1350
1350
  }
1351
1351
  }
1352
- }
1353
1352
  };
1354
1353
 
1355
1354
  pi.registerCommand("review-end", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifan/pi-review-zh",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Pi 交互式 AI 代码审查扩展(支持单模型与多 Subagent 并发 2~6 专家自由切换,Codex 经典架构)",
5
5
  "type": "module",
6
6
  "license": "MIT",