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 saveCustomCheckpoint command to VSCode command system
- Update checkpoint system to accept custom messages
- Add UI button in TaskActions for creating custom checkpoints
- Add webview message handler for custom checkpoint requests
- Add translation strings for custom checkpoint UI
- Update Task and checkpoint services to support custom messages
Fixes#8350
Copy file name to clipboardExpand all lines: src/i18n/locales/en/common.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@
30
30
"checkpoint_failed": "Failed to restore checkpoint.",
31
31
"git_not_installed": "Git is required for the checkpoints feature. Please install Git to enable checkpoints.",
32
32
"nested_git_repos_warning": "Checkpoints are disabled because a nested git repository was detected at: {{path}}. To use checkpoints, please remove or relocate this nested git repository.",
33
+
"no_active_task": "No active task. Please start a task first.",
34
+
"checkpoints_disabled": "Checkpoints are disabled for this task. Please enable checkpoints in settings.",
33
35
"no_workspace": "Please open a project folder first",
34
36
"update_support_prompt": "Failed to update support prompt",
35
37
"reset_support_prompt": "Failed to reset support prompt",
@@ -223,5 +225,14 @@
223
225
"docsLink": {
224
226
"label": "Docs",
225
227
"url": "https://docs.roocode.com"
228
+
},
229
+
"checkpoint": {
230
+
"custom_prompt": "Enter a description for this checkpoint",
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/chat.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,9 @@
152
152
"checkpoint": {
153
153
"regular": "Checkpoint",
154
154
"initializingWarning": "Still initializing checkpoint... If this takes too long, you can disable checkpoints in <settingsLink>settings</settingsLink> and restart your task.",
155
+
"save_custom": "Save Custom Checkpoint",
156
+
"custom_prompt": "Enter a description for this checkpoint",
0 commit comments