You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ask Claude desktop to read an XML file through Desktop Commander that contains <Name> and </Name> nodes anywhere it reads them as <n> and </n>. Even when it tries to read them through Desktop Commander using Python, Powershell, bash it always gets the <n> tag. Only when it tried to read the file as bytes it was able to actually read tags properly.