@integrity-labs/agt-cli 0.25.2 → 0.26.1

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
@@ -26,7 +26,7 @@ import {
26
26
  success,
27
27
  table,
28
28
  warn
29
- } from "../chunk-U4DAVDAZ.js";
29
+ } from "../chunk-UTPOHAX7.js";
30
30
  import {
31
31
  CHANNEL_REGISTRY,
32
32
  DEPLOYMENT_TEMPLATES,
@@ -52,7 +52,7 @@ import {
52
52
  renderTemplate,
53
53
  resolveChannels,
54
54
  serializeManifestForSlackCli
55
- } from "../chunk-VWOXS4YP.js";
55
+ } from "../chunk-7NDNTSHD.js";
56
56
 
57
57
  // src/bin/agt.ts
58
58
  import { join as join10 } from "path";
@@ -3736,7 +3736,7 @@ import { execFileSync, execSync } from "child_process";
3736
3736
  import { existsSync as existsSync5, realpathSync } from "fs";
3737
3737
  import chalk17 from "chalk";
3738
3738
  import ora15 from "ora";
3739
- var cliVersion = true ? "0.25.2" : "dev";
3739
+ var cliVersion = true ? "0.26.1" : "dev";
3740
3740
  async function fetchLatestVersion() {
3741
3741
  const host2 = getHost();
3742
3742
  if (!host2) return null;
@@ -4268,7 +4268,7 @@ function handleError(err) {
4268
4268
  }
4269
4269
 
4270
4270
  // src/bin/agt.ts
4271
- var cliVersion2 = true ? "0.25.2" : "dev";
4271
+ var cliVersion2 = true ? "0.26.1" : "dev";
4272
4272
  var program = new Command();
4273
4273
  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");
4274
4274
  program.hook("preAction", (thisCommand) => {
@@ -1082,9 +1082,6 @@ function formatRunMarker(runId) {
1082
1082
  }
1083
1083
  var RUN_MARKER_RE = /<!--\s*agt-run:([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})\s*-->/;
1084
1084
 
1085
- // ../../packages/core/dist/loops/kanban-loop.js
1086
- var KANBAN_LOOP_COMMAND = "/loop 5m kanban_list \u2014 follow Kanban Work Policy.";
1087
-
1088
1085
  // ../../packages/core/dist/loops/kanban-check.js
1089
1086
  var KANBAN_CHECK_COMMAND = "kanban_list \u2014 pick up any actionable items if you are free.";
1090
1087
 
@@ -3117,11 +3114,11 @@ function resolveConnectivityProbe(input) {
3117
3114
  const { definitionId, sourceType, authType } = input;
3118
3115
  if (authType === "managed" || sourceType === "managed") {
3119
3116
  return {
3120
- kind: "composio_account",
3117
+ kind: "mcp_tools_list",
3121
3118
  sourceType: "managed",
3122
3119
  readOnly: true,
3123
- label: `${definitionId}: connected-account check`,
3124
- centralReachable: true
3120
+ label: `${definitionId}: MCP tools/list (managed)`,
3121
+ centralReachable: false
3125
3122
  };
3126
3123
  }
3127
3124
  if (HTTP_PROBE_PROVIDERS.has(definitionId)) {
@@ -3744,7 +3741,6 @@ export {
3744
3741
  parseTranscriptUsage,
3745
3742
  isEmptyTotals,
3746
3743
  attributeTranscriptUsageByRun,
3747
- KANBAN_LOOP_COMMAND,
3748
3744
  KANBAN_CHECK_COMMAND
3749
3745
  };
3750
- //# sourceMappingURL=chunk-VWOXS4YP.js.map
3746
+ //# sourceMappingURL=chunk-7NDNTSHD.js.map