@integrity-labs/agt-cli 0.28.287 → 0.28.289
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/dist/bin/agt.js +8 -5
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-5KMXIPB5.js → chunk-DIHZ2LMQ.js} +12 -9
- package/dist/{chunk-5KMXIPB5.js.map → chunk-DIHZ2LMQ.js.map} +1 -1
- package/dist/{chunk-GAPJUQFT.js → chunk-GUCYHTCJ.js} +3 -2
- package/dist/{chunk-GAPJUQFT.js.map → chunk-GUCYHTCJ.js.map} +1 -1
- package/dist/{claude-pair-runtime-ZVPAZDXX.js → claude-pair-runtime-MGU5UP3T.js} +2 -2
- package/dist/lib/manager-worker.js +20 -14
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +15 -4
- package/dist/mcp/origami.js +2 -1
- package/dist/{persistent-session-6Z57G6PS.js → persistent-session-C6IIZKQH.js} +2 -2
- package/dist/{responsiveness-probe-Y7BRLZ7O.js → responsiveness-probe-RAHMPI4W.js} +2 -2
- package/package.json +1 -1
- /package/dist/{claude-pair-runtime-ZVPAZDXX.js.map → claude-pair-runtime-MGU5UP3T.js.map} +0 -0
- /package/dist/{persistent-session-6Z57G6PS.js.map → persistent-session-C6IIZKQH.js.map} +0 -0
- /package/dist/{responsiveness-probe-Y7BRLZ7O.js.map → responsiveness-probe-RAHMPI4W.js.map} +0 -0
|
@@ -6687,7 +6687,8 @@ var WAITING_KINDS = [
|
|
|
6687
6687
|
"pr-review",
|
|
6688
6688
|
"pr-merged",
|
|
6689
6689
|
"human",
|
|
6690
|
-
"external"
|
|
6690
|
+
"external",
|
|
6691
|
+
"other"
|
|
6691
6692
|
];
|
|
6692
6693
|
var WAITING_KIND_SET = new Set(WAITING_KINDS);
|
|
6693
6694
|
|
|
@@ -9408,4 +9409,4 @@ export {
|
|
|
9408
9409
|
stopAllSessionsAndWait,
|
|
9409
9410
|
getProjectDir
|
|
9410
9411
|
};
|
|
9411
|
-
//# sourceMappingURL=chunk-
|
|
9412
|
+
//# sourceMappingURL=chunk-GUCYHTCJ.js.map
|