- 13 Mar, 2026 8 commits
-
-
Lisa (AI Assistant) authored
- Fix UnboundLocalError: cannot access local variable 'REDIS_ENABLED' - Create _use_redis variable to track actual backend in use - Ensure proper Redis initialization and fallback logic
-
Lisa (AI Assistant) authored
- Add optional Redis backend support - Detect Redis from CLAWPHONE_REDIS_URL environment variable - Fall back to SQLite if Redis connection fails - Store agents and jobs in Redis hash structures - Add Redis connection initialization and error handling - Display backend type in startup log
-
Lisa (AI Assistant) authored
- HTTPS by default using existing self-signed certificate - --plain option for plain HTTP - Both streaming HTTP (/mcp) and SSE (/sse) on port 8765 - Updated mcporter config to use HTTPS with allowInsecure: true - Added proper async tool implementations
-
Lisa (AI Assistant) authored
- Rewrote to use FastMCP for simpler SSE/HTTP transport - Supports stdio, SSE, and streamable HTTP modes - HTTP mode works with mcporter on port 8765
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
- Add --host, --port, --token, --generate-token, --db, --cert, --key, --log-dir, --syslog args - Token management: CLI > env > DB > auto-generate, saved to config table - Rotating log file (3 backups, 10MB each) - --syslog option for syslog logging - Show token in terminal output on startup - Init script reads /etc/default/clawphone and shows token after start
-
- 12 Mar, 2026 16 commits
-
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Lisa (AI Assistant) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
- Job queue for OpenClaw agents - Per-agent webhooks with Bearer auth - Auto-retry logic - GPLv3 license
-