File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ intellijPlatform {
3636
3737 ideaVersion {
3838 sinceBuild = " 233"
39- untilBuild = " "
39+ untilBuild = provider { null }
4040 }
4141 }
4242
Original file line number Diff line number Diff line change 3333
3434 <action
3535 id =" com.ashotn.opencode.companion.actions.NewSessionAction"
36- class =" com.ashotn.opencode.companion.actions.NewSessionAction"
37- text =" New Session"
38- description =" Create a new OpenCode session and switch the TUI to it" >
36+ class =" com.ashotn.opencode.companion.actions.NewSessionAction" >
3937 <keyboard-shortcut keymap =" $default" first-keystroke =" shift F12" />
4038 </action >
4139
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ configurable.opencode.displayName=OpenCode Companion
22
33notification.group.opencode =OpenCode Companion
44
5+ action.com.ashotn.opencode.companion.actions.NewSessionAction.text =New Session
6+ action.com.ashotn.opencode.companion.actions.NewSessionAction.description =Create a new OpenCode session and switch the TUI to it
7+
58action.com.ashotn.opencode.companion.actions.ClearSelectedSessionAction.text =Clear Selected Session
69action.com.ashotn.opencode.companion.actions.ClearSelectedSessionAction.description =Clear the selected session and remove all diff highlights
710
You can’t perform that action at this time.
0 commit comments