@blogic-cz/agent-tools 0.2.5 → 0.2.6
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/package.json
CHANGED
|
@@ -389,8 +389,8 @@ export function createCredentialGuard(config?: CredentialGuardConfig): Credentia
|
|
|
389
389
|
throw new Error(
|
|
390
390
|
`\u{1F6AB} Direct ${blockedTool.name} usage blocked.\n\n` +
|
|
391
391
|
`AI agents must use wrapper tools for security and audit.\n\n` +
|
|
392
|
-
`Use instead: ${blockedTool.wrapper}\n\n` +
|
|
393
|
-
`
|
|
392
|
+
`Use instead: bun ${blockedTool.wrapper}\n\n` +
|
|
393
|
+
`Example: bun ${blockedTool.wrapper} --help\n\n` +
|
|
394
394
|
`Think this tool should be allowed? See https://github.com/blogic-cz/agent-tools — fork, extend the whitelist, and submit a PR.`,
|
|
395
395
|
);
|
|
396
396
|
}
|