@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.
@@ -29,7 +29,7 @@ import {
29
29
  resolveConnectivityProbe,
30
30
  worseConnectivityOutcome,
31
31
  wrapScheduledTaskPrompt
32
- } from "./chunk-ZZX5YKRV.js";
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. **Until [anthropics/claude-code#64909](https://github.com/anthropics/claude-code/issues/64909) ships an upstream fix, prefer \`subagent_type: general-purpose\` for MCP-tool dispatch** \u2014 the bug is in Claude Code's sub-agent dispatch path: sub-agents with an explicit \`tools:\` allowlist get an empty MCP tool registry (every \`mcp__*\` call returns "No such tool available."), while \`general-purpose\` (\`tools: *\` inherit-all) correctly binds the full MCP surface. This subagent's allowlist is correct and will work the moment Anthropic lands the fix; until then it is retained for the eventual structural fix and the rare case where you specifically need a restricted tool surface AND can accept the MCP gap. See [[ENG-5938]] for the workaround tracker.
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.447" : "dev";
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-FUFWZKTD.js.map
7414
+ //# sourceMappingURL=chunk-MDD7H7EP.js.map