@integrity-labs/agt-cli 0.27.135 → 0.27.137

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.
@@ -9,7 +9,7 @@ import {
9
9
  parseDeliveryTarget,
10
10
  registerFramework,
11
11
  wrapScheduledTaskPrompt
12
- } from "./chunk-KZGU4X3A.js";
12
+ } from "./chunk-TDMOEMDM.js";
13
13
 
14
14
  // ../../packages/core/dist/integrations/registry.js
15
15
  var INTEGRATION_REGISTRY = [
@@ -5054,6 +5054,12 @@ function buildMcpJson(input) {
5054
5054
  // dashboard links) in tool replies. Falls back to NEXT_PUBLIC_APP_URL
5055
5055
  // / AGT_CONSOLE_URL — same chain consoleUrl uses for kanban links.
5056
5056
  AGT_APP_URL: process.env["AGT_APP_URL"] ?? process.env["NEXT_PUBLIC_APP_URL"] ?? process.env["AGT_CONSOLE_URL"] ?? "",
5057
+ // ENG-6229: arms the in-session `request_restart` self-restart tool.
5058
+ // Read at provision time from the manager's env (like AGT_HOST above),
5059
+ // NOT a per-spawn `${...}` template — it's a host-level gate. Empty by
5060
+ // default ⇒ the tool isn't registered at all (ships dark). When an
5061
+ // operator sets it on the host, the next /host/refresh bakes it in.
5062
+ AGT_AGENT_SELF_RESTART_ENABLED: process.env["AGT_AGENT_SELF_RESTART_ENABLED"] ?? "",
5057
5063
  // Include PATH/HOME so the MCP subprocess can resolve binaries
5058
5064
  PATH: process.env["PATH"] ?? "",
5059
5065
  HOME: process.env["HOME"] ?? ""
@@ -7725,4 +7731,4 @@ export {
7725
7731
  managerInstallSystemUnitCommand,
7726
7732
  managerUninstallSystemUnitCommand
7727
7733
  };
7728
- //# sourceMappingURL=chunk-HC7B2OVZ.js.map
7734
+ //# sourceMappingURL=chunk-UIRCFCED.js.map