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.
- package/dist/agents/explore.md +1 -0
- package/dist/agents/glance.md +1 -0
- package/dist/agents/pluck.md +1 -0
- package/dist/agents/quest.md +1 -0
- package/dist/agents/ripple.md +1 -0
- package/dist/agents/sculpt.md +1 -0
- package/dist/agents/slice.md +1 -0
- package/dist/agents/spark.md +1 -0
- package/dist/agents/sweep.md +1 -0
- package/dist/agents/weave.md +1 -0
- package/dist/cli.js +7 -7
- package/dist/clients/extension.vsix +0 -0
- package/package.json +1 -1
package/dist/agents/explore.md
CHANGED
|
@@ -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:
|
package/dist/agents/glance.md
CHANGED
|
@@ -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:
|
package/dist/agents/pluck.md
CHANGED
package/dist/agents/quest.md
CHANGED
package/dist/agents/ripple.md
CHANGED
|
@@ -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:
|
package/dist/agents/sculpt.md
CHANGED
package/dist/agents/slice.md
CHANGED
|
@@ -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:
|
package/dist/agents/spark.md
CHANGED
|
@@ -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:
|
package/dist/agents/sweep.md
CHANGED
package/dist/agents/weave.md
CHANGED