@integrity-labs/agt-cli 0.16.3 → 0.16.7

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.
@@ -22,7 +22,7 @@ import {
22
22
  resolveChannels,
23
23
  resolveDmTarget,
24
24
  wrapScheduledTaskPrompt
25
- } from "../chunk-ZQFCMUNR.js";
25
+ } from "../chunk-UT7OLJ6Z.js";
26
26
  import {
27
27
  findTaskByTemplate,
28
28
  getProjectDir,
@@ -1484,7 +1484,7 @@ function clearAgentCaches(agentId, codeName) {
1484
1484
  var cachedFrameworkVersion = null;
1485
1485
  var lastVersionCheckAt = 0;
1486
1486
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
1487
- var agtCliVersion = true ? "0.16.3" : "dev";
1487
+ var agtCliVersion = true ? "0.16.7" : "dev";
1488
1488
  function resolveBrewPath(execFileSync2) {
1489
1489
  try {
1490
1490
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -3898,7 +3898,8 @@ async function executeAndProcessClaudeTask(codeName, agentId, task, prompt) {
3898
3898
  "--mcp-config",
3899
3899
  mcpConfigPath,
3900
3900
  "--strict-mcp-config",
3901
- "--dangerously-skip-permissions",
3901
+ "--permission-mode",
3902
+ "auto",
3902
3903
  "--allowedTools",
3903
3904
  allowedTools
3904
3905
  ];
@@ -4585,6 +4586,8 @@ async function processDirectChatMessage(agent, msg) {
4585
4586
  "--mcp-config",
4586
4587
  mcpConfigPath,
4587
4588
  "--strict-mcp-config",
4589
+ "--permission-mode",
4590
+ "auto",
4588
4591
  "--allowedTools",
4589
4592
  allowedTools
4590
4593
  ];