Zed @zed.dev · May 21

Run custom git commands on any commit in the git graph. Define a global task using the new git task variables to add it to the context menu.

13 likes 1 replies

?

Replies

Zed · May 21

You can now configure a separate model for subagents with the new `agent.subagent_model` setting. Tip: Use a frontier model for the main agent, and something faster and cheaper for subagents. "agent": { "subagent_model": { "model": "gpt-5-mini", "provider": "zed.dev" } }