@opencode-ai/sdk 1.0.1 → 1.0.3

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.
@@ -131,6 +131,10 @@ export type KeybindsConfig = {
131
131
  * Clear input field
132
132
  */
133
133
  input_clear?: string;
134
+ /**
135
+ * Forward delete
136
+ */
137
+ input_forward_delete?: string;
134
138
  /**
135
139
  * Paste from clipboard
136
140
  */
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.1",
4
+ "version": "1.0.3",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",