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.3k stars 219 forks source link

minion: remove unused checkpoint #4578

Closed beyang closed 1 month ago

beyang commented 1 month ago

Remove the checkpoint logic, currently unused. Also rename "nodes" to "blocks" ("nodes" are now static identifiers for block constructors, and blocks are the actual execution units).

Test plan

Remove unused code from experimental feature