@integrity-labs/agt-cli 0.28.41 → 0.28.43

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.
@@ -27,7 +27,7 @@ import {
27
27
  requireHost,
28
28
  safeWriteJsonAtomic,
29
29
  setConfigHash
30
- } from "../chunk-GBST6UWT.js";
30
+ } from "../chunk-Q7ZS6P56.js";
31
31
  import {
32
32
  getProjectDir as getProjectDir2,
33
33
  getReadyTasks,
@@ -6626,7 +6626,7 @@ var cachedMaintenanceWindow = null;
6626
6626
  var lastVersionCheckAt = 0;
6627
6627
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6628
6628
  var lastResponsivenessProbeAt = 0;
6629
- var agtCliVersion = true ? "0.28.41" : "dev";
6629
+ var agtCliVersion = true ? "0.28.43" : "dev";
6630
6630
  function resolveBrewPath(execFileSync4) {
6631
6631
  try {
6632
6632
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -19739,7 +19739,7 @@ async function connectSocketMode() {
19739
19739
  if (channel && !isFromBot && evt.user !== botUserId) {
19740
19740
  resetThread(channel, threadTs);
19741
19741
  }
19742
- const isAutoFollowed = evt.type === "message" && isThreadReply && !!threadKey && trackedThreads.has(threadKey);
19742
+ const isAutoFollowed = !isDirectMessage && evt.type === "message" && isThreadReply && !!threadKey && trackedThreads.has(threadKey);
19743
19743
  const shouldEngage = decideSlackEngagement({
19744
19744
  type: evt.type ?? "message",
19745
19745
  text,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.41",
3
+ "version": "0.28.43",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {