pi-ui-extend 1.0.4 → 1.0.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.
|
@@ -295,14 +295,14 @@ const COMMON_REPO_TOOL_PROPERTIES = {
|
|
|
295
295
|
};
|
|
296
296
|
|
|
297
297
|
const IDX_ARG_DESCRIPTIONS: Record<IdxCommand, string> = {
|
|
298
|
-
architecture: "idx architecture flags: [--path-prefix <area>]
|
|
298
|
+
architecture: "idx architecture flags: [--path-prefix <area>].",
|
|
299
299
|
structure:
|
|
300
|
-
"idx structure flags: [--path-prefix <area>] [--kind <kind>] [--max-depth <n>] [--max-files <n>] [--cursor <n>] [--include-internal] [--
|
|
300
|
+
"idx structure flags: [--path-prefix <area>] [--kind <kind>] [--max-depth <n>] [--max-files <n>] [--cursor <n>] [--include-internal] [--no-tests] [--include-tests-summary].",
|
|
301
301
|
ast: "idx ast flags: [--max-depth <n>] [--max-nodes <n>] [--cursor <n>] [--no-include-text].",
|
|
302
302
|
search:
|
|
303
303
|
"idx search flags: [--max-files <n>] [--path-prefix <area>] [--chunk-types <types|api|impl|tests|imports>] [--mode hybrid|semantic|lexical|symbol] [--min-score <score>] [--include-content] [--include-imports] [--dedupe-file] [--dedupe-symbol] [--cluster] [--exclude-tests] [--include-tests].",
|
|
304
304
|
explain:
|
|
305
|
-
"idx explain flags: [--path-prefix <area>] [--include-
|
|
305
|
+
"idx explain flags: [--path-prefix <area>] [--include-body] [--body-lines <n>] [--signature-only].",
|
|
306
306
|
deps: "idx deps flags: [--mode modules|module-imports|calls|call-graph] [--direction callers|callees|both] [--depth <n>] [--show-edges] [--tests].",
|
|
307
307
|
};
|
|
308
308
|
|
package/package.json
CHANGED