@opencode-ai/sdk 1.0.128 → 1.0.129

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.
@@ -604,6 +604,10 @@ export type KeybindsConfig = {
604
604
  * Toggle sidebar
605
605
  */
606
606
  sidebar_toggle?: string;
607
+ /**
608
+ * Toggle username visibility
609
+ */
610
+ username_toggle?: string;
607
611
  /**
608
612
  * View status
609
613
  */
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.128",
4
+ "version": "1.0.129",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",