All checks were successful
Build and Push Docker Image to Gitea / build-and-push (push) Successful in 1m10s
Update the readLog method to match custom Supervisor API requirements: - Add third parameter (logfile_path) to supervisor.readLog call - Retrieve logfile path from supervisor.getAPIVersion() metadata - Cache logfile path after first retrieval to avoid repeated API calls - Support optional explicit logfile_path parameter - Fallback to default path if metadata extraction fails Implementation details: - Added cachedLogfilePath private field to SupervisorClient - Added private getLogfilePath() method to extract path from API version - Updated readLog signature: (offset, length, logfilePath?) - Automatic path retrieval when logfilePath not provided - Supports multiple metadata formats (logfile, logfile_path properties) - Logs warnings if path extraction fails, uses sensible default 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>