zeroclaw/src
jbradf0rd 13748b590c feat: add Windows headless daemon support via Task Scheduler
Adds Windows branches to all 5 service commands (install/start/stop/
status/uninstall) using schtasks to register a "ZeroClaw Daemon"
scheduled task that runs at logon with highest privileges. A wrapper
.cmd script handles stdout/stderr redirection to the logs directory.

Also fixes symlink_tests.rs to compile on Windows by using the
correct std::os::windows::fs::symlink_dir API.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 00:05:17 -06:00
..
agent feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
channels feat: integrate open-skills library and cleanup clippy warnings 2026-02-14 20:25:07 -05:00
config fix: consolidate env-var override tests to eliminate parallel races 2026-02-15 02:27:13 +01:00
cron feat: integrate open-skills library and cleanup clippy warnings 2026-02-14 20:25:07 -05:00
daemon feat: integrate open-skills library and cleanup clippy warnings 2026-02-14 20:25:07 -05:00
doctor fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
gateway Merge remote-tracking branch 'origin/main' into fix/gateway-timeout-layer 2026-02-15 02:15:28 +01:00
health fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
heartbeat feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
integrations refactor: simplify CLI commands and update architecture docs 2026-02-14 05:17:16 -05:00
memory feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
observability fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
onboard feat: add dedicated GLM provider with JWT auth and GLM-4.7 support 2026-02-14 23:18:00 -06:00
providers feat: add dedicated GLM provider with JWT auth and GLM-4.7 support 2026-02-14 23:18:00 -06:00
runtime feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
security Merge pull request #68 from fettpl/fix/key-generation-csprng 2026-02-14 21:41:43 -05:00
service feat: add Windows headless daemon support via Task Scheduler 2026-02-15 00:05:17 -06:00
skills feat: add Windows headless daemon support via Task Scheduler 2026-02-15 00:05:17 -06:00
tools feat: integrate open-skills library and cleanup clippy warnings 2026-02-14 20:25:07 -05:00
tunnel fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
lib.rs refactor: remove AIEOS identity support 2026-02-14 14:05:14 -05:00
main.rs fix: add memory config to wizard and fix clippy warnings 2026-02-14 15:50:53 -05:00
migration.rs fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00