Sarah Fortune
Sarah Fortune
### Description Add two custom ESLint rules to enforce proper usage patterns when creating protobuf objects. Using .create() to build protobufs ensures that the protobuf is type checked when it...
### Description Rename SecretStore.storeSecret to SecretStore.store ### Test Procedure Tested in the standalone cline node app. ### Type of Change - [x] 🐛 Bug fix (non-breaking change which fixes an...
### Description - Use the host bridge in utils/path.ts Update utils/path.ts to use the host bridge to get the workspace folders, instead of the vscode SDK. Update callers to use...