@opencode-ai/sdk 0.0.0-snapshot-start-screen-tips-202512230148 → 0.0.0-snapshot-start-screen-tips-202512230618

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.
@@ -992,6 +992,10 @@ export type KeybindsConfig = {
992
992
  * Toggle terminal title
993
993
  */
994
994
  terminal_title_toggle?: string;
995
+ /**
996
+ * Toggle tips on home screen
997
+ */
998
+ tips_toggle?: string;
995
999
  };
996
1000
  export type AgentConfig = {
997
1001
  model?: string;
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": "0.0.0-snapshot-start-screen-tips-202512230148",
4
+ "version": "0.0.0-snapshot-start-screen-tips-202512230618",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",