@unifan/pi-review-zh 1.0.20 → 1.0.21

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 -12
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -1483,16 +1483,4 @@ export default function reviewExtension(pi: ExtensionAPI) {
1483
1483
  description: "双会话审查接力闭环 (自动识别:开发会话自动改代码并总结,审查会话只读复核直到可提交)",
1484
1484
  handler: handleReviewSync,
1485
1485
  });
1486
-
1487
- // 别名:/review-flow
1488
- pi.registerCommand("review-flow", {
1489
- description: "双会话审查接力闭环 (/review-sync 别名)",
1490
- handler: handleReviewSync,
1491
- });
1492
-
1493
- // 别名:/review-relay
1494
- pi.registerCommand("review-relay", {
1495
- description: "双会话审查接力闭环 (/review-sync 别名)",
1496
- handler: handleReviewSync,
1497
- });
1498
1486
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifan/pi-review-zh",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Pi 交互式 AI 代码审查扩展(支持单模型与多 Subagent 并发 2~6 专家自由切换,Codex 经典架构)",
5
5
  "type": "module",
6
6
  "license": "MIT",