mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
test(app): test for toggling model variant (#11221)
This commit is contained in:
parent
03803621db
commit
b43a35b737
3 changed files with 27 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export const terminalToggleKey = "Control+Backquote"
|
|||
|
||||
export const promptSelector = '[data-component="prompt-input"]'
|
||||
export const terminalSelector = '[data-component="terminal"]'
|
||||
export const modelVariantCycleSelector = '[data-action="model-variant-cycle"]'
|
||||
|
||||
export function createSdk(directory?: string) {
|
||||
return createOpencodeClient({ baseUrl: serverUrl, directory, throwOnError: true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue