@zj669/codeq-pi 0.3.8 → 0.3.10

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.
Files changed (2) hide show
  1. package/README.md +2 -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.8` (locators, literal grep, opaque grep cursor). This
7
+ `@zj669/codeq@0.3.10` (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.8
11
+ npm i -g @zj669/codeq@0.3.10
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.8",
3
+ "version": "0.3.10",
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.8"
34
+ "@zj669/codeq": "0.3.10"
35
35
  },
36
36
  "devDependencies": {
37
37
  "typebox": "1.3.27"