@opencode-ai/sdk 1.0.158 → 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
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "1.0.158",
4
+ "version": "1.0.159",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",