Releases: wentf9/xops-cli
Releases · wentf9/xops-cli
v0.6.0
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
release v0.5.0: support openssh compatible flags and internal tunneling enhancements
Full Changelog: v0.4.1...v0.5.0
v0.4.1
release: v0.4.1 - fix i18n initialization deadlock and improve test support
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/wentf9/xops-cli/commits/v0.1.0