@integrity-labs/agt-cli 0.16.6 → 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.
package/dist/bin/agt.js CHANGED
@@ -48,7 +48,7 @@ import {
48
48
  success,
49
49
  table,
50
50
  warn
51
- } from "../chunk-PBHUXNV6.js";
51
+ } from "../chunk-UT7OLJ6Z.js";
52
52
 
53
53
  // src/bin/agt.ts
54
54
  import { join as join10 } from "path";
@@ -3732,7 +3732,7 @@ import { execFileSync, execSync } from "child_process";
3732
3732
  import { existsSync as existsSync5, realpathSync } from "fs";
3733
3733
  import chalk17 from "chalk";
3734
3734
  import ora15 from "ora";
3735
- var cliVersion = true ? "0.16.6" : "dev";
3735
+ var cliVersion = true ? "0.16.7" : "dev";
3736
3736
  async function fetchLatestVersion() {
3737
3737
  const host2 = getHost();
3738
3738
  if (!host2) return null;
@@ -4190,7 +4190,7 @@ function handleError(err) {
4190
4190
  }
4191
4191
 
4192
4192
  // src/bin/agt.ts
4193
- var cliVersion2 = true ? "0.16.6" : "dev";
4193
+ var cliVersion2 = true ? "0.16.7" : "dev";
4194
4194
  var program = new Command();
4195
4195
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
4196
4196
  program.hook("preAction", (thisCommand) => {
@@ -7651,4 +7651,4 @@ export {
7651
7651
  managerInstallCommand,
7652
7652
  managerUninstallCommand
7653
7653
  };
7654
- //# sourceMappingURL=chunk-PBHUXNV6.js.map
7654
+ //# sourceMappingURL=chunk-UT7OLJ6Z.js.map
@@ -22,7 +22,7 @@ import {
22
22
  resolveChannels,
23
23
  resolveDmTarget,
24
24
  wrapScheduledTaskPrompt
25
- } from "../chunk-PBHUXNV6.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.6" : "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
  ];