omni-context-cli 0.0.73 → 0.0.74

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.
@@ -2,6 +2,7 @@
2
2
  name: Explore
3
3
  description: Survey project structure and architecture. Shows directory layout, where features live, and how the codebase is organized. For structural overview, not detailed analysis.
4
4
  allowedTools: [Read, Glob, Grep, Bash, BashOutput]
5
+ displayFields: [query, directory]
5
6
  parameters:
6
7
  properties:
7
8
  query:
@@ -2,6 +2,7 @@
2
2
  name: Glance
3
3
  description: Preview multiple files at once. Reads files and directories, returns a brief summary for each file to help understand what's in them without reading the full contents.
4
4
  allowedTools: [Read, Glob, Grep]
5
+ displayFields: [paths, recursive, maxFiles]
5
6
  parameters:
6
7
  properties:
7
8
  paths:
@@ -2,6 +2,7 @@
2
2
  name: Pluck
3
3
  description: Find and extract specific code segments from a file. Returns matching code with line numbers only.
4
4
  allowedTools: [Read]
5
+ displayFields: [query, filePath]
5
6
  parameters:
6
7
  properties:
7
8
  query:
@@ -2,6 +2,7 @@
2
2
  name: Quest
3
3
  description: Research topics using web search and external knowledge bases. Returns information matching what you need to know.
4
4
  allowedTools: [WebSearch]
5
+ displayFields: [query, expectedResult]
5
6
  parameters:
6
7
  properties:
7
8
  query:
@@ -2,6 +2,7 @@
2
2
  name: Ripple
3
3
  description: Find all references to a symbol (function, class, method, etc.). Returns code snippets showing where it's used with surrounding context.
4
4
  allowedTools: [Read, Grep, Glob]
5
+ displayFields: [filePath, symbolName, symbolType]
5
6
  parameters:
6
7
  properties:
7
8
  filePath:
@@ -2,6 +2,7 @@
2
2
  name: Sculpt
3
3
  description: Edit files by replacing text. Automatically fixes matching errors and retries if the edit fails.
4
4
  allowedTools: [Edit, Read, Grep]
5
+ displayFields: [filePath, replaceAll]
5
6
  parameters:
6
7
  properties:
7
8
  filePath:
@@ -2,6 +2,7 @@
2
2
  name: Slice
3
3
  description: Extract code snippets relevant to answering a specific question. Returns targeted code segments from across the codebase that address the query.
4
4
  allowedTools: [Read, Grep, Glob, Bash, BashOutput]
5
+ displayFields: [question, directory]
5
6
  parameters:
6
7
  properties:
7
8
  question:
@@ -2,6 +2,7 @@
2
2
  name: Spark
3
3
  description: Execute bash commands when no suitable specialized tool exists. Automatically fixes errors and retries if the command fails.
4
4
  allowedTools: [Bash, BashOutput, Read, Write]
5
+ displayFields: [command, expectedResult, timeout, workdir]
5
6
  parameters:
6
7
  properties:
7
8
  command:
@@ -2,6 +2,7 @@
2
2
  name: Sweep
3
3
  description: Find files matching search criteria. Returns file paths only, doesn't read contents.
4
4
  allowedTools: [Glob, Grep, Read]
5
+ displayFields: [query, directory, maxFiles]
5
6
  parameters:
6
7
  properties:
7
8
  query:
@@ -2,6 +2,7 @@
2
2
  name: Weave
3
3
  description: Write content to files. Creates or overwrites files. Automatically fixes errors and retries if writing fails.
4
4
  allowedTools: [Write, Read, Bash, BashOutput]
5
+ displayFields: [filePath, createOnly]
5
6
  parameters:
6
7
  properties:
7
8
  filePath: