Normalize all file paths to posix format when presenting to AI or user

This commit is contained in:
Saoud Rizwan
2024-09-22 19:20:10 -04:00
parent 1602ecfe67
commit 69e681ebce
9 changed files with 112 additions and 35 deletions

5
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "claude-dev",
"version": "1.7.5",
"version": "1.9.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "claude-dev",
"version": "1.7.5",
"version": "1.9.3",
"license": "MIT",
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2",
@@ -10049,6 +10049,7 @@
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
"license": "MIT",
"engines": {
"node": ">=14.16"
},