@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blogic-cz/agent-tools",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "CLI tools for AI coding agent workflows — GitHub, database, Kubernetes, Azure DevOps, logs, and sessions",
5
5
  "keywords": [
6
6
  "agent",
@@ -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
- `Run with --help for documentation.\n\n` +
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
  }