@integrity-labs/agt-cli 0.27.132 → 0.27.134
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 +4 -4
- package/dist/{chunk-DBJWD2LU.js → chunk-2MXDQBEH.js} +2 -2
- package/dist/{chunk-TRGX4NVZ.js → chunk-4I2QOVP5.js} +67 -26
- package/dist/chunk-4I2QOVP5.js.map +1 -0
- package/dist/{chunk-DAOANYK4.js → chunk-4Y7APKV7.js} +2 -2
- package/dist/{claude-pair-runtime-GYSKMJ2B.js → claude-pair-runtime-YIHRE2VR.js} +2 -2
- package/dist/lib/manager-worker.js +39 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/{persistent-session-35XIC3CB.js → persistent-session-AH4WU2GE.js} +3 -3
- package/dist/{responsiveness-probe-ZXJS2D43.js → responsiveness-probe-WDXDQ5EZ.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-TRGX4NVZ.js.map +0 -1
- /package/dist/{chunk-DBJWD2LU.js.map → chunk-2MXDQBEH.js.map} +0 -0
- /package/dist/{chunk-DAOANYK4.js.map → chunk-4Y7APKV7.js.map} +0 -0
- /package/dist/{claude-pair-runtime-GYSKMJ2B.js.map → claude-pair-runtime-YIHRE2VR.js.map} +0 -0
- /package/dist/{persistent-session-35XIC3CB.js.map → persistent-session-AH4WU2GE.js.map} +0 -0
- /package/dist/{responsiveness-probe-ZXJS2D43.js.map → responsiveness-probe-WDXDQ5EZ.js.map} +0 -0
package/dist/mcp/index.js
CHANGED
|
@@ -22469,7 +22469,7 @@ async function getPublishedArtefactSourceChunkText(artefactId, offset, limit) {
|
|
|
22469
22469
|
return data.chunk + trailer;
|
|
22470
22470
|
}
|
|
22471
22471
|
var artefactListSchema = {
|
|
22472
|
-
publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "
|
|
22472
|
+
publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "agt-live")'),
|
|
22473
22473
|
kind: external_exports.enum(["mockup", "deck", "site", "app", "other"]).optional().describe("Filter by artefact kind"),
|
|
22474
22474
|
limit: external_exports.number().int().min(1).max(100).optional().describe("Maximum artefacts to return (default 50, max 100)")
|
|
22475
22475
|
};
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
takeAcpxExecFailureCount,
|
|
26
26
|
takeZombieDetection,
|
|
27
27
|
writePersistentClaudeWrapper
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-2MXDQBEH.js";
|
|
29
|
+
import "./chunk-4I2QOVP5.js";
|
|
30
30
|
import "./chunk-XWVM4KPK.js";
|
|
31
31
|
export {
|
|
32
32
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -56,4 +56,4 @@ export {
|
|
|
56
56
|
takeZombieDetection,
|
|
57
57
|
writePersistentClaudeWrapper
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=persistent-session-
|
|
59
|
+
//# sourceMappingURL=persistent-session-AH4WU2GE.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-2MXDQBEH.js";
|
|
4
|
+
import "./chunk-4I2QOVP5.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -154,4 +154,4 @@ export {
|
|
|
154
154
|
livePendingInboundOldestAgeSeconds,
|
|
155
155
|
oldestLivePendingInboundMtimeMs
|
|
156
156
|
};
|
|
157
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
157
|
+
//# sourceMappingURL=responsiveness-probe-WDXDQ5EZ.js.map
|