docs: code mode and code execution extension#6255
Merged
dianed-square merged 1 commit intomainfrom Dec 23, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents the Code Execution extension and Code Mode feature while fixing "enabled by default" language across documentation to accurately reflect that the disabled setting is now honored.
- Adds comprehensive documentation for Code Mode and Code Execution extension
- Updates platform extension descriptions to clarify which are enabled by default
- Enhances the
PlatformExtensionNotecomponent to conditionally display "enabled by default" text
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
documentation/src/components/PlatformExtensionNote.js |
Adds defaultEnabled parameter to conditionally show "enabled by default" text |
documentation/docs/mcp/code-execution-mcp.md |
New documentation page for Code Execution extension with configuration and usage examples |
documentation/docs/guides/code-mode.md |
New comprehensive guide explaining Code Mode functionality, comparing it to traditional MCP, with blog post references |
documentation/docs/getting-started/using-extensions.md |
Updates platform extensions list with Code Execution and clarifies which extensions are enabled by default |
documentation/docs/guides/tips.md |
Adds tip recommending Code Mode for users with many extensions |
documentation/docs/guides/sessions/session-management.md |
Updates Chatrecall references to link to documentation and removes "enabled by default" claim |
documentation/docs/mcp/chatrecall-mcp.md |
Updates PlatformExtensionNote to indicate not enabled by default |
Contributor
|
blackgirlbytes
approved these changes
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR documents the Code Execution extension and Code Mode feature.
Documentation updates:
documentation/docs/getting-started/using-extensions.md:documentation/docs/guides/code-mode.md:documentation/docs/mcp/code-execution-mcp.md:documentation/docs/guides/tips.md:Updates to fix "enabled by default" language (disabled setting is now honored):
documentation/docs/getting-started/using-extensions.mddocumentation/docs/guides/sessions/session-management.mddocumentation/docs/mcp/chatrecall-mcp.mddocumentation/src/components/PlatformExtensionNote.jsType of Change
AI Assistance
Testing
Manual testing