Go to file
Matt 6a94faa0e0
Build and Push Docker Image / build (push) Successful in 2m32s Details
fix: Add CREDENTIALS_PATH and REGISTRATION_TOKEN for persistent auth
- Add REGISTRATION_TOKEN env var (replaces legacy AGENT_TOKEN for new registrations)
- Add CREDENTIALS_PATH=/home/agent/.letsbe-agent/credentials.json to fix
  path mismatch (agent runs as root, ~ expands to /root, but volume is
  mounted at /home/agent/.letsbe-agent)
- Reduce CIRCUIT_BREAKER_COOLDOWN from 300s to 30s for faster recovery
- Update comments to clarify credential persistence behavior

This fixes the issue where agents would fail to reconnect after container
restarts because credentials were being saved to /root/.letsbe-agent/
instead of the persisted volume at /home/agent/.letsbe-agent/

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 16:01:04 +01:00
.claude fix: Added circuit breaker 2025-12-09 13:23:21 +01:00
.gitea/workflows fix: remove GHA cache (not supported by Gitea Actions) 2025-12-08 12:16:06 +01:00
app chore: Reduce circuit breaker cooldown from 300s to 30s 2025-12-09 15:41:54 +01:00
tests feat: add Playwright browser automation executor 2025-12-08 15:55:16 +01:00
.gitignore feat: add Playwright browser automation executor 2025-12-08 15:55:16 +01:00
CLAUDE.md Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
Dockerfile feat: add Playwright browser automation executor 2025-12-08 15:55:16 +01:00
ROADMAP.md feat: add Playwright browser automation executor 2025-12-08 15:55:16 +01:00
docker-compose.yml fix: Add CREDENTIALS_PATH and REGISTRATION_TOKEN for persistent auth 2025-12-09 16:01:04 +01:00
pytest.ini Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
requirements.txt feat: add Playwright browser automation executor 2025-12-08 15:55:16 +01:00