I just updated to RStudio 2026.04.0+526 , which includes Posit Assistant capability. There seems to be a connection error that means compatibility cannot be verified. I see the below error in the R console on loading RStudio
Error in .rs.downloadFile(url = "https://cdn.posit.co/posit-ai/manifest.json", :
cannot open URL 'https://cdn.posit.co/posit-ai/manifest.json'
In addition:
Warning message:
In .rs.downloadFile(url = "https://cdn.posit.co/posit-ai/manifest.json", :
URL 'https://cdn.posit.co/posit-ai/manifest.json': status was 'Couldn't resolve host name'
It appears there are two issues happening (essentially unrelated).
MANIFEST.JSON
First, problems downloading manifest.json; those are almost certainly due to proxy server/VPN issues. RStudio uses base R's download.file() for this, which defaults to libcurl and does NOT pick up the operating system proxy configuration automatically.
Configuring this typically involves setting environment variables, e.g.:
We've made fixes to Posit Assistant that should prevent the "Backend Disconnected Loop" problem when conversations get corrupted. This will be in the next Posit Assistant update, hopefully sometime next week.