@integrity-labs/agt-cli 0.19.16 → 0.19.17
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
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
success,
|
|
51
51
|
table,
|
|
52
52
|
warn
|
|
53
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-AYSU35A4.js";
|
|
54
54
|
|
|
55
55
|
// src/bin/agt.ts
|
|
56
56
|
import { join as join10 } from "path";
|
|
@@ -3734,7 +3734,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
3734
3734
|
import { existsSync as existsSync5, realpathSync } from "fs";
|
|
3735
3735
|
import chalk17 from "chalk";
|
|
3736
3736
|
import ora15 from "ora";
|
|
3737
|
-
var cliVersion = true ? "0.19.
|
|
3737
|
+
var cliVersion = true ? "0.19.17" : "dev";
|
|
3738
3738
|
async function fetchLatestVersion() {
|
|
3739
3739
|
const host2 = getHost();
|
|
3740
3740
|
if (!host2) return null;
|
|
@@ -4192,7 +4192,7 @@ function handleError(err) {
|
|
|
4192
4192
|
}
|
|
4193
4193
|
|
|
4194
4194
|
// src/bin/agt.ts
|
|
4195
|
-
var cliVersion2 = true ? "0.19.
|
|
4195
|
+
var cliVersion2 = true ? "0.19.17" : "dev";
|
|
4196
4196
|
var program = new Command();
|
|
4197
4197
|
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");
|
|
4198
4198
|
program.hook("preAction", (thisCommand) => {
|
|
@@ -4209,9 +4209,10 @@ function buildMcpJson(input) {
|
|
|
4209
4209
|
if (hasXero) {
|
|
4210
4210
|
mcpServers["xero"] = {
|
|
4211
4211
|
command: "npx",
|
|
4212
|
-
args: ["-y", "@
|
|
4212
|
+
args: ["-y", "@integrity-labs/xero-mcp-server@latest"],
|
|
4213
4213
|
env: {
|
|
4214
4214
|
XERO_CLIENT_BEARER_TOKEN: "${XERO_ACCESS_TOKEN}",
|
|
4215
|
+
XERO_TENANT_ID: "${XERO_TENANT_ID}",
|
|
4215
4216
|
PATH: process.env["PATH"] ?? "",
|
|
4216
4217
|
HOME: process.env["HOME"] ?? ""
|
|
4217
4218
|
}
|
|
@@ -4771,9 +4772,10 @@ ${sections}`
|
|
|
4771
4772
|
if (hasXero) {
|
|
4772
4773
|
this.writeMcpServer(codeName, "xero", {
|
|
4773
4774
|
command: "npx",
|
|
4774
|
-
args: ["-y", "@
|
|
4775
|
+
args: ["-y", "@integrity-labs/xero-mcp-server@latest"],
|
|
4775
4776
|
env: {
|
|
4776
4777
|
XERO_CLIENT_BEARER_TOKEN: "${XERO_ACCESS_TOKEN}",
|
|
4778
|
+
XERO_TENANT_ID: "${XERO_TENANT_ID}",
|
|
4777
4779
|
PATH: process.env["PATH"] ?? "",
|
|
4778
4780
|
HOME: process.env["HOME"] ?? ""
|
|
4779
4781
|
}
|
|
@@ -8517,4 +8519,4 @@ export {
|
|
|
8517
8519
|
managerInstallSystemUnitCommand,
|
|
8518
8520
|
managerUninstallSystemUnitCommand
|
|
8519
8521
|
};
|
|
8520
|
-
//# sourceMappingURL=chunk-
|
|
8522
|
+
//# sourceMappingURL=chunk-AYSU35A4.js.map
|