Skip to content

Releases: jesse-ai/python-language-server

v1.0.9

18 Nov 15:39

Choose a tag to compare

Pyright LSP Bridge with Ruff Formatting Support

This release includes Ruff formatter bundled with Unix builds (Linux/macOS).

Platform Support

  • Linux x64 (~46 MB) - Includes Ruff formatter
  • macOS Intel (x64) (~44 MB) - Includes Ruff formatter
  • macOS Apple Silicon (arm64) (~44 MB) - Includes Ruff formatter
  • Windows x64 (~34 MB) - Pyright only (no Ruff)

Note: Ruff formatting is only bundled for Unix-based systems (Linux/macOS). Windows builds include Pyright language server capabilities only.

Features

  • ✅ Python language server (Pyright) - All platforms
  • ✅ Code formatting (Ruff) - Linux/macOS only
  • ✅ Cross-platform support
  • ✅ Bundled Node.js runtime
  • ✅ WebSocket-based communication

Installation

Linux:

tar -xzf linux-x64.tar.gz
cd linux-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesse

macOS:

tar -xzf darwin-arm64.tar.gz  # or darwin-x64.tar.gz for Intel Macs
cd darwin-arm64  # or darwin-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesse

Windows:

REM Extract win32-x64.zip
cd win32-x64
start.bat --port 9011 --bot-root C:\path\to\bot --jesse-root C:\path\to\jesse

Full Changelog: v1.0.6...v1.0.9

v1.0.8

17 Nov 19:56

Choose a tag to compare

Pyright LSP Bridge with Ruff Formatting Support

This release includes Ruff formatter bundled with Unix builds (Linux/macOS).

Platform Support

  • Linux x64 (~46 MB) - Includes Ruff formatter
  • macOS Intel (x64) (~44 MB) - Includes Ruff formatter
  • macOS Apple Silicon (arm64) (~44 MB) - Includes Ruff formatter
  • Windows x64 (~34 MB) - Pyright only (no Ruff)

Note: Ruff formatting is only bundled for Unix-based systems (Linux/macOS). Windows builds include Pyright language server capabilities only.

Features

  • ✅ Python language server (Pyright) - All platforms
  • ✅ Code formatting (Ruff) - Linux/macOS only
  • ✅ Cross-platform support
  • ✅ Bundled Node.js runtime
  • ✅ WebSocket-based communication

Installation

Linux:

tar -xzf linux-x64.tar.gz
cd linux-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesse

macOS:

tar -xzf darwin-arm64.tar.gz  # or darwin-x64.tar.gz for Intel Macs
cd darwin-arm64  # or darwin-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesse

Windows:

REM Extract win32-x64.zip
cd win32-x64
start.bat --port 9011 --bot-root C:\path\to\bot --jesse-root C:\path\to\jesse

Full Changelog: v1.0.6...v1.0.8

v1.0.7

16 Nov 10:15

Choose a tag to compare

Pyright LSP Bridge with Ruff Formatting Support

This release includes Ruff formatter bundled with Unix builds (Linux/macOS).

Platform Support

  • Linux x64 (~46 MB) - Includes Ruff formatter
  • macOS Intel (x64) (~44 MB) - Includes Ruff formatter
  • macOS Apple Silicon (arm64) (~44 MB) - Includes Ruff formatter
  • Windows x64 (~34 MB) - Pyright only (no Ruff)

Note: Ruff formatting is only bundled for Unix-based systems (Linux/macOS). Windows builds include Pyright language server capabilities only.

Features

  • ✅ Python language server (Pyright) - All platforms
  • ✅ Code formatting (Ruff) - Linux/macOS only
  • ✅ Cross-platform support
  • ✅ Bundled Node.js runtime
  • ✅ WebSocket-based communication

Installation

Linux:

tar -xzf linux-x64.tar.gz
cd linux-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesse

macOS:

tar -xzf darwin-arm64.tar.gz  # or darwin-x64.tar.gz for Intel Macs
cd darwin-arm64  # or darwin-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesse

Windows:

REM Extract win32-x64.zip
cd win32-x64
start.bat --port 9011 --bot-root C:\path\to\bot --jesse-root C:\path\to\jesse

Full Changelog: v1.0.6...v1.0.7

v1.0.6

07 Nov 08:25

Choose a tag to compare

Pyright LSP Bridge with Ruff Formatting Support

This release includes Ruff formatter bundled with Unix builds (Linux/macOS).

Platform Support

  • Linux x64 (~46 MB) - Includes Ruff formatter
  • macOS Intel (x64) (~44 MB) - Includes Ruff formatter
  • macOS Apple Silicon (arm64) (~44 MB) - Includes Ruff formatter
  • Windows x64 (~34 MB) - Pyright only (no Ruff)

Note: Ruff formatting is only bundled for Unix-based systems (Linux/macOS). Windows builds include Pyright language server capabilities only.

Features

  • ✅ Python language server (Pyright) - All platforms
  • ✅ Code formatting (Ruff) - Linux/macOS only
  • ✅ Cross-platform support
  • ✅ Bundled Node.js runtime
  • ✅ WebSocket-based communication

Installation

Linux:

tar -xzf linux-x64.tar.gz
cd linux-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesse

macOS:

tar -xzf darwin-arm64.tar.gz  # or darwin-x64.tar.gz for Intel Macs
cd darwin-arm64  # or darwin-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesse

Windows:

REM Extract win32-x64.zip
cd win32-x64
start.bat --port 9011 --bot-root C:\path\to\bot --jesse-root C:\path\to\jesse

Full Changelog: v1.0.5...v1.0.6

v1.0.5

04 Nov 09:09

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

v1.0.4

03 Nov 08:50

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

02 Nov 17:31

Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 Nov 13:03

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2