Merge pull request #1373 from yazinsai/main

Add auto-refresh polling for debug view
This commit is contained in:
Peter Steinberger
2026-01-22 02:25:24 +00:00
committed by GitHub
7 changed files with 123 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ describe("update-cli", () => {
try {
await fs.writeFile(
path.join(tempDir, "package.json"),
JSON.stringify({ name: "clawdbot", version: "2026.1.18-1" }),
JSON.stringify({ name: "clawdbot", version: "1.0.0" }),
"utf-8",
);