Chad Nedzlek
Chad Nedzlek
This SDK is crashing some of my build agents occasionally with this error: `[Errno 13] Permission denied: '/Users/USER_NAME/.azure-devops/python-sdk/cache/options.json'` Based on reading the code, it appears to be coming from here:...
I've been looking at helping V-WEXU, who is unable to access our service. When I trace through the logs, we are trying to make this call: https://vssps.dev.azure.com/dnceng/_apis/graph/descriptors/d32a9dfa-d10f-421d-aecd-786ddf108789?api-version=5.0-preview.1, and it's returning...
We often get in the state where queues are so backed up that by the time they start the work, the build has long vanished. But we waste time running...
## Description When a permission pattern in `settings.json` has an incorrect format (e.g., `"Bash(mkdir*)"` instead of `"Bash(mkdir:*)"`), the **entire settings file is silently rejected**. Claude Code either keeps using the...