@integrity-labs/agt-cli 0.28.279 → 0.28.281
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-7USLYY43.js → chunk-C4QMCOAN.js} +1 -1
- package/dist/chunk-C4QMCOAN.js.map +1 -0
- package/dist/{chunk-LCCC2AGQ.js → chunk-QVAOI4TB.js} +3 -3
- package/dist/{claude-pair-runtime-EXW6NBLU.js → claude-pair-runtime-JOYTDNXZ.js} +2 -2
- package/dist/lib/manager-worker.js +45 -15
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/augmented-support.js +7 -1
- package/dist/{persistent-session-SZ4TUGED.js → persistent-session-7H3IYXXP.js} +2 -2
- package/dist/{responsiveness-probe-MKFZAUV5.js → responsiveness-probe-PFJM4QMQ.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-7USLYY43.js.map +0 -1
- /package/dist/{chunk-LCCC2AGQ.js.map → chunk-QVAOI4TB.js.map} +0 -0
- /package/dist/{claude-pair-runtime-EXW6NBLU.js.map → claude-pair-runtime-JOYTDNXZ.js.map} +0 -0
- /package/dist/{persistent-session-SZ4TUGED.js.map → persistent-session-7H3IYXXP.js.map} +0 -0
- /package/dist/{responsiveness-probe-MKFZAUV5.js.map → responsiveness-probe-PFJM4QMQ.js.map} +0 -0
|
@@ -21171,7 +21171,13 @@ var listSchema = external_exports.object({
|
|
|
21171
21171
|
var fileRequestSchema = external_exports.object({
|
|
21172
21172
|
title: external_exports.string().min(1).describe("Short summary of the bug or request."),
|
|
21173
21173
|
description: external_exports.string().min(1).describe("Full detail: what happened / what is wanted, and any reproduction steps."),
|
|
21174
|
-
provider: external_exports.string().optional().describe('Optional provider/service name when asking for a new integration (e.g. "notion").')
|
|
21174
|
+
provider: external_exports.string().optional().describe('Optional provider/service name when asking for a new integration (e.g. "notion").'),
|
|
21175
|
+
requester_email: external_exports.string().email().max(320).optional().describe(
|
|
21176
|
+
"The email of the person this request is for, so Augmented Team can email them when it's resolved. Only include an email they gave you and agreed to be contacted at - do NOT guess one."
|
|
21177
|
+
),
|
|
21178
|
+
requester_user_id: external_exports.string().uuid().optional().describe(
|
|
21179
|
+
"Optional Augmented Team user id (UUID) of the requester, used to look up their email for the resolved-notification when you have an id but not an address."
|
|
21180
|
+
)
|
|
21175
21181
|
});
|
|
21176
21182
|
var searchKbSchema = external_exports.object({
|
|
21177
21183
|
query: external_exports.string().trim().min(1).describe('What to look up in the knowledge base (e.g. "agent keeps restarting", "connect Slack").'),
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-C4QMCOAN.js";
|
|
40
40
|
import "./chunk-XWVM4KPK.js";
|
|
41
41
|
export {
|
|
42
42
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writeEgressAllowlist,
|
|
78
78
|
writePersistentClaudeWrapper
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=persistent-session-
|
|
80
|
+
//# sourceMappingURL=persistent-session-7H3IYXXP.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-C4QMCOAN.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -418,4 +418,4 @@ export {
|
|
|
418
418
|
readAndResetSlackReplyBindingClassifications,
|
|
419
419
|
readAndResetSlackReplyTargetClassifications
|
|
420
420
|
};
|
|
421
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
421
|
+
//# sourceMappingURL=responsiveness-probe-PFJM4QMQ.js.map
|