@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.
- package/dist/gen/types.gen.d.ts +7 -0
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -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
|
*/
|