@integrity-labs/agt-cli 0.27.32 → 0.27.34

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.
@@ -15,7 +15,7 @@ import {
15
15
  provisionOrientHook,
16
16
  provisionStopHook,
17
17
  requireHost
18
- } from "../chunk-J5BIXLKB.js";
18
+ } from "../chunk-YC4QZFI4.js";
19
19
  import {
20
20
  getProjectDir as getProjectDir2,
21
21
  getReadyTasks,
@@ -3344,7 +3344,7 @@ var cachedFrameworkVersion = null;
3344
3344
  var lastVersionCheckAt = 0;
3345
3345
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3346
3346
  var lastResponsivenessProbeAt = 0;
3347
- var agtCliVersion = true ? "0.27.32" : "dev";
3347
+ var agtCliVersion = true ? "0.27.34" : "dev";
3348
3348
  function resolveBrewPath(execFileSync4) {
3349
3349
  try {
3350
3350
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -14291,7 +14291,7 @@ function politeDeclineCopy(reason) {
14291
14291
  case "mode_manager_only":
14292
14292
  return "Sorry, I only respond to my manager in this channel.";
14293
14293
  case "mode_team_only":
14294
- return "Sorry, I only respond to people on my team in this channel.";
14294
+ return "Sorry, this agent only replies to its team members.";
14295
14295
  case "mode_team_agents_only":
14296
14296
  return "Sorry, I only respond to agents on my team in this channel.";
14297
14297
  case "mode_agents_only":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.32",
3
+ "version": "0.27.34",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {