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: add debug buttons to view API and UI history
- Add roo-cline.debug package.json setting (default: false)
- Add debug property to ExtensionState for webview
- Add Open API History and Open UI History buttons in TaskActions
- Buttons appear when debug=true and task has ID
- Opens prettified JSON in temporary file for debugging
- Add tests for new debug button functionality
Copy file name to clipboardExpand all lines: src/package.nls.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,5 +43,6 @@
43
43
"settings.useAgentRules.description": "Enable loading of AGENTS.md files for agent-specific rules (see https://agent-rules.org/)",
44
44
"settings.apiRequestTimeout.description": "Maximum time in seconds to wait for API responses (0 = no timeout, 1-3600s, default: 600s). Higher values are recommended for local providers like LM Studio and Ollama that may need more processing time.",
45
45
"settings.newTaskRequireTodos.description": "Require todos parameter when creating new tasks with the new_task tool",
46
-
"settings.codeIndex.embeddingBatchSize.description": "The batch size for embedding operations during code indexing. Adjust this based on your API provider's limits. Default is 60."
46
+
"settings.codeIndex.embeddingBatchSize.description": "The batch size for embedding operations during code indexing. Adjust this based on your API provider's limits. Default is 60.",
47
+
"settings.debug.description": "Enable debug mode to show additional buttons for viewing API conversation history and UI messages as prettified JSON in temporary files."
0 commit comments