@opencode-ai/sdk 1.0.167 → 1.0.168
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.
|
@@ -700,6 +700,14 @@ export type KeybindsConfig = {
|
|
|
700
700
|
* Show session timeline
|
|
701
701
|
*/
|
|
702
702
|
session_timeline?: string;
|
|
703
|
+
/**
|
|
704
|
+
* Fork session from message
|
|
705
|
+
*/
|
|
706
|
+
session_fork?: string;
|
|
707
|
+
/**
|
|
708
|
+
* Rename session
|
|
709
|
+
*/
|
|
710
|
+
session_rename?: string;
|
|
703
711
|
/**
|
|
704
712
|
* Share current session
|
|
705
713
|
*/
|