Go to file
Matt 813e9127f5
Build and Push Docker Image / build (push) Successful in 51s Details
Fix auth headers not applied after registration
Bug: After registration, credentials were set directly on private
attributes (_agent_id, _agent_secret) instead of using property
setters. This bypassed _invalidate_client(), so the HTTP client
kept using old headers without X-Agent-Id/X-Agent-Secret.

Fix: Use property setters (self.agent_id, self.agent_secret) which
trigger _invalidate_client() to recreate the client with new headers.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 13:16:21 +01:00
.claude Fix docker volume mounts for host directory access 2025-12-03 15:20:07 +01:00
.gitea/workflows fix: remove GHA cache (not supported by Gitea Actions) 2025-12-08 12:16:06 +01:00
app Fix auth headers not applied after registration 2025-12-08 13:16:21 +01:00
tests Add NEXTCLOUD_SET_DOMAIN executor for domain configuration 2025-12-04 14:01:41 +01:00
.gitignore Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
CLAUDE.md Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
Dockerfile Download Docker Compose plugin directly from GitHub 2025-12-03 16:35:51 +01:00
ROADMAP.md feat: add tenant_id support to agent registration 2025-12-05 20:10:43 +01:00
docker-compose.yml feat: add tenant_id support to agent registration 2025-12-05 20:10:43 +01:00
pytest.ini Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
requirements.txt Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00