@efengx/openclaw-channel-dragon 0.1.46 → 0.1.47

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -162,8 +162,8 @@ async function startPolling(ctx) {
162
162
  }
163
163
  }
164
164
  };
165
- // Diagnostic: log proxy env vars
166
- logger?.info?.(`dragon channel: process.env diagnostic: HTTP_PROXY=${process.env.HTTP_PROXY}, NO_PROXY=${process.env.NO_PROXY}, no_proxy=${process.env.no_proxy}`);
165
+ // Diagnostic: log connection attempt
166
+ logger?.info?.(`dragon channel: connecting to SSE (no-env-diag)...`);
167
167
  // First try: standard fetch (HTTP/1.1 in Node).
168
168
  const res = await fetch(sseUrl, {
169
169
  signal: ctx.abortSignal,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@efengx/openclaw-channel-dragon",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "Dragon workbench channel for OpenClaw",
5
5
  "author": "feng xiang <ofengx@gmail.com>",
6
6
  "type": "module",