Initial commit: QwenClaw persistent daemon for Qwen Code

This commit is contained in:
admin
2026-02-26 02:16:18 +04:00
Unverified
commit 80cdad994c
53 changed files with 7285 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@echo off
REM QwenClaw Daemon Runner
REM Use this with NSSM or Windows Task Scheduler to run as a service
cd /d "%~dp0.."
bun run start --web
pause