@integrity-labs/agt-cli 0.27.47 → 0.27.49
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 +3 -3
- package/dist/{chunk-HBDUXLHC.js → chunk-5S322IC7.js} +2 -2
- package/dist/{chunk-HBDUXLHC.js.map → chunk-5S322IC7.js.map} +1 -1
- package/dist/{chunk-VOINOKGC.js → chunk-XYI2MY6F.js} +3 -1
- package/dist/chunk-XYI2MY6F.js.map +1 -0
- package/dist/{claude-pair-runtime-76VHV4X5.js → claude-pair-runtime-PZBLMYVH.js} +2 -2
- package/dist/lib/manager-worker.js +6 -6
- package/dist/{persistent-session-A26KX2DA.js → persistent-session-JRF3JXTC.js} +2 -2
- package/dist/{responsiveness-probe-JI2D5Y24.js → responsiveness-probe-JZLGWZFN.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-VOINOKGC.js.map +0 -1
- /package/dist/{claude-pair-runtime-76VHV4X5.js.map → claude-pair-runtime-PZBLMYVH.js.map} +0 -0
- /package/dist/{persistent-session-A26KX2DA.js.map → persistent-session-JRF3JXTC.js.map} +0 -0
- /package/dist/{responsiveness-probe-JI2D5Y24.js.map → responsiveness-probe-JZLGWZFN.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
success,
|
|
28
28
|
table,
|
|
29
29
|
warn
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-XYI2MY6F.js";
|
|
31
31
|
import {
|
|
32
32
|
CHANNEL_REGISTRY,
|
|
33
33
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -4687,7 +4687,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4687
4687
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4688
4688
|
import chalk18 from "chalk";
|
|
4689
4689
|
import ora16 from "ora";
|
|
4690
|
-
var cliVersion = true ? "0.27.
|
|
4690
|
+
var cliVersion = true ? "0.27.49" : "dev";
|
|
4691
4691
|
async function fetchLatestVersion() {
|
|
4692
4692
|
const host2 = getHost();
|
|
4693
4693
|
if (!host2) return null;
|
|
@@ -5465,7 +5465,7 @@ function handleError(err) {
|
|
|
5465
5465
|
}
|
|
5466
5466
|
|
|
5467
5467
|
// src/bin/agt.ts
|
|
5468
|
-
var cliVersion2 = true ? "0.27.
|
|
5468
|
+
var cliVersion2 = true ? "0.27.49" : "dev";
|
|
5469
5469
|
var program = new Command();
|
|
5470
5470
|
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");
|
|
5471
5471
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -56,7 +56,7 @@ function sanitizeMcpJson(mcpConfigPath, apiHost) {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
// src/lib/claude-tools.ts
|
|
59
|
-
var BASE_TOOLS = ["Bash", "Read", "Write", "Edit", "Grep", "Glob", "Agent", "Skill"];
|
|
59
|
+
var BASE_TOOLS = ["Bash", "Read", "Write", "Edit", "Grep", "Glob", "Agent", "Skill", "ToolSearch"];
|
|
60
60
|
function buildAllowedTools(mcpServerNames) {
|
|
61
61
|
const mcpPatterns = mcpServerNames.map((name) => `mcp__${name.replace(/-/g, "_")}__*`);
|
|
62
62
|
return [...mcpPatterns, ...BASE_TOOLS].join(",");
|
|
@@ -1125,4 +1125,4 @@ export {
|
|
|
1125
1125
|
stopAllSessionsAndWait,
|
|
1126
1126
|
getProjectDir
|
|
1127
1127
|
};
|
|
1128
|
-
//# sourceMappingURL=chunk-
|
|
1128
|
+
//# sourceMappingURL=chunk-5S322IC7.js.map
|