@@ -634,6 +634,7 @@ export const en: TranslationKeys = {
634634 backend : 'Show background processes panel' ,
635635 loop : 'Schedule a session-scoped recurring task. Usage: /loop 5m <prompt>' ,
636636 profiles : 'Switch configuration profiles' ,
637+ models : 'Open the model switching panel' ,
637638 subAgentDepth : 'Set the maximum nested spawn depth for sub-agents' ,
638639 vulnerabilityHunting :
639640 'Toggle vulnerability hunting mode for security-focused code analysis' ,
@@ -744,6 +745,43 @@ export const en: TranslationKeys = {
744745 fileHint :
745746 'This setting is persisted to .snow/settings.json in the project root' ,
746747 } ,
748+ modelsPanel : {
749+ title : 'Model Switching' ,
750+ subtitle : 'Tab to switch tabs | Enter to select' ,
751+ tabAdvanced : 'Advanced Model' ,
752+ tabBasic : 'Basic Model' ,
753+ tabThinking : 'Thinking' ,
754+ currentModel : 'Current Model:' ,
755+ notSet : 'Not Set' ,
756+ loadingModels : 'Loading models...' ,
757+ hint : 'Enter to select model | m for manual input | Esc to close' ,
758+ manualInputTitle : 'Manual Input' ,
759+ manualInputHint : 'Enter to save, Esc to close' ,
760+ filterLabel : 'Filter:' ,
761+ manualInputOption : 'Manual Input' ,
762+ requestMethod : 'Request Method:' ,
763+ showThinkingProcess : 'Show Thinking Process:' ,
764+ enableThinking : 'Enable Thinking:' ,
765+ thinkingMode : 'Thinking Mode:' ,
766+ thinkingStrength : 'Thinking Strength:' ,
767+ inputNumberHint : 'Enter number, press Enter to save' ,
768+ escCancel : 'Esc to cancel' ,
769+ navigationHint : '↑↓ to select | Enter to toggle | Esc to close' ,
770+ notSupported : 'Not Supported' ,
771+ advancedModelLabel : 'Advanced Model' ,
772+ basicModelLabel : 'Basic Model' ,
773+ thinkingLabel : 'Thinking' ,
774+ requestMethodNotSupportedForThinking :
775+ 'Current request method ({requestMethod}) does not support thinking' ,
776+ requestMethodNotSupportedForThinkingStrength :
777+ 'Current request method ({requestMethod}) does not support thinking strength settings' ,
778+ anthropicSpeed : 'Speed:' ,
779+ saveFailed : 'Save failed' ,
780+ modelSaveFailed : 'Model save failed' ,
781+ tipLabel : 'Tip:' ,
782+ modelCount : '{count} models' ,
783+ scrollHint : '↑↓ scroll for more' ,
784+ } ,
747785 profilePanel : {
748786 title : 'Select Profile' ,
749787 scrollHint : '↑↓ to scroll' ,
0 commit comments