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
- Add text selection detection with floating quote button in Markdown component
- Implement quote preview above ChatTextArea with dismiss control
- Add keyboard shortcut support (Cmd/Ctrl+Shift+Q) for quick quoting
- Format quoted text with [context] wrapper for AI context
- Add comprehensive tests for quote selection functionality
- Add translation strings for quote feature
Closes#8837
Copy file name to clipboardExpand all lines: src/i18n/locales/en/common.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,10 @@
181
181
"task_prompt": "What should Roo do?",
182
182
"task_placeholder": "Type your task here"
183
183
},
184
+
"chat": {
185
+
"quotePreview": "Quote",
186
+
"quoteSelection": "Quote"
187
+
},
184
188
"customModes": {
185
189
"errors": {
186
190
"yamlParseError": "Invalid YAML in .roomodes file at line {{line}}. Please check for:\n• Proper indentation (use spaces, not tabs)\n• Matching quotes and brackets\n• Valid YAML syntax",
0 commit comments