@opencode-ai/sdk 0.5.4 → 0.5.6

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.
@@ -631,6 +631,9 @@ export type Config = {
631
631
  };
632
632
  webfetch?: "ask" | "allow" | "deny";
633
633
  };
634
+ tools?: {
635
+ [key: string]: boolean;
636
+ };
634
637
  experimental?: {
635
638
  hook?: {
636
639
  file_edited?: {
@@ -695,6 +698,10 @@ export type KeybindsConfig = {
695
698
  * List all sessions
696
699
  */
697
700
  session_list: string;
701
+ /**
702
+ * Show session timeline
703
+ */
704
+ session_timeline: string;
698
705
  /**
699
706
  * Share current session
700
707
  */
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.5.4",
4
+ "version": "0.5.6",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit"