Skip to content

Move platform extensions into their own folder#7210

Merged
DOsinga merged 4 commits intomainfrom
platform-extension-folder
Feb 13, 2026
Merged

Move platform extensions into their own folder#7210
DOsinga merged 4 commits intomainfrom
platform-extension-folder

Conversation

@DOsinga
Copy link
Collaborator

@DOsinga DOsinga commented Feb 13, 2026

Summary

Refactor for the sake of it, because sometimes you have to

Copilot AI review requested due to automatic review settings February 13, 2026 14:10
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

This PR appears intended to refactor “platform extensions” by moving their implementation into a dedicated agents::platform_extensions module and updating imports/call sites accordingly.

Changes:

  • Updates several call sites (tests, permission code, agent logic) to import extension/tool constants from agents::platform_extensions.
  • Updates agents::mod.rs and agents::extension.rs to reference/re-export the new platform_extensions module.
  • Removes the previous in-module platform extension implementations (apps_extension, chatrecall_extension, code_execution_extension, extension_manager_extension, summon_extension, todo_extension, tom_extension).

Reviewed changes

Copilot reviewed 10 out of 15 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
crates/goose/tests/agent.rs Updates test imports to the new agents::platform_extensions path.
crates/goose/src/permission/permission_judge.rs Redirects extension-manager tool constant import to agents::platform_extensions.
crates/goose/src/permission/permission_inspector.rs Redirects extension-manager tool constant import to agents::platform_extensions.
crates/goose/src/agents/reply_parts.rs Redirects code-execution extension name import to agents::platform_extensions.
crates/goose/src/agents/mod.rs Removes old extension modules and declares pub mod platform_extensions;.
crates/goose/src/agents/extension.rs Re-exports platform extension definitions from agents::platform_extensions.
crates/goose/src/agents/agent.rs Redirects MANAGE_EXTENSIONS_TOOL_NAME_COMPLETE import to agents::platform_extensions.
crates/goose/src/agents/apps_extension.rs Deleted (expected to be moved under platform extensions).
crates/goose/src/agents/chatrecall_extension.rs Deleted (expected to be moved under platform extensions).
crates/goose/src/agents/code_execution_extension.rs Deleted (expected to be moved under platform extensions).
crates/goose/src/agents/extension_manager_extension.rs Deleted (expected to be moved under platform extensions).
crates/goose/src/agents/summon_extension.rs Deleted (expected to be moved under platform extensions).
crates/goose/src/agents/todo_extension.rs Deleted (expected to be moved under platform extensions).
crates/goose/src/agents/tom_extension.rs Deleted (expected to be moved under platform extensions).

Douwe Osinga added 2 commits February 13, 2026 15:25
Copilot AI review requested due to automatic review settings February 13, 2026 14:31
@DOsinga DOsinga requested a review from jamadeo February 13, 2026 14:33
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 11 out of 15 changed files in this pull request and generated no new comments.

@DOsinga DOsinga added this pull request to the merge queue Feb 13, 2026
Merged via the queue into main with commit a800ca7 Feb 13, 2026
30 of 31 checks passed
@DOsinga DOsinga deleted the platform-extension-folder branch February 13, 2026 20:40
katzdave added a commit that referenced this pull request Feb 13, 2026
…ntext

* 'main' of github.com:block/goose:
  Move platform extensions into their own folder (#7210)
  fix: ignore deprecated skills extension (#7139)
  Add a goosed over HTTP integration test, and test the developer tool PATH (#7178)
michaelneale added a commit that referenced this pull request Feb 16, 2026
* origin/main: (42 commits)
  fix: use dynamic port for Tetrate auth callback server (#7228)
  docs: removing LLM Usage admonitions (#7227)
  feat(otel): respect standard OTel env vars for exporter selection (#7144)
  fix: fork session (#7219)
  Bump version numbers for 1.24.0 release (#7214)
  Move platform extensions into their own folder (#7210)
  fix: ignore deprecated skills extension (#7139)
  Add a goosed over HTTP integration test, and test the developer tool PATH (#7178)
  feat: add onFallbackRequest handler to McpAppRenderer (#7208)
  feat: add streaming support for Claude Code CLI provider (#6833)
  fix: The detected filetype is PLAIN_TEXT, but the provided filetype was HTML (#6885)
  Add prompts (#7212)
  Add testing instructions for speech to text (#7185)
  Diagnostic files copying (#7209)
  fix: allow concurrent tool execution within the same MCP extension (#7202)
  fix: handle missing arguments in MCP tool calls to prevent GUI crash (#7143)
  Filter Apps page to only show standalone Goose Apps (#6811)
  opt: use static for Regex (#7205)
  nit: show dir in title, and less... jank (#7138)
  feat(gemini-cli): use stream-json output and re-use session (#7118)
  ...
tlongwell-block added a commit that referenced this pull request Feb 17, 2026
* origin/main:
  docs: playwright CLI skill tutorial (#7261)
  install node in goose dir (#7220)
  fix: relax test_basic_response assertion for providers returning reasoning_content (#7249)
  fix: handle reasoning_content for Kimi/thinking models (#7252)
  feat: sandboxing for macos (#7197)
  fix(otel): use monotonic_counter prefix and support temporality env var (#7234)
  Streaming markdown (#7233)
  Improve compaction messages to enable better post-compaction agent behavior (#7259)
  fix: avoid shell-escaping special characters except quotes (#7242)
  fix: use dynamic port for Tetrate auth callback server (#7228)
  docs: removing LLM Usage admonitions (#7227)
  feat(otel): respect standard OTel env vars for exporter selection (#7144)
  fix: fork session (#7219)
  Bump version numbers for 1.24.0 release (#7214)
  Move platform extensions into their own folder (#7210)
  fix: ignore deprecated skills extension (#7139)

# Conflicts:
#	Cargo.lock
#	Cargo.toml
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