zelari-code 1.20.0 → 1.21.0
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/cli/main.bundled.js
CHANGED
|
@@ -33404,19 +33404,6 @@ var init_registry2 = __esm({
|
|
|
33404
33404
|
detect: detectPathBin(binForLspLanguage("python")),
|
|
33405
33405
|
featureGate: "ZELARI_LSP",
|
|
33406
33406
|
description: "Powers go_to_definition / find_references / hover_type / rename_symbol for Python."
|
|
33407
|
-
},
|
|
33408
|
-
{
|
|
33409
|
-
// fff — high-performance codebase search MCP (fffind / ffgrep).
|
|
33410
|
-
// Installed as a global CLI; wire it in ~/.zelari-code/mcp.json (see
|
|
33411
|
-
// postInstallHint). Kill-switch: ZELARI_FFF=0.
|
|
33412
|
-
id: "fff",
|
|
33413
|
-
label: "fff (fast codebase search MCP)",
|
|
33414
|
-
npmPackage: "fff-mcp",
|
|
33415
|
-
installScope: "global",
|
|
33416
|
-
detect: detectPathBin("fff-mcp"),
|
|
33417
|
-
postInstallHint: 'Add to ~/.zelari-code/mcp.json: {"mcpServers":{"fff":{"command":"fff-mcp","args":[]}}} then restart. Prefer mcp_fff_* tools for search.',
|
|
33418
|
-
featureGate: "ZELARI_FFF",
|
|
33419
|
-
description: "Accelerates codebase search via fff MCP (fffind, ffgrep, fff-multi-grep) \u2014 faster and more token-efficient than plain grep."
|
|
33420
33407
|
}
|
|
33421
33408
|
];
|
|
33422
33409
|
}
|