chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-07 03:45:40 +00:00
parent e051c19731
commit ed1fa3aabc
37 changed files with 70 additions and 37 deletions
+1 -1
View File
@@ -622,7 +622,7 @@ async function startServer(instanceId, sessionRef, cwd, workspacePath) {
}
if (url.pathname === "/refresh" && req.method === "POST") {
const data = await gatherContext(repoCwd());
const data = await gatherContext(cwd);
contextCache.set(instanceId, data);
await saveContext(workspacePath, data);
broadcast(instanceId, data);