@integrity-labs/agt-cli 0.28.159 → 0.28.160

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.
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  CHANNEL_REGISTRY,
3
3
  DEFAULT_MODELS,
4
+ FRAMEWORK_DEPRECATION,
4
5
  OAUTH_PROVIDERS,
5
6
  coerceEnvValue,
6
7
  expandTemplateVars,
@@ -22,7 +23,7 @@ import {
22
23
  resolveConnectivityProbe,
23
24
  worseConnectivityOutcome,
24
25
  wrapScheduledTaskPrompt
25
- } from "./chunk-SAAK2IP4.js";
26
+ } from "./chunk-65FVM2UA.js";
26
27
 
27
28
  // ../../packages/core/dist/integrations/registry.js
28
29
  var INTEGRATION_REGISTRY = [
@@ -1273,6 +1274,7 @@ function ensureCronEnabled(codeName) {
1273
1274
  var openclawAdapter = {
1274
1275
  id: "openclaw",
1275
1276
  label: "OpenClaw",
1277
+ deprecated: FRAMEWORK_DEPRECATION["openclaw"],
1276
1278
  cliBinary: "openclaw",
1277
1279
  getAgentDir(codeName) {
1278
1280
  return join2(getHomeDir(), ".augmented", codeName);
@@ -2232,6 +2234,7 @@ async function syncLocalAssetsToRemote(codeName) {
2232
2234
  var nemoClawAdapter = {
2233
2235
  id: "nemoclaw",
2234
2236
  label: "NemoClaw (Cloud)",
2237
+ deprecated: FRAMEWORK_DEPRECATION["nemoclaw"],
2235
2238
  cliBinary: "nemoclaw",
2236
2239
  getAgentDir(codeName) {
2237
2240
  return join3(homedir2(), ".augmented", codeName);
@@ -7771,6 +7774,7 @@ function buildMcpServers(input) {
7771
7774
  var ManagedAgentsAdapter = {
7772
7775
  id: "managed-agents",
7773
7776
  label: "Managed Agents (Anthropic Cloud)",
7777
+ deprecated: FRAMEWORK_DEPRECATION["managed-agents"],
7774
7778
  getAgentDir(codeName) {
7775
7779
  return join5(homedir4(), ".augmented", codeName);
7776
7780
  },
@@ -7924,7 +7928,7 @@ function requireHost() {
7924
7928
  }
7925
7929
 
7926
7930
  // src/lib/api-client.ts
7927
- var agtCliVersion = true ? "0.28.159" : "dev";
7931
+ var agtCliVersion = true ? "0.28.160" : "dev";
7928
7932
  var lastConfigHash = null;
7929
7933
  function setConfigHash(hash) {
7930
7934
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9229,4 +9233,4 @@ export {
9229
9233
  managerInstallSystemUnitCommand,
9230
9234
  managerUninstallSystemUnitCommand
9231
9235
  };
9232
- //# sourceMappingURL=chunk-PGW3CTYR.js.map
9236
+ //# sourceMappingURL=chunk-23U3HSVH.js.map