@docyrus/docyrus 0.0.77 → 0.0.78
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/main.js +2 -1
- package/main.js.map +2 -2
- package/package.json +1 -1
- package/server-loader.js +3 -4
- package/server-loader.js.map +2 -2
package/main.js
CHANGED
|
@@ -139349,7 +139349,7 @@ function buildInputSchema(args2, env2, options2) {
|
|
|
139349
139349
|
// package.json
|
|
139350
139350
|
var package_default = {
|
|
139351
139351
|
name: "@docyrus/docyrus",
|
|
139352
|
-
version: "0.0.
|
|
139352
|
+
version: "0.0.78",
|
|
139353
139353
|
private: false,
|
|
139354
139354
|
description: "Docyrus API CLI",
|
|
139355
139355
|
main: "./main.js",
|
|
@@ -155244,6 +155244,7 @@ function createPiAgentServerLauncher(options2) {
|
|
|
155244
155244
|
...process.env,
|
|
155245
155245
|
PATH: runtimePath,
|
|
155246
155246
|
PI_CODING_AGENT_DIR: agentRootPath,
|
|
155247
|
+
DOCYRUS_SETTINGS_ROOT: settingsRootPath,
|
|
155247
155248
|
PI_PACKAGE_DIR: piPackageRoot,
|
|
155248
155249
|
// Disable pi-mono's install-telemetry ping (added in pi-mono v0.67.0).
|
|
155249
155250
|
// Only users explicitly opting in via DOCYRUS_PI_ENABLE_TELEMETRY=1 will let it fire.
|