@amaster.ai/pi-telemetry 0.1.2-beta.60 → 0.1.2-beta.61
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 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,12 +40,7 @@ Langfuse traces include the configured `serviceName` as both a tag and metadata
|
|
|
40
40
|
|
|
41
41
|
## Configuration
|
|
42
42
|
|
|
43
|
-
Configuration is read from the `"pi-telemetry"` section of, in increasing
|
|
44
|
-
priority, `~/.pi/agent/settings.json`, the configured agent directory's
|
|
45
|
-
`settings.json` (for example `$PI_CODING_AGENT_DIR/settings.json`), and a trusted
|
|
46
|
-
project's `.pi/settings.json`. Project settings are ignored when project trust
|
|
47
|
-
is declined. Environment variables are expanded only in user and agent-directory
|
|
48
|
-
settings.
|
|
43
|
+
Configuration is read from the `"pi-telemetry"` section of, in increasing priority, `~/.pi/agent/settings.json`, the configured agent directory's `settings.json` (for example `$PI_CODING_AGENT_DIR/settings.json`), and a trusted project's `.pi/settings.json`. Project settings are ignored when project trust is declined. Environment variables are expanded only in user and agent-directory settings.
|
|
49
44
|
|
|
50
45
|
```json
|
|
51
46
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amaster.ai/pi-telemetry",
|
|
3
|
-
"version": "0.1.2-beta.
|
|
3
|
+
"version": "0.1.2-beta.61",
|
|
4
4
|
"description": "Pi extension for runtime telemetry with Langfuse and OpenTelemetry exporters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"langfuse": "^3.38.20",
|
|
66
|
-
"@amaster.ai/pi-shared": "0.1.2-beta.
|
|
66
|
+
"@amaster.ai/pi-shared": "0.1.2-beta.61"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@earendil-works/pi-coding-agent": ">=0.79.1"
|