jev-lens 0.5.0 → 0.5.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@ What else is exported:
46
46
  | `JevClassifier`, `MockClassifier`, `buildItemState` | the post-send "is this still needed" questions the pi extension uses for optional pruning |
47
47
  | `Health`, `estimateTokensOfText`, `contentText`, `truncate`, `describeToolCall` | helpers |
48
48
 
49
- The environment variables are documented in the [pi extension's README](https://github.com/dizk/jev-lens/tree/main/packages/pi#configuration-environment);
49
+ The environment variables are documented in the [pi extension's README](https://github.com/dizk/jev-lens/tree/main/packages/pi-jev-lens#configuration-environment);
50
50
  the core reads the same ones. Research log and benchmark numbers: [STATUS.md](https://github.com/dizk/jev-lens/blob/main/STATUS.md).
51
51
 
52
52
  MIT.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jev-lens",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "jev picks what a coding agent gets to see of a large tool result: views built from the output's own lines, chosen by TypeSafe's judgment model, full text recallable. Host-independent core used by pi-jev-lens and the Claude Code plugin.",
5
5
  "author": "Didrik Rognstad",
6
6
  "license": "MIT",