letsbe-sysadmin/app/clients
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
..
__init__.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
orchestrator_client.py Fix auth headers not applied after registration 2025-12-08 13:16:21 +01:00