nexus-agents 2.77.4 → 2.77.5
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/{chunk-LIY6WZNR.js → chunk-5N7JBWAD.js} +3 -3
- package/dist/{chunk-S6MEYRYZ.js → chunk-NQRC7QQL.js} +12 -4
- package/dist/{chunk-S6MEYRYZ.js.map → chunk-NQRC7QQL.js.map} +1 -1
- package/dist/{chunk-AFGRQB4H.js → chunk-QIDO6VPO.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-DB3DOE6K.js → setup-command-4S7MPK4F.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-LIY6WZNR.js.map → chunk-5N7JBWAD.js.map} +0 -0
- /package/dist/{chunk-AFGRQB4H.js.map → chunk-QIDO6VPO.js.map} +0 -0
- /package/dist/{setup-command-DB3DOE6K.js.map → setup-command-4S7MPK4F.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-GOT7OAL5.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.77.
|
|
43
|
+
var VERSION = true ? "2.77.5" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2121,7 +2121,7 @@ async function runDoctorFix(result) {
|
|
|
2121
2121
|
writeLine2("\u2500".repeat(40));
|
|
2122
2122
|
let fixCount = 0;
|
|
2123
2123
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2124
|
-
const { runSetup } = await import("./setup-command-
|
|
2124
|
+
const { runSetup } = await import("./setup-command-4S7MPK4F.js");
|
|
2125
2125
|
const setupResult = runSetup({
|
|
2126
2126
|
skipMcp: true,
|
|
2127
2127
|
skipRules: true,
|
|
@@ -2231,4 +2231,4 @@ export {
|
|
|
2231
2231
|
startStdioServer,
|
|
2232
2232
|
closeServer
|
|
2233
2233
|
};
|
|
2234
|
-
//# sourceMappingURL=chunk-
|
|
2234
|
+
//# sourceMappingURL=chunk-5N7JBWAD.js.map
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
clampTaskTtl,
|
|
71
71
|
getAvailabilityCache,
|
|
72
72
|
resolveFallback
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-5N7JBWAD.js";
|
|
74
74
|
import {
|
|
75
75
|
DEFAULTS
|
|
76
76
|
} from "./chunk-YQMQSJQK.js";
|
|
@@ -33677,7 +33677,14 @@ var AUDIO_OUTPUT_KEYWORDS = [
|
|
|
33677
33677
|
"read aloud",
|
|
33678
33678
|
"narrate"
|
|
33679
33679
|
];
|
|
33680
|
-
var MCP_KEYWORDS = [
|
|
33680
|
+
var MCP_KEYWORDS = [
|
|
33681
|
+
"mcp",
|
|
33682
|
+
"mcp tool",
|
|
33683
|
+
"tool use",
|
|
33684
|
+
"computer use",
|
|
33685
|
+
"browse the web",
|
|
33686
|
+
"browser automation"
|
|
33687
|
+
];
|
|
33681
33688
|
var EXPLORATION_KEYWORDS = [
|
|
33682
33689
|
"explore",
|
|
33683
33690
|
"research",
|
|
@@ -42697,7 +42704,8 @@ async function getWeatherContext() {
|
|
|
42697
42704
|
const report = generateWeatherReport2({ includeAdaptive: true });
|
|
42698
42705
|
const mappings = "recommendedMappings" in report ? report.recommendedMappings : [];
|
|
42699
42706
|
if (!Array.isArray(mappings) || mappings.length === 0) return "";
|
|
42700
|
-
const
|
|
42707
|
+
const typedMappings = mappings;
|
|
42708
|
+
const lines = typedMappings.map((m) => ` ${m.category} \u2192 ${m.recommendedCli}`).join("\n");
|
|
42701
42709
|
return `
|
|
42702
42710
|
|
|
42703
42711
|
## CLI Health (${String(report.overall.totalTasks)} tasks, ${String(Math.round(report.overall.successRate * 100))}% success)
|
|
@@ -50010,4 +50018,4 @@ export {
|
|
|
50010
50018
|
detectBackend,
|
|
50011
50019
|
createTaskTracker
|
|
50012
50020
|
};
|
|
50013
|
-
//# sourceMappingURL=chunk-
|
|
50021
|
+
//# sourceMappingURL=chunk-NQRC7QQL.js.map
|