agentv 2.17.1-next.1 → 2.17.3

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.
@@ -46577,9 +46577,8 @@ function normalizeRepoForFingerprint(repo) {
46577
46577
  }
46578
46578
  return result;
46579
46579
  }
46580
- function computeWorkspaceFingerprint(templatePath, repos) {
46580
+ function computeWorkspaceFingerprint(repos) {
46581
46581
  const canonical = {
46582
- templatePath: templatePath ?? null,
46583
46582
  repos: [...repos].sort((a, b) => a.path.localeCompare(b.path)).map(normalizeRepoForFingerprint)
46584
46583
  };
46585
46584
  return createHash("sha256").update(JSON.stringify(canonical)).digest("hex");
@@ -46621,7 +46620,7 @@ var WorkspacePoolManager = class {
46621
46620
  */
46622
46621
  async acquireWorkspace(options) {
46623
46622
  const { templatePath, repos, maxSlots, repoManager, poolReset } = options;
46624
- const fingerprint = computeWorkspaceFingerprint(templatePath, repos);
46623
+ const fingerprint = computeWorkspaceFingerprint(repos);
46625
46624
  const poolDir = path36.join(this.poolRoot, fingerprint);
46626
46625
  await mkdir11(poolDir, { recursive: true });
46627
46626
  const drifted = await this.checkDrift(poolDir, fingerprint);
@@ -49712,4 +49711,4 @@ export {
49712
49711
  OtelStreamingObserver,
49713
49712
  createAgentKernel
49714
49713
  };
49715
- //# sourceMappingURL=chunk-SO4O4O2B.js.map
49714
+ //# sourceMappingURL=chunk-JSOG3FT6.js.map