You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/prompts.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,9 @@
93
93
"useCurrentConfig": "Use currently selected API configuration",
94
94
"testPromptPlaceholder": "Enter a prompt to test the enhancement",
95
95
"previewButton": "Preview Prompt Enhancement",
96
-
"testEnhancement": "Test Enhancement"
96
+
"testEnhancement": "Test Enhancement",
97
+
"includeTaskHistory": "Include task history as context",
98
+
"includeTaskHistoryDescription": "When enabled, the last 10 messages from the current conversation will be included as context when enhancing prompts, helping to generate more relevant and context-aware suggestions."
97
99
},
98
100
"condense": {
99
101
"apiConfiguration": "API Configuration for Context Condensing",
0 commit comments