agent-transport-system 0.7.87 → 0.7.88
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/ats.js +7 -12
- package/dist/ats.js.map +1 -1
- package/package.json +1 -1
package/dist/ats.js
CHANGED
|
@@ -30,7 +30,7 @@ import { Box, Container, Editor, Key, ProcessTerminal, TUI, Text, getEditorKeybi
|
|
|
30
30
|
import { ReadStream, WriteStream } from "node:tty";
|
|
31
31
|
|
|
32
32
|
//#region package.json
|
|
33
|
-
var version = "0.7.
|
|
33
|
+
var version = "0.7.88";
|
|
34
34
|
var package_default = {
|
|
35
35
|
$schema: "https://www.schemastore.org/package.json",
|
|
36
36
|
name: "agent-transport-system",
|
|
@@ -32192,12 +32192,7 @@ ${args}
|
|
|
32192
32192
|
<key>RunAtLoad</key>
|
|
32193
32193
|
<true/>
|
|
32194
32194
|
<key>KeepAlive</key>
|
|
32195
|
-
<
|
|
32196
|
-
<key>SuccessfulExit</key>
|
|
32197
|
-
<false/>
|
|
32198
|
-
<key>Crashed</key>
|
|
32199
|
-
<true/>
|
|
32200
|
-
</dict>
|
|
32195
|
+
<true/>
|
|
32201
32196
|
<key>EnvironmentVariables</key>
|
|
32202
32197
|
<dict>
|
|
32203
32198
|
${envRows}
|
|
@@ -96327,19 +96322,19 @@ async function runSetupUnlocked(input) {
|
|
|
96327
96322
|
rows: [
|
|
96328
96323
|
{
|
|
96329
96324
|
label: "Status",
|
|
96330
|
-
value: "
|
|
96325
|
+
value: "ATS Service is running in the background."
|
|
96331
96326
|
},
|
|
96332
96327
|
{
|
|
96333
|
-
label: "
|
|
96334
|
-
value: "ATS
|
|
96328
|
+
label: "Auto-start",
|
|
96329
|
+
value: "ATS Service starts automatically when you sign in. Turn it off with `ats service autostart disable`."
|
|
96335
96330
|
},
|
|
96336
96331
|
{
|
|
96337
96332
|
label: "Current service",
|
|
96338
96333
|
value: formatSetupCompleteService(atsServiceRuntimeIdentity)
|
|
96339
96334
|
},
|
|
96340
96335
|
{
|
|
96341
|
-
label: "
|
|
96342
|
-
value: "
|
|
96336
|
+
label: "Stop service",
|
|
96337
|
+
value: "`ats service stop` stops ATS Service. Local agents cannot be activated until ATS Service starts again."
|
|
96343
96338
|
}
|
|
96344
96339
|
]
|
|
96345
96340
|
});
|