Skip to content

Releases: jesse-ai/python-language-server

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 31 May 15:41

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
  • Linux arm64 (~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  # or linux-arm64.tar.gz for ARM (e.g. Raspberry Pi, Apple Silicon Docker)
cd linux-x64  # or linux-arm64
./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.7...v1.0.10

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 18 Nov 15:39

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

Choose a tag to compare

@github-actions github-actions released this 17 Nov 19:56

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

Choose a tag to compare

@github-actions github-actions released this 16 Nov 10:15

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

Choose a tag to compare

@github-actions github-actions released this 07 Nov 08:25

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

Choose a tag to compare

@github-actions github-actions released this 04 Nov 09:09

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

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 03 Nov 08:50

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

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 02 Nov 17:31

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

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Nov 13:03

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