github-router 0.3.29 → 0.3.30
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/dist/main.js +2 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -5130,6 +5130,7 @@ async function callPersona(persona, prompt, context, effort, signal) {
|
|
|
5130
5130
|
}] };
|
|
5131
5131
|
}
|
|
5132
5132
|
function logTelemetry(t) {
|
|
5133
|
+
if (process.env.GH_ROUTER_LOG_PEER_MCP !== "1") return;
|
|
5133
5134
|
const parts = [
|
|
5134
5135
|
`[peer-mcp]`,
|
|
5135
5136
|
`name=${t.name}`,
|
|
@@ -9193,7 +9194,7 @@ function initProxyFromEnv() {
|
|
|
9193
9194
|
//#endregion
|
|
9194
9195
|
//#region package.json
|
|
9195
9196
|
var name = "github-router";
|
|
9196
|
-
var version = "0.3.
|
|
9197
|
+
var version = "0.3.30";
|
|
9197
9198
|
|
|
9198
9199
|
//#endregion
|
|
9199
9200
|
//#region src/lib/approval.ts
|