@integrity-labs/agt-cli 0.28.447 → 0.28.449
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-ZZX5YKRV.js → chunk-ESZRW7A3.js} +36 -28
- package/dist/chunk-ESZRW7A3.js.map +1 -0
- package/dist/{chunk-FUFWZKTD.js → chunk-MDD7H7EP.js} +4 -4
- package/dist/chunk-MDD7H7EP.js.map +1 -0
- package/dist/{claude-pair-runtime-QRPID3CT.js → claude-pair-runtime-RCH4LKDE.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/slack-channel.js +153 -120
- package/dist/{persistent-session-ZFYA3PVC.js → persistent-session-7HZXY56P.js} +2 -2
- package/dist/{responsiveness-probe-AKOCOY53.js → responsiveness-probe-AIA7ZEBW.js} +59 -2
- package/dist/responsiveness-probe-AIA7ZEBW.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-FUFWZKTD.js.map +0 -1
- package/dist/chunk-ZZX5YKRV.js.map +0 -1
- package/dist/responsiveness-probe-AKOCOY53.js.map +0 -1
- /package/dist/{claude-pair-runtime-QRPID3CT.js.map → claude-pair-runtime-RCH4LKDE.js.map} +0 -0
- /package/dist/{persistent-session-ZFYA3PVC.js.map → persistent-session-7HZXY56P.js.map} +0 -0
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
resolveConnectivityProbe,
|
|
30
30
|
worseConnectivityOutcome,
|
|
31
31
|
wrapScheduledTaskPrompt
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-ESZRW7A3.js";
|
|
33
33
|
import {
|
|
34
34
|
parsePsRows
|
|
35
35
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -2962,7 +2962,7 @@ If a capability seems missing, **check first** \u2014 run the CLI, list tools (\
|
|
|
2962
2962
|
`;
|
|
2963
2963
|
return `---
|
|
2964
2964
|
name: augmented-worker
|
|
2965
|
-
description: Background worker for multi-step tool tasks the parent doesn't want to inline (data pulls, multi-API workflows, CRM enrichments, research that needs MCP tools). Carries an explicit \`mcp__*\` wildcard allowlist for every server the parent has wired
|
|
2965
|
+
description: Background worker for multi-step tool tasks the parent doesn't want to inline (data pulls, multi-API workflows, CRM enrichments, research that needs MCP tools). Carries an explicit \`mcp__*\` wildcard allowlist for every server the parent has wired, so it gets the tool surface the task needs and no more \u2014 **prefer it over \`general-purpose\` for MCP-tool dispatch**, and reach for \`general-purpose\` (the inherit-all wildcard form) only when you need something outside the allowlist. Historical, do not reintroduce \u2014 [anthropics/claude-code#64909](https://github.com/anthropics/claude-code/issues/64909) used to leave \`tools:\`-allowlisted sub-agents with an empty MCP registry (every \`mcp__*\` call returning "No such tool available."), which is why this description once steered dispatch to \`general-purpose\`. Anthropic fixed it in v2.1.163 and it was re-verified on 2026-07-29 \u2014 see [[ENG-8219]].
|
|
2966
2966
|
background: true
|
|
2967
2967
|
tools: ${tools}
|
|
2968
2968
|
---
|
|
@@ -4910,7 +4910,7 @@ function requireHost() {
|
|
|
4910
4910
|
}
|
|
4911
4911
|
|
|
4912
4912
|
// src/lib/api-client.ts
|
|
4913
|
-
var agtCliVersion = true ? "0.28.
|
|
4913
|
+
var agtCliVersion = true ? "0.28.449" : "dev";
|
|
4914
4914
|
var lastConfigHash = null;
|
|
4915
4915
|
function setConfigHash(hash) {
|
|
4916
4916
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -7411,4 +7411,4 @@ export {
|
|
|
7411
7411
|
managerInstallSystemUnitCommand,
|
|
7412
7412
|
managerUninstallSystemUnitCommand
|
|
7413
7413
|
};
|
|
7414
|
-
//# sourceMappingURL=chunk-
|
|
7414
|
+
//# sourceMappingURL=chunk-MDD7H7EP.js.map
|