letsbe-sysadmin/app
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
..
clients Fix auth headers not applied after registration 2025-12-08 13:16:21 +01:00
executors Add NEXTCLOUD_SET_DOMAIN executor for domain configuration 2025-12-04 14:01:41 +01:00
utils Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
__init__.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
agent.py feat: add secure registration with credential persistence 2025-12-07 11:11:59 +01:00
config.py feat: add secure registration with credential persistence 2025-12-07 11:11:59 +01:00
main.py Fix docker volume mounts for host directory access 2025-12-03 15:20:07 +01:00
task_manager.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00