Roo-Code/packages/types
Roo Code 24b0f76ff1 feat: add YOLO Mode for Jupyter notebooks
- Add comprehensive security validation for Jupyter notebooks
- Implement YOLO Mode setting to bypass security restrictions in trusted environments
- Add jupyterNotebookYoloMode configuration option
- Create JupyterNotebookSecurity class with risk detection for:
  - Critical risks: eval, exec, shell commands
  - High risks: dangerous imports, script injection
  - Medium risks: file/network operations
- Implement automatic sanitization of dangerous content
- Add read-only mode enforcement for risky notebooks
- Include comprehensive test suite with 27 test cases
- Add detailed documentation for security features

This allows users to work with trusted notebooks containing "unsafe" constructs
by enabling YOLO Mode in settings when needed.
2025-09-03 21:05:27 +00:00
..
npm Move message queue to the extension host (#7604) 2025-09-02 19:12:18 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add YOLO Mode for Jupyter notebooks 2025-09-03 21:05:27 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00