Zed @zed.dev ยท Jun 18

๐Ÿš€ Zed v1.7 landed yesterday, here's what's new! The agent now automatically compacts your thread context. Adjust the `agent.auto_compact.threshold` setting to control when compaction occurs, and run `/compact` to trigger it manually.

53 likes 2 replies

?

Replies

Leve Veder ยท Jun 18

Nice

Zed ยท Jun 18

Custom git commands get a new `$ZED_GIT_REF` task variable. Right-click a branch, remote ref, or tag label in the git graph and your command runs against it, e.g. `git checkout $ZED_GIT_REF`. Thanks aobatact!