v8.23.0
·
198 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
New Features
- feat(zed): support skills, rules, and mcp — Zed now supports generating skills, rules, and MCP configurations, along with git-transport root-path follow-ups by @dyoshikawa in #1720
- feat: add
pull-maincommand — Adds apull-maincommand to switch to the main branch and rungit pull --pruneby @dyoshikawa-claw in #1719 - feat: add PR automation workflows and ball-tracking commands — Adds PR automation workflows and commands for tracking who is awaiting action by @dyoshikawa in #1715
Bug Fixes
- fix(codexcli): emit workspace root permissions — Codex CLI now emits workspace root permissions by @CillianMyles in #1717
- fix(git-transport): support
path: "."/""— Skills located at the repository root are now fully fetched during sparse-checkout by @besdar in #1711