add CUA_BENCH_UI_DEBUG

This commit is contained in:
Dillon DuPont
2025-11-01 20:50:29 -04:00
parent 1447950bcf
commit 07ad8dc351
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ def main():
print(json.dumps({"pid": os.getpid(), "port": port}), flush=True)
# Start GUI (blocking)
webview.start()
webview.start(debug=os.environ.get("CUA_BENCH_UI_DEBUG", "false").lower() in ("true", "1"))
if __name__ == "__main__":
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
[project]
name = "cua-bench-ui"
version = "0.3.0"
version = "0.4.0"
description = "Lightweight webUI window controller for CUA bench using pywebview"
readme = "README.md"
authors = [