|
Build and Push Docker Image / build (push) Successful in 2m32s
Details
- 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> |
||
|---|---|---|
| .claude | ||
| .gitea/workflows | ||
| app | ||
| tests | ||
| .gitignore | ||
| CLAUDE.md | ||
| Dockerfile | ||
| ROADMAP.md | ||
| docker-compose.yml | ||
| pytest.ini | ||
| requirements.txt | ||