Skip to content

Releases: wilfoa/polybugger-mcp

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 18:18

v1.8.0 (2026-01-23)

Bug Fixes

  • Increase timeouts for container debugging attachment (#11, 8be05a3)

  • Prevent LLM retry loop in container test (#11, 8be05a3)

  • Resolve lint errors and add pre-commit CI job (#11, 8be05a3)

  • VHS tapes shell init delay and python3 command (#11, 8be05a3)

Features

  • Add container debugging support for Docker, Podman, and Kubernetes (#11, 8be05a3)

Detailed Changes: v1.7.0...v1.8.0

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 15:41

v1.7.0 (2026-01-22)

Bug Fixes

  • Allow extra env vars in Settings and load .env for tests (#10, bdf9506)

Features

  • Add session-level python_path for custom interpreter selection (#10, bdf9506)

Detailed Changes: v1.6.0...v1.7.0

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Jan 10:43

v1.6.0 (2026-01-17)

Features

  • Add hit conditions and logpoints to breakpoints (ea92c33)

Detailed Changes: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 09:23

v1.5.0 (2026-01-16)

Bug Fixes

  • Always run poetry install in CI (don't skip on cache hit) (0d61133)

  • Bust CI cache with new key prefix and ensure full install (0d61133)

  • Correct breakpoint line numbers and improve test assertions (0d61133)

  • Fix Rust test skip condition and lower coverage threshold (0d61133)

  • Improve LLM test prompts and make tests more resilient (0d61133)

  • Include examples directory in Docker test image (0d61133)

  • Remove secrets check from workflow job conditions (0d61133)

  • Resolve all type errors in adapter implementation (0d61133)

  • Resolve lint errors after rename (0d61133)

  • Update all workflow files to use Poetry and fix cache keys (0d61133)

  • Use Poetry in CI workflow instead of pip (0d61133)

  • Use python build module instead of poetry for semantic-release (7f01bf9)

Build System

  • Migrate from hatchling to Poetry (d2ee960)

Features

  • Add Docker test environment and fix LLDB adapter (0d61133)

  • Add multi-language MCP tools and LLM E2E tests (0d61133)

  • Implement Go debug adapter (delve) (0d61133)

  • Implement Node.js debug adapter (0d61133)

  • Implement Rust/C/C++ debug adapter (CodeLLDB) (0d61133)

Refactoring

  • Make DebugpyAdapter implement DebugAdapter ABC (0d61133)

  • Rename project from pybugger-mcp to polybugger-mcp (0d61133)


Detailed Changes: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 13:30

v1.4.0 (2026-01-15)

This release is published under the MIT License.

Features

  • Optimize TUI output for better tokenization (#7, 351ca9c)

Refactoring

  • Reduce MCP tool context size by 43% (#7, 351ca9c)

Detailed Changes: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 12:23

v1.3.0 (2026-01-15)

This release is published under the MIT License.

Features

  • Add call hierarchy with source context (#6, 683c89c)

  • Call Hierarchy with Source Context (#6, 683c89c)


Detailed Changes: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 12:04

v1.2.0 (2026-01-15)

This release is published under the MIT License.

Features

  • Add smart variable inspection for data science types (#4, 8cc8896)

  • Smart Variable Inspection for Data Science Types (#4, 8cc8896)


Detailed Changes: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jan 11:10

v1.1.1 (2026-01-15)

This release is published under the MIT License.

Bug Fixes

  • Correct entry point - pybugger-mcp now runs MCP stdio server (b0d4761)

Detailed Changes: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 09:22

v1.1.0 (2026-01-15)

This release is published under the MIT License.

Bug Fixes

  • Prevent TTY conflict when running as MCP server (#2, 8c19257)

  • Prevent TTY conflict when running as MCP server (#3, 1158076)

Features

  • Add TUI formatter for rich terminal output (#2, 8c19257)

Detailed Changes: v1.0.1...v1.1.0

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Jan 17:59

v1.0.1 (2026-01-14)

This release is published under the MIT License.

Bug Fixes

  • Add working demo GIF to README (a3ffdd9)

Detailed Changes: v1.0.0...v1.0.1