Skip to content

Releases: F2011B/python-delphi-lsp

python-delphi-lsp 2.0.0

Choose a tag to compare

@F2011B F2011B released this 12 Jul 16:28

Highlights

  • Breaking public namespace migration from delphiast to delphi_lsp.
  • Agent Interface and Protocol v2 with bounded context, focus management, cursors, relations, and a persistent worker.
  • Installable OpenCode skill and plugin exposing structured Delphi codebase exploration without grep, cat, or read tools.
  • Automatic .dpr, .dpk, .dproj, .cfg, and .dof source/include path discovery; no user-provided environment variable is required.
  • Optimized LSP path for every file size while retaining semantic functionality, including a verified 117,511-line source file.
  • Supported on Windows, macOS, and Linux with Python 3.10 or newer.

Verification

  • 433 tests and 57 subtests passed locally.
  • CI passed on Windows, macOS, and Ubuntu with Python 3.10 and 3.14.
  • OpenCode integration passed against locally cached Ornith-1.0-9B served by vLLM in offline mode.

See the attached release evidence and OpenCode traces for reproducible details.