@agentxjs/runtime 0.1.6 → 0.1.8

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/dist/index.js CHANGED
@@ -2395,6 +2395,7 @@ var RuntimeAgent = class {
2395
2395
  baseUrl: config.llmConfig.baseUrl,
2396
2396
  model: config.llmConfig.model,
2397
2397
  systemPrompt: config.config.systemPrompt,
2398
+ cwd: config.sandbox.workdir.path,
2398
2399
  resumeSessionId,
2399
2400
  onSessionIdCaptured: (sdkSessionId) => {
2400
2401
  this.saveSessionId(sdkSessionId);
@@ -2405,6 +2406,7 @@ var RuntimeAgent = class {
2405
2406
  logger9.info("ClaudeEnvironment created for agent", {
2406
2407
  agentId: this.agentId,
2407
2408
  imageId: this.imageId,
2409
+ cwd: config.sandbox.workdir.path,
2408
2410
  resumeSessionId: resumeSessionId ?? "none",
2409
2411
  isResume: !!resumeSessionId,
2410
2412
  imageMetadata: config.image.metadata