troxy-cli 1.3.8 → 1.3.9

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/package.json +1 -1
  2. package/src/init.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "troxy-cli",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "AI payment control — protect your agent's payments with policies",
5
5
  "type": "module",
6
6
  "bin": {
package/src/init.js CHANGED
@@ -213,6 +213,8 @@ WantedBy=multi-user.target
213
213
  <string>${apiKey}</string>
214
214
  <key>TROXY_AGENT_NAME</key>
215
215
  <string>${agentName}</string>
216
+ <key>PATH</key>
217
+ <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
216
218
  </dict>
217
219
  <key>RunAtLoad</key>
218
220
  <true/>