@gakim-digital/dexter-bridge 0.5.13 → 0.5.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gakim-digital/dexter-bridge",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "description": "Local Companion bridge for the Dexter Framer plugin — runs Codex or Claude Code on your machine.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -286,7 +286,7 @@ export function createClaudeAgentSdkAdapter({
286
286
  return {
287
287
  ...inherited,
288
288
  CLAUDE_CONFIG_DIR: configDir,
289
- CLAUDE_AGENT_SDK_CLIENT_APP: 'dexter-hosted-worker/0.2.1',
289
+ CLAUDE_AGENT_SDK_CLIENT_APP: 'dexter-hosted-worker/0.2.2',
290
290
  };
291
291
  }
292
292
 
@@ -32,6 +32,9 @@ const CODEX_ENVIRONMENT_KEYS = new Set([
32
32
  'CODEX_HOME',
33
33
  'COMSPEC',
34
34
  'HOME',
35
+ 'HTTP_PROXY',
36
+ 'HTTPS_PROXY',
37
+ 'ALL_PROXY',
35
38
  'LANG',
36
39
  'LC_ALL',
37
40
  'LOCALAPPDATA',