sourcegraph / cody

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

Agent: fix Kotlin bindings script #4640

Closed olafurpg closed 1 week ago

olafurpg commented 1 week ago

We recently changed the script and it's missing a git fetch origin step. Reported here https://github.com/sourcegraph/cody/pull/4583/files#r1648367376

While testing the script locally, I also noticed it was missing a pnpm install step in the cody repo.

Test plan

Run pnpm generate-agent-kotlin-bindings and it succeeds