@opencode-ai/sdk 1.0.157 → 1.0.159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -775,6 +775,14 @@ export type KeybindsConfig = {
|
|
|
775
775
|
* Previous recently used model
|
|
776
776
|
*/
|
|
777
777
|
model_cycle_recent_reverse?: string;
|
|
778
|
+
/**
|
|
779
|
+
* Next favorite model
|
|
780
|
+
*/
|
|
781
|
+
model_cycle_favorite?: string;
|
|
782
|
+
/**
|
|
783
|
+
* Previous favorite model
|
|
784
|
+
*/
|
|
785
|
+
model_cycle_favorite_reverse?: string;
|
|
778
786
|
/**
|
|
779
787
|
* List available commands
|
|
780
788
|
*/
|