zed
zed copied to clipboard
Agent Panel: Tools not working for Github Copilot models.
Summary
Agent panel tools are only available for Claude Sonnet models, not for Github Copilot models like 4o, 4.1, or Gemini 2.5 Pro.
Claude Sonnet (Github Copilot)
Other model (Github Copilot)
Description
Steps to trigger the problem:
- open the zed editor
- open Agent Panel.
- select github copilot models except Claude.
Actual Behavior: Agent mode should work with all GitHub Copilot models, including strong models like Gemini 2.5 Pro.
Zed Version and System Specs
Zed: v0.185.1 (Zed Preview) OS: macOS 15.4.1 Memory: 16 GiB Architecture: aarch64
There is a pr already in place to enable this: https://github.com/zed-industries/zed/pull/29369
OpenAI models will be resolved in the next preview, as #29369 is merged. #29027 proposes changes which include Gemini tool support for the Copilot provider.
This should be fixed by:
- https://github.com/zed-industries/zed/pull/29369
Thanks for reporting.