Tried Zed 1.7.2 on Ubuntu 26.04 .
Disabled AI completion in Markdown .md files because of useless completions (especially putting nonsensical paths while writing image links), by putting this in Zed Settings JSON file (source: zed-industries/zed#59727) :
"edit_predictions": {
"provider": "copilot", // Github Copilot
"mode": "eager",