+1
-1
@@ -352,3 +352,3 @@ #!/usr/bin/env node | ||
| // Minimum bridge version that includes recent fixes | ||
| const MIN_BRIDGE = process.env.TRICODER_MIN_BRIDGE || 'v0.2.4'; | ||
| const MIN_BRIDGE = process.env.TRICODER_MIN_BRIDGE || 'v0.2.5'; | ||
| const isTag = typeof version === 'string' && /^v?\d+\.\d+\.\d+/.test(version); | ||
@@ -355,0 +355,0 @@ const olderThanMin = isTag && compareSemver(version, MIN_BRIDGE) < 0; |
+1
-1
| { | ||
| "name": "tricoder", | ||
| "version": "0.2.4", | ||
| "version": "0.2.5", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "author": "OpenAgents, Inc.", |
+4
-1
@@ -52,3 +52,3 @@ OpenAgents Tricoder (CLI) | ||
| - TRICODER_MIN_BRIDGE | ||
| - Minimum prebuilt tag tricoder will accept (default `v0.2.4`). If an older cached binary is found, tricoder falls back to cargo to build latest from your local clone. | ||
| - Minimum prebuilt tag tricoder will accept (default `v0.2.5`). If an older cached binary is found, tricoder falls back to cargo to build latest from your local clone. | ||
@@ -83,2 +83,5 @@ Output | ||
| Changelog | ||
| - 0.2.5 | ||
| - Codex working directory: always use the current working directory (or explicit override) instead of trying to detect the OpenAgents repo. Fixes macOS runs where Codex exited immediately (status 256) when launched from non‑OpenAgents folders. | ||
| - Codex/Claude parity: unified ACP ingestion and removed legacy Codex chat handlers to avoid duplicate messages while still streaming live ACP updates. | ||
| - 0.2.1 | ||
@@ -85,0 +88,0 @@ - Claude Code: headless args aligned; session mapping + user_message emission; error surfacing. |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 49 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 49 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
229874
0.18%95
3.26%