Skip to content

Releases: QiuwenZheng/interminal

v1.0.19

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 06 Jul 05:00

Changes since v1.0.18

  • zellij CLI integration: update driving pattern to write-chars + send-keys Enter as the recommended approach
  • Documentation: simplify MCP instructions, remove misleading new-pane -- cmd examples
  • Dependencies: consolidate pyte and pywinpty into core dependencies (no longer optional)
  • Fix: dump-screen output is returned directly in execute's output field, not written to a file

Installation

uvx mcp-interminal
# or
pip install mcp-interminal

v1.0.18

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 22 Jun 16:17

Changes

  • Remove create_local tool — local commands now run directly via execute() without session setup
  • Remove list_sessions and list_commands tools — simplified API surface
  • Make send_control signal parameter required — destructive operations should be explicit
  • Make disconnect idempotent — repeated calls return true instead of raising
  • Tool descriptions optimized — all 6 tools score 5/5 on Glama Tool Quality
  • Store original command string in RunningCommand for observability

Tool count: 8 → 6 (connect_ssh, execute, respond, read_output, send_control, disconnect)

v1.0.5

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 09 Jun 04:00

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

v1.0.4

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 28 May 13:35

Release version 1.0.4 with proper readme metadata and verification bindings

v1.0.3

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 28 May 12:45

Release version 1.0.3 with standard OpenAPI-compliant Pydantic Field descriptions for 100% JSON Schema parameter coverage

v1.0.2

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 28 May 12:29

Release version 1.0.2 with perfect tool score docstrings and usage guidelines for create_local and list_sessions

v1.0.1

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 28 May 10:51

Release version 1.0.1 with optimal tool docstrings and schema definitions

v1.0.0

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 28 May 10:25
Bump version to 1.0.0 for first stable release

v0.2.0

Choose a tag to compare

@QiuwenZheng QiuwenZheng released this 28 May 10:15