Roo-Code/src/shared
Roo Code 27558b87d2 feat: implement enhanced logging feature for troubleshooting
- Add enhancedLoggingEnabled toggle in Settings → Info (About) section
- Create logEnhancedError and logEnhanced utility functions
- Add sanitization for sensitive data in logs
- Integrate enhanced logging into API error handling
- Add yellow warning banner when enhanced logging is enabled
- Add comprehensive test coverage for logging functionality
- Export disposeEnhancedLogging for proper cleanup

Implements #8098
2025-09-17 23:45:23 +00:00
..
__tests__ fix: restrict @-mention parsing to line-start or whitespace boundaries (#7876) 2025-09-11 19:37:10 -04:00
utils Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
api.ts Get the model id property for a given provider (#8009) 2025-09-17 15:24:27 -07:00
array.ts Initial streaming refactor 2024-10-09 01:49:54 -04:00
checkExistApiConfig.ts refactor: flatten image generation settings structure (#7536) 2025-08-29 18:35:24 -04:00
combineApiRequests.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
combineCommandSequences.ts Random chat text area cleanup (#7436) 2025-08-26 20:48:24 -07:00
context-mentions.ts fix: restrict @-mention parsing to line-start or whitespace boundaries (#7876) 2025-09-11 19:37:10 -04:00
cost.ts Yield the cost in usage data for Anthropic (#4849) 2025-06-18 11:59:11 -07:00
embeddingModels.ts Add support for Vercel embeddings (#7445) 2025-08-27 13:30:19 -04:00
experiments.ts feat: add run_slash_command tool for executing slash commands (#7473) 2025-09-03 14:14:55 -04:00
ExtensionMessage.ts feat: In-extension dismissible upsells for Roo Code Cloud (#7850) 2025-09-10 13:06:13 -07:00
getApiMetrics.ts Publish token usage metrics (#7637) 2025-09-03 13:51:27 -07:00
globalFileNames.ts Use yaml as default custom modes format (#3749) 2025-05-20 16:44:29 -04:00
language.ts feat: Indonesian translation (#4672) 2025-06-13 20:25:05 -04:00
mcp.ts feature: add toggle for disable mcp server tool from prompt (#3551) 2025-06-20 19:14:59 -04:00
modes.ts Expose default modes in @roo-code/types (#6184) 2025-07-24 22:13:40 -04:00
package.ts Focus the extension when receiving bridge commands (#7633) 2025-09-03 12:23:50 -07:00
ProfileValidator.ts feat: Add DeepInfra as a model provider in Roo Code (#7677) 2025-09-04 17:28:45 -04:00
safeJsonParse.ts feat: vertex/gemini prompt caching (#2996) 2025-04-28 15:11:35 -07:00
support-prompt.ts fix: move context condensing prompt to Prompts section (#4924) (#5279) 2025-07-19 22:24:08 -04:00
todo.ts add todo tool (#5182) 2025-07-07 14:07:39 -04:00
tools.ts feat: add run_slash_command tool for executing slash commands (#7473) 2025-09-03 14:14:55 -04:00
vsCodeSelectorUtils.ts Prettier backfill 2025-01-17 14:11:28 -05:00
WebviewMessage.ts feat: implement enhanced logging feature for troubleshooting 2025-09-17 23:45:23 +00:00