Skip to content

v0.14.0 - 2025-07-16

Latest
Compare
Choose a tag to compare
@rcjsuen rcjsuen released this 16 Jul 19:07
· 68 commits to main since this release
55a813f

Added

  • Compose
    • textDocument/documentLink
      • add anchor resolution for all supported document links (#348)
      • return document links for the file attribute of a service object's extends attribute object (#172)
      • provide document links for models on Docker Hub and Hugging Face (#356)
      • return document links for the label_file attribute of a service object (#360)
    • textDocument/hover
      • support hovering over referenced models (#343)

Fixed

  • initialize
    • convert WSL URIs with custom code as the dollar sign in the host cannot be parsed (#362)
  • Compose
    • textDocument/completion
      • prevent wildcard object attribute suggestions if the text cursor is not at the right indentation for attributes to be inserted (#342)
    • textDocument/documentLink
      • fix bounds index error if a quoted string just has a registry and the colon character at the end (#351)