Skip to content

Commit

Permalink
Update codyCommit to custom (non-main) hash (workaround) (#192)
Browse files Browse the repository at this point in the history
It uses this version of Cody: 
sourcegraph/cody#2316

It is a workaround for the issue with autocompletion:
#191

## Test plan 
- runIde
- test autocompletion (and accept autocompletion!)
- test chat
- test sub tab
  • Loading branch information
mkondratek authored Dec 13, 2023
1 parent 70836a1 commit 0e8bc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ tasks {
return destinationDir
}

val codyCommit = "9a47fd26c2b93364781d01fecdbf4f3e9fdd03e4"
val codyCommit = "e789043dbd6225db6236b69d420a5ec0d809893c"
fun downloadCody(): File {
val url = "https://github.com/sourcegraph/cody/archive/$codyCommit.zip"
val destination = githubArchiveCache.resolve("$codyCommit.zip")
Expand Down

0 comments on commit 0e8bc36

Please sign in to comment.