@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.
- package/index.ts +0 -12
- 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
|
}
|