my-pi 0.0.11 → 0.0.13
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 +1 -1
- package/dist/{api-L4-Ei2xx.js → api-CWEizv2k.js} +2058 -2046
- package/dist/api-CWEizv2k.js.map +1 -0
- package/dist/api.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/extensions/filter-output.test.ts +133 -18
- package/src/extensions/filter-output.ts +14 -6
- package/src/extensions/{otel.test.ts → telemetry.test.ts} +1 -1
- package/dist/api-L4-Ei2xx.js.map +0 -1
- /package/src/extensions/{otel.ts → telemetry.ts} +0 -0
package/README.md
CHANGED
|
@@ -519,7 +519,7 @@ src/
|
|
|
519
519
|
filter-output.ts Secret redaction in tool output
|
|
520
520
|
handoff.ts Session context export
|
|
521
521
|
lsp.ts Language server tools and /lsp command
|
|
522
|
-
|
|
522
|
+
telemetry.ts Local telemetry extension and /telemetry command
|
|
523
523
|
prompt-presets.ts Runtime prompt preset selection and editing
|
|
524
524
|
recall.ts Past session recall guidance
|
|
525
525
|
telemetry-*.ts Telemetry config + SQLite storage
|