@standardagents/code 0.3.0 → 0.3.1

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
@@ -4365,6 +4365,8 @@ async function runInteractive(tui, api, threadId, projectDir, machine, resumed,
4365
4365
  saveApprovals(api, threadId, perm);
4366
4366
  });
4367
4367
  saveApprovals(api, threadId, perm);
4368
+ void api.kvSet(threadId, "session_info", { cwd: projectDir, machine }).catch(() => {
4369
+ });
4368
4370
  let busy = false;
4369
4371
  let interrupting = false;
4370
4372
  const queued = [];