From b2aacf5eb81de38656e92c921c945bae2f4ec9be Mon Sep 17 00:00:00 2001 From: Sannidhya Date: Fri, 19 Dec 2025 22:58:47 +0530 Subject: [PATCH] Add terminal integration tutorial video - Added new Terminal Integration tutorial video (rkWBHeG9A-4) to tutorial-videos.json - Converted shell-integration.md to shell-integration.mdx to support embedded video - Embedded YouTube tutorial video at top of Terminal Shell Integration feature page --- ...l-integration.md => shell-integration.mdx} | 20 +++++++++++++++++++ docs/tutorial-videos.json | 4 ++++ 2 files changed, 24 insertions(+) rename docs/features/{shell-integration.md => shell-integration.mdx} (98%) diff --git a/docs/features/shell-integration.md b/docs/features/shell-integration.mdx similarity index 98% rename from docs/features/shell-integration.md rename to docs/features/shell-integration.mdx index 37d8b59d..58dc7c38 100644 --- a/docs/features/shell-integration.md +++ b/docs/features/shell-integration.mdx @@ -8,11 +8,31 @@ keywords: - troubleshooting image: /img/social-share.jpg --- +import Codicon from '@site/src/components/Codicon'; # Terminal Shell Integration Terminal Shell Integration is a key feature that enables Roo Code to execute commands in your terminal and intelligently process their output. This bidirectional communication between the AI and your development environment unlocks powerful automation capabilities. +
+ +
+ +
+ --- ## What is Shell Integration? diff --git a/docs/tutorial-videos.json b/docs/tutorial-videos.json index 0fe580c0..dbc06baf 100644 --- a/docs/tutorial-videos.json +++ b/docs/tutorial-videos.json @@ -51,6 +51,10 @@ { "id": "_Op3VfLPEu8", "title": "Code Actions" + }, + { + "id": "rkWBHeG9A-4", + "title": "Terminal Integration" } ] }