Feature hasn't been suggested before.
Describe the enhancement you want to request
Implement the V2 architecture for adding tools from plugins and migrating built-in tools toward plugin-backed implementations.
Context from the V2 beta discussion:
- Plugins should be able to add tools.
- Internal tools should move toward the same plugin architecture where practical.
- The read tool should eventually be a plugin and should own progressive
AGENTS.md discovery/injection behavior when reading files.
Expected scope:
- Define the plugin API for registering tools.
- Wire plugin-provided tools into the V2 tool registry/materialization path.
- Identify how built-in tools migrate to the same mechanism.
- Include the read-tool/
AGENTS.md integration in the design, even if implementation is split.
- Add tests for plugin tool registration and availability.
Feature hasn't been suggested before.
Describe the enhancement you want to request
Implement the V2 architecture for adding tools from plugins and migrating built-in tools toward plugin-backed implementations.
Context from the V2 beta discussion:
AGENTS.mddiscovery/injection behavior when reading files.Expected scope:
AGENTS.mdintegration in the design, even if implementation is split.