@integrity-labs/agt-cli 0.28.426 → 0.28.428
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-XDODHW3I.js → chunk-AX4F6XJ3.js} +7 -1134
- package/dist/chunk-AX4F6XJ3.js.map +1 -0
- package/dist/{chunk-HXP4I5QZ.js → chunk-IILXBXBL.js} +1152 -7
- package/dist/chunk-IILXBXBL.js.map +1 -0
- package/dist/{claude-pair-runtime-OONIISXX.js → claude-pair-runtime-VQSF5CRA.js} +2 -2
- package/dist/lib/manager-worker.js +239 -200
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +7 -0
- package/dist/mcp/origami.js +7 -0
- package/dist/mcp/slack-channel.js +7 -0
- package/dist/mcp/telegram-channel.js +7 -0
- package/dist/{persistent-session-AKMSEWFL.js → persistent-session-ISMSVPQY.js} +2 -2
- package/dist/{responsiveness-probe-FAIPVVYA.js → responsiveness-probe-S5E3ZHSR.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-HXP4I5QZ.js.map +0 -1
- package/dist/chunk-XDODHW3I.js.map +0 -1
- /package/dist/{claude-pair-runtime-OONIISXX.js.map → claude-pair-runtime-VQSF5CRA.js.map} +0 -0
- /package/dist/{persistent-session-AKMSEWFL.js.map → persistent-session-ISMSVPQY.js.map} +0 -0
- /package/dist/{responsiveness-probe-FAIPVVYA.js.map → responsiveness-probe-S5E3ZHSR.js.map} +0 -0
|
@@ -34908,6 +34908,13 @@ var FLAG_REGISTRY = [
|
|
|
34908
34908
|
defaultValue: false,
|
|
34909
34909
|
envVar: "AGT_MODEL_API_ERROR_REPORTING_ENABLED"
|
|
34910
34910
|
},
|
|
34911
|
+
{
|
|
34912
|
+
key: "claude-md-skills-index",
|
|
34913
|
+
description: `Manager injects the "## Available Skills" bullet list (one line per installed skill, name + frontmatter description) into the agent's project CLAUDE.md. Claude Code already surfaces installed skills to the model natively from .claude/skills/*/SKILL.md, so on current models the list is duplicated context - and an expensive one: it measured 12,045 chars across 29 skills on a prod agent, pushing project/CLAUDE.md to 51k against Claude Code's 40,000-char ceiling, past which the tail of the agent's own system prompt is silently truncated. OFF suppresses ONLY the skill bullets; the "Updating Integrations" guidance in the same managed block is real instruction and is always kept. Defaults ON (today's behaviour) - flip OFF per org to reclaim the headroom.`,
|
|
34914
|
+
flagType: "boolean",
|
|
34915
|
+
defaultValue: true,
|
|
34916
|
+
envVar: "AGT_CLAUDE_MD_SKILLS_INDEX_ENABLED"
|
|
34917
|
+
},
|
|
34911
34918
|
{
|
|
34912
34919
|
key: "wedge-transient-notice",
|
|
34913
34920
|
description: 'When a wedge-respawn was preceded by a transient LLM-API error (529/429/503/500 that exhausted its retries and wedged the turn), the manager writes the ENG-6058 give-up signal tagged reason=transient_overload so the channel sweeps post a friendly "I hit a brief overload \u2014 please resend" notice instead of leaving the user in silence (ENG-7360, extends ENG-6861 to the retry-exhaustion + wedge path). Boolean gate; ships dark \u2014 channel-visible copy soaks per host before going wide.',
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40511,6 +40511,13 @@ var FLAG_REGISTRY = [
|
|
|
40511
40511
|
defaultValue: false,
|
|
40512
40512
|
envVar: "AGT_MODEL_API_ERROR_REPORTING_ENABLED"
|
|
40513
40513
|
},
|
|
40514
|
+
{
|
|
40515
|
+
key: "claude-md-skills-index",
|
|
40516
|
+
description: `Manager injects the "## Available Skills" bullet list (one line per installed skill, name + frontmatter description) into the agent's project CLAUDE.md. Claude Code already surfaces installed skills to the model natively from .claude/skills/*/SKILL.md, so on current models the list is duplicated context - and an expensive one: it measured 12,045 chars across 29 skills on a prod agent, pushing project/CLAUDE.md to 51k against Claude Code's 40,000-char ceiling, past which the tail of the agent's own system prompt is silently truncated. OFF suppresses ONLY the skill bullets; the "Updating Integrations" guidance in the same managed block is real instruction and is always kept. Defaults ON (today's behaviour) - flip OFF per org to reclaim the headroom.`,
|
|
40517
|
+
flagType: "boolean",
|
|
40518
|
+
defaultValue: true,
|
|
40519
|
+
envVar: "AGT_CLAUDE_MD_SKILLS_INDEX_ENABLED"
|
|
40520
|
+
},
|
|
40514
40521
|
{
|
|
40515
40522
|
key: "wedge-transient-notice",
|
|
40516
40523
|
description: 'When a wedge-respawn was preceded by a transient LLM-API error (529/429/503/500 that exhausted its retries and wedged the turn), the manager writes the ENG-6058 give-up signal tagged reason=transient_overload so the channel sweeps post a friendly "I hit a brief overload \u2014 please resend" notice instead of leaving the user in silence (ENG-7360, extends ENG-6861 to the retry-exhaustion + wedge path). Boolean gate; ships dark \u2014 channel-visible copy soaks per host before going wide.',
|
|
@@ -34478,6 +34478,13 @@ var FLAG_REGISTRY = [
|
|
|
34478
34478
|
defaultValue: false,
|
|
34479
34479
|
envVar: "AGT_MODEL_API_ERROR_REPORTING_ENABLED"
|
|
34480
34480
|
},
|
|
34481
|
+
{
|
|
34482
|
+
key: "claude-md-skills-index",
|
|
34483
|
+
description: `Manager injects the "## Available Skills" bullet list (one line per installed skill, name + frontmatter description) into the agent's project CLAUDE.md. Claude Code already surfaces installed skills to the model natively from .claude/skills/*/SKILL.md, so on current models the list is duplicated context - and an expensive one: it measured 12,045 chars across 29 skills on a prod agent, pushing project/CLAUDE.md to 51k against Claude Code's 40,000-char ceiling, past which the tail of the agent's own system prompt is silently truncated. OFF suppresses ONLY the skill bullets; the "Updating Integrations" guidance in the same managed block is real instruction and is always kept. Defaults ON (today's behaviour) - flip OFF per org to reclaim the headroom.`,
|
|
34484
|
+
flagType: "boolean",
|
|
34485
|
+
defaultValue: true,
|
|
34486
|
+
envVar: "AGT_CLAUDE_MD_SKILLS_INDEX_ENABLED"
|
|
34487
|
+
},
|
|
34481
34488
|
{
|
|
34482
34489
|
key: "wedge-transient-notice",
|
|
34483
34490
|
description: 'When a wedge-respawn was preceded by a transient LLM-API error (529/429/503/500 that exhausted its retries and wedged the turn), the manager writes the ENG-6058 give-up signal tagged reason=transient_overload so the channel sweeps post a friendly "I hit a brief overload \u2014 please resend" notice instead of leaving the user in silence (ENG-7360, extends ENG-6861 to the retry-exhaustion + wedge path). Boolean gate; ships dark \u2014 channel-visible copy soaks per host before going wide.',
|
|
@@ -34780,6 +34780,13 @@ var FLAG_REGISTRY = [
|
|
|
34780
34780
|
defaultValue: false,
|
|
34781
34781
|
envVar: "AGT_MODEL_API_ERROR_REPORTING_ENABLED"
|
|
34782
34782
|
},
|
|
34783
|
+
{
|
|
34784
|
+
key: "claude-md-skills-index",
|
|
34785
|
+
description: `Manager injects the "## Available Skills" bullet list (one line per installed skill, name + frontmatter description) into the agent's project CLAUDE.md. Claude Code already surfaces installed skills to the model natively from .claude/skills/*/SKILL.md, so on current models the list is duplicated context - and an expensive one: it measured 12,045 chars across 29 skills on a prod agent, pushing project/CLAUDE.md to 51k against Claude Code's 40,000-char ceiling, past which the tail of the agent's own system prompt is silently truncated. OFF suppresses ONLY the skill bullets; the "Updating Integrations" guidance in the same managed block is real instruction and is always kept. Defaults ON (today's behaviour) - flip OFF per org to reclaim the headroom.`,
|
|
34786
|
+
flagType: "boolean",
|
|
34787
|
+
defaultValue: true,
|
|
34788
|
+
envVar: "AGT_CLAUDE_MD_SKILLS_INDEX_ENABLED"
|
|
34789
|
+
},
|
|
34783
34790
|
{
|
|
34784
34791
|
key: "wedge-transient-notice",
|
|
34785
34792
|
description: 'When a wedge-respawn was preceded by a transient LLM-API error (529/429/503/500 that exhausted its retries and wedged the turn), the manager writes the ENG-6058 give-up signal tagged reason=transient_overload so the channel sweeps post a friendly "I hit a brief overload \u2014 please resend" notice instead of leaving the user in silence (ENG-7360, extends ENG-6861 to the retry-exhaustion + wedge path). Boolean gate; ships dark \u2014 channel-visible copy soaks per host before going wide.',
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-IILXBXBL.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-ISMSVPQY.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-IILXBXBL.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -471,4 +471,4 @@ export {
|
|
|
471
471
|
readAndResetSlackReplyBindingClassifications,
|
|
472
472
|
readAndResetSlackReplyTargetClassifications
|
|
473
473
|
};
|
|
474
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
474
|
+
//# sourceMappingURL=responsiveness-probe-S5E3ZHSR.js.map
|