pi-lens 3.6.2 → 3.6.3
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/CHANGELOG.md +10 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to pi-lens will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [3.6.
|
|
5
|
+
## [3.6.2] - 2026-04-02
|
|
6
6
|
|
|
7
7
|
### Added
|
|
8
|
-
- **Condensed skill auto-loading** — Injects 70-token tool selection guidance at session start:
|
|
8
|
+
- **Condensed skill auto-loading** — Injects ~70-token tool selection guidance at session start (vs 1,355 for full skills):
|
|
9
9
|
- Quick reference for when to use lsp_navigation vs ast_grep_search vs grep
|
|
10
10
|
- References full skills for lazy loading (ast-grep, lsp-navigation)
|
|
11
11
|
- Prevents common tool selection errors without loading full skill content
|
|
12
12
|
|
|
13
|
+
### Changed
|
|
14
|
+
- **Streamlined session start injection** — Removed TODO/Knip/jscpd reports from initial context:
|
|
15
|
+
- Scans still run and cache for on-demand access via `/lens-booboo`
|
|
16
|
+
- Reduces session start noise (only active tools list, error reminder, skill guidance remain)
|
|
17
|
+
- Caching preserved for duplicate detection on file writes
|
|
18
|
+
|
|
19
|
+
## [3.6.1] - 2026-04-02
|
|
20
|
+
|
|
13
21
|
### Changed
|
|
14
22
|
- **Updated package description** — More concise: "Real-time code feedback for pi — LSP, linters, formatters, type-checking, structural analysis & booboo"
|
|
15
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-lens",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Real-time code feedback for pi — LSP, linters, formatters, type-checking, structural analysis & booboo",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"jscpd",
|
|
30
30
|
"knip"
|
|
31
31
|
],
|
|
32
|
-
"author": "
|
|
32
|
+
"author": "Apostolos Mantzaris",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"files": [
|
|
35
35
|
"index.ts",
|