sourcegraph / cody

AI that knows your entire codebase
https://cody.dev
Apache License 2.0
2.24k stars 213 forks source link

cli: pnpm lock file changes since move into agent #4657

Closed keegancsmith closed 1 week ago

keegancsmith commented 1 week ago

The recent PR folding CLI into the agent package didn't come along with updates to the pnpm-lock.yaml file. I now get this diff when I run pnpm install in the root of the repository.

Test Plan: pnpm i has no diff and CI is happy

See #4653