@integrity-labs/agt-cli 0.28.559 → 0.28.561
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-FIOLFAYB.js → chunk-HBZ6OURT.js} +3 -3
- package/dist/{chunk-TBP245GG.js → chunk-MWGJOFRI.js} +8 -2
- package/dist/chunk-MWGJOFRI.js.map +1 -0
- package/dist/{claude-pair-runtime-OASMES54.js → claude-pair-runtime-2C3YHSPM.js} +2 -2
- package/dist/lib/manager-worker.js +76 -35
- 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-WX4ILTCF.js → persistent-session-55IQBW5G.js} +2 -2
- package/dist/{responsiveness-probe-FKJBQ6PQ.js → responsiveness-probe-VX6DFDNA.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-TBP245GG.js.map +0 -1
- /package/dist/{chunk-FIOLFAYB.js.map → chunk-HBZ6OURT.js.map} +0 -0
- /package/dist/{claude-pair-runtime-OASMES54.js.map → claude-pair-runtime-2C3YHSPM.js.map} +0 -0
- /package/dist/{persistent-session-WX4ILTCF.js.map → persistent-session-55IQBW5G.js.map} +0 -0
- /package/dist/{responsiveness-probe-FKJBQ6PQ.js.map → responsiveness-probe-VX6DFDNA.js.map} +0 -0
|
@@ -33836,7 +33836,7 @@ var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i)
|
|
|
33836
33836
|
|
|
33837
33837
|
// ../core/dist/direct-chat/upload.js
|
|
33838
33838
|
var MB2 = 1024 * 1024;
|
|
33839
|
-
var DIRECT_CHAT_UPLOAD_MAX_BYTES =
|
|
33839
|
+
var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
|
|
33840
33840
|
|
|
33841
33841
|
// ../core/dist/direct-chat/notice-display.js
|
|
33842
33842
|
var AGENT_DIRECTED_NOTICE_KINDS = [
|
|
@@ -34975,6 +34975,12 @@ var FLAG_REGISTRY = [
|
|
|
34975
34975
|
// operational decision with blast radius, so mutations require confirmation.
|
|
34976
34976
|
sensitive: true
|
|
34977
34977
|
},
|
|
34978
|
+
{
|
|
34979
|
+
key: "frozen-customer-waiting-page",
|
|
34980
|
+
description: "Frozen-prompt-with-a-customer-waiting PAGE (ENG-8683): when ON, the responsiveness-probe route opens a `warning` `agent_frozen_customer_waiting` alert for an agent whose input watchdog gave up on the session AFTER a message was queued, and whose message is still unanswered past the window. Both halves were already measured in the same request and both were `info` (agent_input_stuck, agent_pending_inbound), which alert-pager drops before routing \u2014 so the condition was detected twice a minute and paged nobody. Defaults ON, unlike the usual ships-dark posture for anything that pages, because both inputs have been in observe mode for months (the input-stuck alarm has defaulted ON since ENG-6055, the pending-inbound metric has been written since ENG-6017) and the conjunction is strictly narrower than either \u2014 shipping it dark would make the fix a fleet-wide no-op and leave the ticket open in everything but name. Flip OFF from the admin Feature Flags page to disarm stage-wide; the wait window is tuned with the AUGMENTED_FROZEN_CUSTOMER_WAITING_SECONDS API tunable (default 300). No envVar: an API-evaluated flag with a declared envVar risks the ENG-8303 sst.config.ts pin, and a new AUGMENTED_*_ENABLED gate is what check-new-env-gates.sh rejects.",
|
|
34981
|
+
flagType: "boolean",
|
|
34982
|
+
defaultValue: true
|
|
34983
|
+
},
|
|
34978
34984
|
{
|
|
34979
34985
|
key: "promise-outstanding-alarm",
|
|
34980
34986
|
description: 'Outstanding-interim-promise alarm (ENG-8265): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm on `PromiseOutstandingOldestAgeSeconds` \u2014 an inbound the agent acknowledged with an interim reply ("on it") and never answered substantively. Closes the blind spot where an ack satisfied channel-silent-loss, refreshed pending-inbound, and left agent_stall with no in_progress card to see, so a broken promise looked like a served request. Defaults ON (armed on deploy) because the alert it opens is `info` severity \u2014 dashboard-only, never paged \u2014 so a day-one false positive costs a visible row, not a woken human. Flip OFF from the admin Feature Flags page to disarm stage-wide; the window itself is tuned with the AUGMENTED_PROMISE_OUTSTANDING_THRESHOLD_SECONDS API tunable (default 1800).',
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40174,7 +40174,7 @@ var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i)
|
|
|
40174
40174
|
|
|
40175
40175
|
// ../core/dist/direct-chat/upload.js
|
|
40176
40176
|
var MB2 = 1024 * 1024;
|
|
40177
|
-
var DIRECT_CHAT_UPLOAD_MAX_BYTES =
|
|
40177
|
+
var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
|
|
40178
40178
|
|
|
40179
40179
|
// ../core/dist/direct-chat/notice-display.js
|
|
40180
40180
|
var AGENT_DIRECTED_NOTICE_KINDS = [
|
|
@@ -40866,6 +40866,12 @@ var FLAG_REGISTRY = [
|
|
|
40866
40866
|
// operational decision with blast radius, so mutations require confirmation.
|
|
40867
40867
|
sensitive: true
|
|
40868
40868
|
},
|
|
40869
|
+
{
|
|
40870
|
+
key: "frozen-customer-waiting-page",
|
|
40871
|
+
description: "Frozen-prompt-with-a-customer-waiting PAGE (ENG-8683): when ON, the responsiveness-probe route opens a `warning` `agent_frozen_customer_waiting` alert for an agent whose input watchdog gave up on the session AFTER a message was queued, and whose message is still unanswered past the window. Both halves were already measured in the same request and both were `info` (agent_input_stuck, agent_pending_inbound), which alert-pager drops before routing \u2014 so the condition was detected twice a minute and paged nobody. Defaults ON, unlike the usual ships-dark posture for anything that pages, because both inputs have been in observe mode for months (the input-stuck alarm has defaulted ON since ENG-6055, the pending-inbound metric has been written since ENG-6017) and the conjunction is strictly narrower than either \u2014 shipping it dark would make the fix a fleet-wide no-op and leave the ticket open in everything but name. Flip OFF from the admin Feature Flags page to disarm stage-wide; the wait window is tuned with the AUGMENTED_FROZEN_CUSTOMER_WAITING_SECONDS API tunable (default 300). No envVar: an API-evaluated flag with a declared envVar risks the ENG-8303 sst.config.ts pin, and a new AUGMENTED_*_ENABLED gate is what check-new-env-gates.sh rejects.",
|
|
40872
|
+
flagType: "boolean",
|
|
40873
|
+
defaultValue: true
|
|
40874
|
+
},
|
|
40869
40875
|
{
|
|
40870
40876
|
key: "promise-outstanding-alarm",
|
|
40871
40877
|
description: 'Outstanding-interim-promise alarm (ENG-8265): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm on `PromiseOutstandingOldestAgeSeconds` \u2014 an inbound the agent acknowledged with an interim reply ("on it") and never answered substantively. Closes the blind spot where an ack satisfied channel-silent-loss, refreshed pending-inbound, and left agent_stall with no in_progress card to see, so a broken promise looked like a served request. Defaults ON (armed on deploy) because the alert it opens is `info` severity \u2014 dashboard-only, never paged \u2014 so a day-one false positive costs a visible row, not a woken human. Flip OFF from the admin Feature Flags page to disarm stage-wide; the window itself is tuned with the AUGMENTED_PROMISE_OUTSTANDING_THRESHOLD_SECONDS API tunable (default 1800).',
|
|
@@ -34225,7 +34225,7 @@ var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i)
|
|
|
34225
34225
|
|
|
34226
34226
|
// ../core/dist/direct-chat/upload.js
|
|
34227
34227
|
var MB2 = 1024 * 1024;
|
|
34228
|
-
var DIRECT_CHAT_UPLOAD_MAX_BYTES =
|
|
34228
|
+
var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
|
|
34229
34229
|
|
|
34230
34230
|
// ../core/dist/direct-chat/notice-display.js
|
|
34231
34231
|
var AGENT_DIRECTED_NOTICE_KINDS = [
|
|
@@ -35311,6 +35311,12 @@ var FLAG_REGISTRY = [
|
|
|
35311
35311
|
// operational decision with blast radius, so mutations require confirmation.
|
|
35312
35312
|
sensitive: true
|
|
35313
35313
|
},
|
|
35314
|
+
{
|
|
35315
|
+
key: "frozen-customer-waiting-page",
|
|
35316
|
+
description: "Frozen-prompt-with-a-customer-waiting PAGE (ENG-8683): when ON, the responsiveness-probe route opens a `warning` `agent_frozen_customer_waiting` alert for an agent whose input watchdog gave up on the session AFTER a message was queued, and whose message is still unanswered past the window. Both halves were already measured in the same request and both were `info` (agent_input_stuck, agent_pending_inbound), which alert-pager drops before routing \u2014 so the condition was detected twice a minute and paged nobody. Defaults ON, unlike the usual ships-dark posture for anything that pages, because both inputs have been in observe mode for months (the input-stuck alarm has defaulted ON since ENG-6055, the pending-inbound metric has been written since ENG-6017) and the conjunction is strictly narrower than either \u2014 shipping it dark would make the fix a fleet-wide no-op and leave the ticket open in everything but name. Flip OFF from the admin Feature Flags page to disarm stage-wide; the wait window is tuned with the AUGMENTED_FROZEN_CUSTOMER_WAITING_SECONDS API tunable (default 300). No envVar: an API-evaluated flag with a declared envVar risks the ENG-8303 sst.config.ts pin, and a new AUGMENTED_*_ENABLED gate is what check-new-env-gates.sh rejects.",
|
|
35317
|
+
flagType: "boolean",
|
|
35318
|
+
defaultValue: true
|
|
35319
|
+
},
|
|
35314
35320
|
{
|
|
35315
35321
|
key: "promise-outstanding-alarm",
|
|
35316
35322
|
description: 'Outstanding-interim-promise alarm (ENG-8265): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm on `PromiseOutstandingOldestAgeSeconds` \u2014 an inbound the agent acknowledged with an interim reply ("on it") and never answered substantively. Closes the blind spot where an ack satisfied channel-silent-loss, refreshed pending-inbound, and left agent_stall with no in_progress card to see, so a broken promise looked like a served request. Defaults ON (armed on deploy) because the alert it opens is `info` severity \u2014 dashboard-only, never paged \u2014 so a day-one false positive costs a visible row, not a woken human. Flip OFF from the admin Feature Flags page to disarm stage-wide; the window itself is tuned with the AUGMENTED_PROMISE_OUTSTANDING_THRESHOLD_SECONDS API tunable (default 1800).',
|
|
@@ -34384,7 +34384,7 @@ var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i)
|
|
|
34384
34384
|
|
|
34385
34385
|
// ../core/dist/direct-chat/upload.js
|
|
34386
34386
|
var MB2 = 1024 * 1024;
|
|
34387
|
-
var DIRECT_CHAT_UPLOAD_MAX_BYTES =
|
|
34387
|
+
var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
|
|
34388
34388
|
|
|
34389
34389
|
// ../core/dist/direct-chat/notice-display.js
|
|
34390
34390
|
var AGENT_DIRECTED_NOTICE_KINDS = [
|
|
@@ -35470,6 +35470,12 @@ var FLAG_REGISTRY = [
|
|
|
35470
35470
|
// operational decision with blast radius, so mutations require confirmation.
|
|
35471
35471
|
sensitive: true
|
|
35472
35472
|
},
|
|
35473
|
+
{
|
|
35474
|
+
key: "frozen-customer-waiting-page",
|
|
35475
|
+
description: "Frozen-prompt-with-a-customer-waiting PAGE (ENG-8683): when ON, the responsiveness-probe route opens a `warning` `agent_frozen_customer_waiting` alert for an agent whose input watchdog gave up on the session AFTER a message was queued, and whose message is still unanswered past the window. Both halves were already measured in the same request and both were `info` (agent_input_stuck, agent_pending_inbound), which alert-pager drops before routing \u2014 so the condition was detected twice a minute and paged nobody. Defaults ON, unlike the usual ships-dark posture for anything that pages, because both inputs have been in observe mode for months (the input-stuck alarm has defaulted ON since ENG-6055, the pending-inbound metric has been written since ENG-6017) and the conjunction is strictly narrower than either \u2014 shipping it dark would make the fix a fleet-wide no-op and leave the ticket open in everything but name. Flip OFF from the admin Feature Flags page to disarm stage-wide; the wait window is tuned with the AUGMENTED_FROZEN_CUSTOMER_WAITING_SECONDS API tunable (default 300). No envVar: an API-evaluated flag with a declared envVar risks the ENG-8303 sst.config.ts pin, and a new AUGMENTED_*_ENABLED gate is what check-new-env-gates.sh rejects.",
|
|
35476
|
+
flagType: "boolean",
|
|
35477
|
+
defaultValue: true
|
|
35478
|
+
},
|
|
35473
35479
|
{
|
|
35474
35480
|
key: "promise-outstanding-alarm",
|
|
35475
35481
|
description: 'Outstanding-interim-promise alarm (ENG-8265): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm on `PromiseOutstandingOldestAgeSeconds` \u2014 an inbound the agent acknowledged with an interim reply ("on it") and never answered substantively. Closes the blind spot where an ack satisfied channel-silent-loss, refreshed pending-inbound, and left agent_stall with no in_progress card to see, so a broken promise looked like a served request. Defaults ON (armed on deploy) because the alert it opens is `info` severity \u2014 dashboard-only, never paged \u2014 so a day-one false positive costs a visible row, not a woken human. Flip OFF from the admin Feature Flags page to disarm stage-wide; the window itself is tuned with the AUGMENTED_PROMISE_OUTSTANDING_THRESHOLD_SECONDS API tunable (default 1800).',
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
writeDirectChatSessionState,
|
|
42
42
|
writeEgressAllowlist,
|
|
43
43
|
writePersistentClaudeWrapper
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-MWGJOFRI.js";
|
|
45
45
|
import "./chunk-XWVM4KPK.js";
|
|
46
46
|
export {
|
|
47
47
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
writeEgressAllowlist,
|
|
88
88
|
writePersistentClaudeWrapper
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=persistent-session-
|
|
90
|
+
//# sourceMappingURL=persistent-session-55IQBW5G.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MWGJOFRI.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-VX6DFDNA.js.map
|