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
feat(content): generalize custom instructions and enhance refresh UX
- Refactor custom instructions management to a generic 'content' system, introducing `GlobalContentIds`.
- Implement new `openContent`, `updateContent`, and `refreshContent` methods in `ClineProvider` to handle various content types.
- Update webview message interfaces (`WebviewMessage`, `ExtensionMessage`) to support content IDs and a new `contentRefreshed` event.
- Enhance the custom instructions UI in the webview with a dedicated `useRefreshableContent` hook.
- Add visual feedback for content refresh operations, including a loading spinner and a success message.
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/prompts.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@
50
50
"description": "These instructions apply to all modes. They provide a base set of behaviors that can be enhanced by mode-specific instructions below. <0>Learn more</0>",
51
51
"openFile": "Open custom instructions file",
52
52
"refreshFile": "Refresh custom instructions from file",
"loadFromFile": "Instructions can also be loaded from the <span>.roo/rules/</span> folder in your workspace (.roorules and .clinerules are deprecated and will stop working soon)."
0 commit comments