Skip to content

v0.217.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Dec 20:52
· 305 commits to main since this release
  • Added support for Gemini 3 Flash model. (#45142)
  • Added support for Zed to download beta versions of ty, when configured as an enabled language server (#45080):
{
  "languages": {
    "Python": {
      "language_servers": [
          "ty", "ruff", "!basedpyright", "!pyrefly", "!pyright", "!pylsp"
      ]
    }
  }
}