Skip to content

docs: rename Code Execution extension to Code Mode extension#7316

Merged
blackgirlbytes merged 5 commits intomainfrom
rizel/rename-code-execution-to-code-mode
Feb 18, 2026
Merged

docs: rename Code Execution extension to Code Mode extension#7316
blackgirlbytes merged 5 commits intomainfrom
rizel/rename-code-execution-to-code-mode

Conversation

@blackgirlbytes
Copy link
Contributor

Summary

Updates documentation to use the correct name "Code Mode extension" instead of "Code Execution extension".

Changes

  • Updated title and description in docs/mcp/code-execution-mcp.md
  • Updated 3 references in docs/guides/managing-tools/code-mode.md
  • Updated 1 reference in blog post 2025-12-21-code-mode-doesnt-replace-mcp
  • Updated 1 reference in blog post 2026-02-06-8-things-you-didnt-know-about-code-mode

Test Plan

Documentation changes only - verified all source file references have been updated.

@blackgirlbytes blackgirlbytes requested a review from a team as a code owner February 18, 2026 20:19
Copilot AI review requested due to automatic review settings February 18, 2026 20:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates documentation to use the user-facing name “Code Mode” (instead of “Code Execution”) for the built-in code_execution platform extension.

Changes:

  • Renames the MCP doc page title and introductory copy to “Code Mode Extension”.
  • Updates references in the Code Mode guide to “Code Mode extension”.
  • Updates select blog references from “Code Execution” to “Code Mode”.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
documentation/docs/mcp/code-execution-mcp.md Renames the extension in the page title/intro to “Code Mode Extension”.
documentation/docs/guides/managing-tools/code-mode.md Updates guide references/table wording to “Code Mode extension”.
documentation/blog/2026-02-06-8-things-you-didnt-know-about-code-mode/index.md Updates one enablement instruction reference to “Code Mode extension”.
documentation/blog/2025-12-21-code-mode-doesnt-replace-mcp/index.md Updates one reference to “Code Mode extension”.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-02-18 21:24 UTC

Copilot AI review requested due to automatic review settings February 18, 2026 20:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings February 18, 2026 20:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 26 out of 32 changed files in this pull request and generated no new comments.

@blackgirlbytes blackgirlbytes added this pull request to the merge queue Feb 18, 2026
@blackgirlbytes blackgirlbytes removed this pull request from the merge queue due to a manual request Feb 18, 2026
…rences

- Rename Code Execution extension to Code Mode extension throughout docs
- Update code-mode.md guide to reference pctx (Port of Context) Deno-based runtime
- Update code-mode-mcp.md with simplified pctx description
- Add Code Mode, Summon, and Top of Mind to extensions library
Copilot AI review requested due to automatic review settings February 18, 2026 20:55
@blackgirlbytes blackgirlbytes force-pushed the rizel/rename-code-execution-to-code-mode branch from df37a75 to e7058a0 Compare February 18, 2026 20:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

@blackgirlbytes blackgirlbytes added this pull request to the merge queue Feb 18, 2026
@blackgirlbytes blackgirlbytes removed this pull request from the merge queue due to a manual request Feb 18, 2026
Copilot AI review requested due to automatic review settings February 18, 2026 21:10
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@blackgirlbytes blackgirlbytes added this pull request to the merge queue Feb 18, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

