revert: roll back git-backed review modes (#19295)

This commit is contained in:
Shoubhit Dash
2026-03-26 10:14:57 -04:00
committed by GitHub
parent d500a8432a
commit 1b028d0632
23 changed files with 228 additions and 1103 deletions
@@ -190,7 +190,7 @@ export async function bootstrapDirectory(input: {
input.sdk.vcs.get().then((x) => {
const next = x.data ?? input.store.vcs
input.setStore("vcs", next)
if (next) input.vcsCache.setStore("value", next)
if (next?.branch) input.vcsCache.setStore("value", next)
}),
),
() => retry(() => input.sdk.command.list().then((x) => input.setStore("command", x.data ?? []))),