sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.59k stars 275 forks source link

CLI: fix release job #4728

Closed olafurpg closed 3 months ago

olafurpg commented 3 months ago

The release job currently fails

 ERR_PNPM_NO_SCRIPT  Missing script: build-agent-binaries

Link https://github.com/sourcegraph/cody/actions/runs/9720089048/job/26830979914#step:11:8

In the past month, we removed the standalone binaries because we are no longer using them in IntelliJ. The pkg solution was expensive to maintain and offered a poor debugging experience compared to running node agent/dist/index.js.

Test plan

Green CI on the next release. The v0.1.0 release to npm succeeded