granclaw 0.0.1-beta.40 → 0.0.1-beta.41

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.
@@ -124,6 +124,8 @@ function spawnAgent(agent, wsPort) {
124
124
  AGENT_PORT: String(wsPort),
125
125
  CONFIG_PATH: path_1.default.resolve(config_js_1.REPO_ROOT, 'agents.config.json'),
126
126
  GRANCLAW_API_URL: `http://localhost:${orchestratorPort}`,
127
+ GRANCLAW_AGENT_ID: agent.id,
128
+ GRANCLAW_WORKSPACE_DIR: workspaceDir,
127
129
  };
128
130
  let child;
129
131
  if (isTs) {