@integrity-labs/agt-cli 0.27.48 → 0.27.50
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.
|
@@ -4482,6 +4482,7 @@ function buildChannelMessageHandlerAgent(args) {
|
|
|
4482
4482
|
"Glob",
|
|
4483
4483
|
"Skill",
|
|
4484
4484
|
"Agent",
|
|
4485
|
+
"ToolSearch",
|
|
4485
4486
|
...mcpWildcards
|
|
4486
4487
|
].join(", ");
|
|
4487
4488
|
const integrationsBlock = integrations.length === 0 ? "" : `
|
|
@@ -4533,6 +4534,7 @@ function buildAugmentedWorkerAgent(args) {
|
|
|
4533
4534
|
"Glob",
|
|
4534
4535
|
"Skill",
|
|
4535
4536
|
"Agent",
|
|
4537
|
+
"ToolSearch",
|
|
4536
4538
|
...mcpWildcards
|
|
4537
4539
|
].join(", ");
|
|
4538
4540
|
const integrationsBlock = integrations.length === 0 ? "" : `
|
|
@@ -7120,4 +7122,4 @@ export {
|
|
|
7120
7122
|
managerInstallSystemUnitCommand,
|
|
7121
7123
|
managerUninstallSystemUnitCommand
|
|
7122
7124
|
};
|
|
7123
|
-
//# sourceMappingURL=chunk-
|
|
7125
|
+
//# sourceMappingURL=chunk-RMYQBP26.js.map
|