chore(http-recorder): disable release automation (#31160)

This commit is contained in:
Kit Langton
2026-06-06 20:10:28 -04:00
committed by GitHub
parent 06d7840d1d
commit effd27b239
7 changed files with 16 additions and 270 deletions
@@ -8,6 +8,10 @@ const keybinds: Record<string, string> = {
"model.variant.cycle": "mod+shift+m",
}
export function formatKeybind(config: string) {
return config === "none" ? "" : config
}
export function useCommand() {
return {
options: [],