@zj669/codeq-pi 0.3.7 → 0.3.9
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@ Native [Pi](https://github.com/earendil-works/pi) coding-agent **extension**
|
|
|
4
4
|
(not MCP). Same three tools as the `codeq` CLI: `find`, `grep`, `graph`.
|
|
5
5
|
Queries go to the existing user-level codeq daemon. Same-name `grep` / `find`
|
|
6
6
|
override Pi's builtin `rg` / `fd`; `graph` is new. Schema matches
|
|
7
|
-
`@zj669/codeq@0.3.
|
|
7
|
+
`@zj669/codeq@0.3.9` (locators, literal grep, opaque grep cursor). This
|
|
8
8
|
directory is **not published to npm**; install from a checkout.
|
|
9
9
|
|
|
10
10
|
```bash
|
|
11
|
-
npm i -g @zj669/codeq@0.3.
|
|
11
|
+
npm i -g @zj669/codeq@0.3.9
|
|
12
12
|
pi install /absolute/path/to/agent_local_search/codeq-pi
|
|
13
13
|
# or, from a trusted project:
|
|
14
14
|
pi install -l /absolute/path/to/agent_local_search/codeq-pi
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zj669/codeq-pi",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "Pi coding-agent extension: codeq find, grep, and graph (overrides builtin rg/fd)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"typebox": "*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@zj669/codeq": "0.3.
|
|
34
|
+
"@zj669/codeq": "0.3.9"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"typebox": "1.3.27"
|