@melaya/runner 1.0.81 → 1.0.82
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/connection.js +4 -0
- package/package.json +1 -1
package/dist/connection.js
CHANGED
|
@@ -315,6 +315,10 @@ export async function connect(opts) {
|
|
|
315
315
|
PYTHONUTF8: "1",
|
|
316
316
|
...sslEnv,
|
|
317
317
|
MEL_RUN_ID: payload.runId,
|
|
318
|
+
// Pipeline name so phone-driving runs can self-register as the phone's
|
|
319
|
+
// active run (arms the on-device working overlay + its Kill button)
|
|
320
|
+
// regardless of launch surface — desktop, native, or assistant.
|
|
321
|
+
MEL_PIPELINE_NAME: payload.pipelineName,
|
|
318
322
|
// Point agentscope hooks at the REAL server (not the browser's Vite URL).
|
|
319
323
|
// Convert wss://api.melaya.org → https://api.melaya.org so pushMessage,
|
|
320
324
|
// registerRun, and other agentscope HTTP calls reach the tRPC server.
|