@integrity-labs/agt-cli 0.28.583 → 0.28.585
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 +7 -5
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-RDBPQZVG.js → chunk-GMTRKIHI.js} +25 -3
- package/dist/chunk-GMTRKIHI.js.map +1 -0
- package/dist/{chunk-I4ZI4W7S.js → chunk-IMMB7MOL.js} +11 -5
- package/dist/chunk-IMMB7MOL.js.map +1 -0
- package/dist/{claude-pair-runtime-MKWK27KO.js → claude-pair-runtime-MN6GPIUL.js} +2 -2
- package/dist/lib/manager-worker.js +15 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +7 -1
- package/dist/mcp/origami.js +7 -1
- package/dist/mcp/slack-channel.js +7 -1
- package/dist/mcp/telegram-channel.js +7 -1
- package/dist/{persistent-session-MHBLUAOV.js → persistent-session-773CFXXR.js} +2 -2
- package/dist/{responsiveness-probe-XGMKVWSH.js → responsiveness-probe-7Q4HR6SK.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-I4ZI4W7S.js.map +0 -1
- package/dist/chunk-RDBPQZVG.js.map +0 -1
- /package/dist/{claude-pair-runtime-MKWK27KO.js.map → claude-pair-runtime-MN6GPIUL.js.map} +0 -0
- /package/dist/{persistent-session-MHBLUAOV.js.map → persistent-session-773CFXXR.js.map} +0 -0
- /package/dist/{responsiveness-probe-XGMKVWSH.js.map → responsiveness-probe-7Q4HR6SK.js.map} +0 -0
|
@@ -33857,7 +33857,13 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
|
|
|
33857
33857
|
// a raw request id and Slack channel id. Both are second-person instructions
|
|
33858
33858
|
// to the agent and were being rendered verbatim to the customer.
|
|
33859
33859
|
"manager_feedback",
|
|
33860
|
-
"form_timeout"
|
|
33860
|
+
"form_timeout",
|
|
33861
|
+
// ENG-8725. The resume notice opens "The integration you asked for is now
|
|
33862
|
+
// connected" and instructs the agent to pick the task back up — second person,
|
|
33863
|
+
// written for the machine. The user learns the same fact from the connect card
|
|
33864
|
+
// in that conversation flipping to its connected state, so showing this row as
|
|
33865
|
+
// well would say it twice, the second time in prose aimed at an agent.
|
|
33866
|
+
"integration_connected"
|
|
33861
33867
|
];
|
|
33862
33868
|
var AGENT_DIRECTED_KIND_SET = new Set(AGENT_DIRECTED_NOTICE_KINDS);
|
|
33863
33869
|
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40195,7 +40195,13 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
|
|
|
40195
40195
|
// a raw request id and Slack channel id. Both are second-person instructions
|
|
40196
40196
|
// to the agent and were being rendered verbatim to the customer.
|
|
40197
40197
|
"manager_feedback",
|
|
40198
|
-
"form_timeout"
|
|
40198
|
+
"form_timeout",
|
|
40199
|
+
// ENG-8725. The resume notice opens "The integration you asked for is now
|
|
40200
|
+
// connected" and instructs the agent to pick the task back up — second person,
|
|
40201
|
+
// written for the machine. The user learns the same fact from the connect card
|
|
40202
|
+
// in that conversation flipping to its connected state, so showing this row as
|
|
40203
|
+
// well would say it twice, the second time in prose aimed at an agent.
|
|
40204
|
+
"integration_connected"
|
|
40199
40205
|
];
|
|
40200
40206
|
var AGENT_DIRECTED_KIND_SET = new Set(AGENT_DIRECTED_NOTICE_KINDS);
|
|
40201
40207
|
|
|
@@ -34246,7 +34246,13 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
|
|
|
34246
34246
|
// a raw request id and Slack channel id. Both are second-person instructions
|
|
34247
34247
|
// to the agent and were being rendered verbatim to the customer.
|
|
34248
34248
|
"manager_feedback",
|
|
34249
|
-
"form_timeout"
|
|
34249
|
+
"form_timeout",
|
|
34250
|
+
// ENG-8725. The resume notice opens "The integration you asked for is now
|
|
34251
|
+
// connected" and instructs the agent to pick the task back up — second person,
|
|
34252
|
+
// written for the machine. The user learns the same fact from the connect card
|
|
34253
|
+
// in that conversation flipping to its connected state, so showing this row as
|
|
34254
|
+
// well would say it twice, the second time in prose aimed at an agent.
|
|
34255
|
+
"integration_connected"
|
|
34250
34256
|
];
|
|
34251
34257
|
var AGENT_DIRECTED_KIND_SET = new Set(AGENT_DIRECTED_NOTICE_KINDS);
|
|
34252
34258
|
|
|
@@ -34405,7 +34405,13 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
|
|
|
34405
34405
|
// a raw request id and Slack channel id. Both are second-person instructions
|
|
34406
34406
|
// to the agent and were being rendered verbatim to the customer.
|
|
34407
34407
|
"manager_feedback",
|
|
34408
|
-
"form_timeout"
|
|
34408
|
+
"form_timeout",
|
|
34409
|
+
// ENG-8725. The resume notice opens "The integration you asked for is now
|
|
34410
|
+
// connected" and instructs the agent to pick the task back up — second person,
|
|
34411
|
+
// written for the machine. The user learns the same fact from the connect card
|
|
34412
|
+
// in that conversation flipping to its connected state, so showing this row as
|
|
34413
|
+
// well would say it twice, the second time in prose aimed at an agent.
|
|
34414
|
+
"integration_connected"
|
|
34409
34415
|
];
|
|
34410
34416
|
var AGENT_DIRECTED_KIND_SET = new Set(AGENT_DIRECTED_NOTICE_KINDS);
|
|
34411
34417
|
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
writeDirectChatSessionState,
|
|
44
44
|
writeEgressAllowlist,
|
|
45
45
|
writePersistentClaudeWrapper
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-GMTRKIHI.js";
|
|
47
47
|
import "./chunk-XWVM4KPK.js";
|
|
48
48
|
export {
|
|
49
49
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -91,4 +91,4 @@ export {
|
|
|
91
91
|
writeEgressAllowlist,
|
|
92
92
|
writePersistentClaudeWrapper
|
|
93
93
|
};
|
|
94
|
-
//# sourceMappingURL=persistent-session-
|
|
94
|
+
//# sourceMappingURL=persistent-session-773CFXXR.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-GMTRKIHI.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -689,4 +689,4 @@ export {
|
|
|
689
689
|
readAndResetSlackReplyBindingClassifications,
|
|
690
690
|
readAndResetSlackReplyTargetClassifications
|
|
691
691
|
};
|
|
692
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
692
|
+
//# sourceMappingURL=responsiveness-probe-7Q4HR6SK.js.map
|