@ghl-ai/aw 0.1.37-beta.81 → 0.1.37-beta.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.
Files changed (2) hide show
  1. package/integrate.mjs +1 -0
  2. package/package.json +1 -1
package/integrate.mjs CHANGED
@@ -502,6 +502,7 @@ export function installIdeHooks() {
502
502
  try { awConfig = JSON.parse(readFileSync(awConfigPath, 'utf8')); } catch { /* overwrite */ }
503
503
  }
504
504
  const apiUrl = process.env.AW_API_URL
505
+ || awConfig.api_url
505
506
  || 'https://services.leadconnectorhq.com/agentic-workspace';
506
507
  awConfig.api_url = apiUrl;
507
508
  awConfig.token_pricing = TOKEN_PRICING;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghl-ai/aw",
3
- "version": "0.1.37-beta.81",
3
+ "version": "0.1.37-beta.82",
4
4
  "description": "Agentic Workspace CLI — pull, push & manage agents, skills and commands from the registry",
5
5
  "type": "module",
6
6
  "bin": "bin.js",