{
"id": "summon",
"name": "Summon",
"description": "Load skills and delegate tasks to subagents",
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Summon extension description is incomplete. According to the extension's documentation (documentation/docs/mcp/summon-mcp.md lines 11-15), Summon can load both skills and recipes, not just skills. The description should be "Load skills and recipes, and delegate tasks to subagents" to match the documentation at documentation/docs/getting-started/using-extensions.md line 42.

Suggested change
"description": "Load skills and delegate tasks to subagents",
"description": "Load skills and recipes, and delegate tasks to subagents",

Copilot uses AI. Check for mistakes.
},
{
"id": "tom",
"name": "Top of Mind",
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extension name uses inconsistent capitalization. The code defines it as "Top Of Mind" (see crates/goose/src/agents/platform_extensions/mod.rs:109), and the documentation also uses "Top Of Mind" (see documentation/docs/mcp/tom-mcp.md:2 and line 38). This should be "Top Of Mind" with capital "O" to match the code and documentation.

Suggested change
"name": "Top of Mind",
"name": "Top Of Mind",

Copilot uses AI. Check for mistakes.
- [Extension Manager](/docs/mcp/extension-manager-mcp): Discover, enable, and disable extensions dynamically during sessions (enabled by default)
- [Summon](/docs/mcp/summon-mcp): Load skills and recipes, and delegate tasks to subagents (enabled by default)
- [Todo](/docs/mcp/todo-mcp): Manage task lists and track progress across sessions (enabled by default)
- [Top of Mind](/docs/mcp/tom-mcp): Inject persistent instructions into goose's working memory every turn
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extension name uses inconsistent capitalization. The code defines it as "Top Of Mind" with capital "O" (see crates/goose/src/agents/platform_extensions/mod.rs:109), and the documentation title also uses "Top Of Mind" (see documentation/docs/mcp/tom-mcp.md:2). This should be "Top Of Mind" to match the code and official documentation.

Suggested change
- [Top of Mind](/docs/mcp/tom-mcp): Inject persistent instructions into goose's working memory every turn
- [Top Of Mind](/docs/mcp/tom-mcp): Inject persistent instructions into goose's working memory every turn

Copilot uses AI. Check for mistakes.
Merged via the queue into main with commit 5a77215 Feb 18, 2026
22 checks passed
@blackgirlbytes blackgirlbytes deleted the rizel/rename-code-execution-to-code-mode branch February 18, 2026 21:18
michaelneale added a commit that referenced this pull request Feb 19, 2026
* main: (54 commits)
  docs: add monitoring subagent activity section (#7323)
  docs: document Desktop UI recipe editing for model/provider and extensions (#7327)
  docs: add CLAUDE_THINKING_BUDGET and CLAUDE_THINKING_ENABLED environm… (#7330)
  fix: display 'Code Mode' instead of 'code_execution' in CLI (#7321)
  docs: add Permission Policy documentation for MCP Apps (#7325)
  update RPI plan prompt (#7326)
  docs: add CLI syntax highlighting theme customization (#7324)
  fix(cli): replace shell-based update with native Rust implementation (#7148)
  docs: rename Code Execution extension to Code Mode extension (#7316)
  docs: remove ALPHA_FEATURES flag from documentation (#7315)
  docs: escape variable syntax in recipes (#7314)
  docs: update OTel environment variable and config guides (#7221)
  docs: system proxy settings (#7311)
  docs: add Summon extension tutorial and update Skills references (#7310)
  docs: agent session id (#7289)
  fix(gemini-cli): restore streaming lost in #7247 (#7291)
  Update more instructions (#7305)
  feat: add Moonshot and Kimi Code declarative providers (#7304)
  fix(cli): handle Reasoning content and fix streaming thinking display (#7296)
  feat: add GOOSE_SUBAGENT_MODEL and GOOSE_SUBAGENT_PROVIDER config options (#7277)
  ...
katzdave added a commit that referenced this pull request Feb 19, 2026
* 'main' of github.com:block/goose: (40 commits)
  Remove trailing space from links (#7156)
  fix: detect low balance and prompt for top up (#7166)
  feat(apps): add support for MCP apps to sample (#7039)
  Typescript SDK for ACP extension methods (#7319)
  chore: upgrade to rmcp 0.16.0 (#7274)
  docs: add monitoring subagent activity section (#7323)
  docs: document Desktop UI recipe editing for model/provider and extensions (#7327)
  docs: add CLAUDE_THINKING_BUDGET and CLAUDE_THINKING_ENABLED environm… (#7330)
  fix: display 'Code Mode' instead of 'code_execution' in CLI (#7321)
  docs: add Permission Policy documentation for MCP Apps (#7325)
  update RPI plan prompt (#7326)
  docs: add CLI syntax highlighting theme customization (#7324)
  fix(cli): replace shell-based update with native Rust implementation (#7148)
  docs: rename Code Execution extension to Code Mode extension (#7316)
  docs: remove ALPHA_FEATURES flag from documentation (#7315)
  docs: escape variable syntax in recipes (#7314)
  docs: update OTel environment variable and config guides (#7221)
  docs: system proxy settings (#7311)
  docs: add Summon extension tutorial and update Skills references (#7310)
  docs: agent session id (#7289)
  ...
jh-block added a commit that referenced this pull request Feb 19, 2026
* origin/main:
  fix(ci): deflake smoke tests for Google models (#7344)
  feat: add Cerebras provider support (#7339)
  fix: skip whitespace-only text blocks in Anthropic message (#7343)
  fix(goose-acp): heap allocations (#7322)
  Remove trailing space from links (#7156)
  fix: detect low balance and prompt for top up (#7166)
  feat(apps): add support for MCP apps to sample (#7039)
  Typescript SDK for ACP extension methods (#7319)
  chore: upgrade to rmcp 0.16.0 (#7274)
  docs: add monitoring subagent activity section (#7323)
  docs: document Desktop UI recipe editing for model/provider and extensions (#7327)
  docs: add CLAUDE_THINKING_BUDGET and CLAUDE_THINKING_ENABLED environm… (#7330)
  fix: display 'Code Mode' instead of 'code_execution' in CLI (#7321)
  docs: add Permission Policy documentation for MCP Apps (#7325)
  update RPI plan prompt (#7326)
  docs: add CLI syntax highlighting theme customization (#7324)
  fix(cli): replace shell-based update with native Rust implementation (#7148)
  docs: rename Code Execution extension to Code Mode extension (#7316)
aharvard added a commit that referenced this pull request Feb 19, 2026
* origin/main: (29 commits)
  fix(ci): deflake smoke tests for Google models (#7344)
  feat: add Cerebras provider support (#7339)
  fix: skip whitespace-only text blocks in Anthropic message (#7343)
  fix(goose-acp): heap allocations (#7322)
  Remove trailing space from links (#7156)
  fix: detect low balance and prompt for top up (#7166)
  feat(apps): add support for MCP apps to sample (#7039)
  Typescript SDK for ACP extension methods (#7319)
  chore: upgrade to rmcp 0.16.0 (#7274)
  docs: add monitoring subagent activity section (#7323)
  docs: document Desktop UI recipe editing for model/provider and extensions (#7327)
  docs: add CLAUDE_THINKING_BUDGET and CLAUDE_THINKING_ENABLED environm… (#7330)
  fix: display 'Code Mode' instead of 'code_execution' in CLI (#7321)
  docs: add Permission Policy documentation for MCP Apps (#7325)
  update RPI plan prompt (#7326)
  docs: add CLI syntax highlighting theme customization (#7324)
  fix(cli): replace shell-based update with native Rust implementation (#7148)
  docs: rename Code Execution extension to Code Mode extension (#7316)
  docs: remove ALPHA_FEATURES flag from documentation (#7315)
  docs: escape variable syntax in recipes (#7314)
  ...

# Conflicts:
#	ui/desktop/src/components/McpApps/McpAppRenderer.tsx
#	ui/desktop/src/components/McpApps/types.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments