Skip to content

Releases: wentf9/xops-cli

v0.6.0

03 Apr 03:23

Choose a tag to compare

v0.6.0 Release

SFTP Enhancements:

  • Added exec, lexec, shell, lshell commands for interactive remote/local execution.
  • Added local file operations: lmkdir, lrm, lcp, lmv.
  • Added remote file operations: cp, mv.
  • Implemented robust resume functionality and interactive overwrite control.
  • Switched from readline to liner for better cross-platform support.
  • Optimized directory download progress visualization.

SSH Improvements:

  • Improved interactive stdin handling to fix byte swallowing after returning from PTY modes.
  • Fixed lexec terminal state handling for interactive tools (e.g., vim, less).
  • Refined fallbackCopyStdinTo for safer concurrency and cancellation.

Full Changelog: v0.5.0...v0.6.0

v0.5.0

30 Mar 14:08

Choose a tag to compare

release v0.5.0: support openssh compatible flags and internal tunneling enhancements

Full Changelog: v0.4.1...v0.5.0

v0.4.1

21 Mar 03:31

Choose a tag to compare

release: v0.4.1 - fix i18n initialization deadlock and improve test support

Full Changelog: v0.4.0...v0.4.1

v0.4.0

20 Mar 15:55

Choose a tag to compare

Release v0.4.0

Features:

  • New interactive 'exec' command with PTY and sudo support for single hosts.
  • Comprehensive internationalization (i18n) for command outputs and error messages.
  • Enhanced SFTP interactive shell with readline support and command auto-completion.
  • Updated MCP Go SDK and other dependencies.

Refactoring:

  • Improved command initialization logic and centralized error handling.

What's Changed

  • build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.4.0 to 1.4.1 by @dependabot[bot] in #10

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Mar 07:16

Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 Mar 14:50

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Mar 02:58

Choose a tag to compare