Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 12:54
· 60 commits to main since this release

Changelog

  • 006e923 feat: C1 config parser and host commands (ls/search/info)
  • 2647a26 feat: C1 remote profile detection and cache
  • 3cfd2e6 feat: C1 sshq cp with SFTP engine
  • 412b634 feat: C2 SSH connect and exec command
  • a19f124 feat: C2 SSH raw stream fallback for cp
  • 94efc60 feat: C2 multi-shell exec with --script-file
  • 3e81519 feat: C3 Windows encoding transcoding and transfer guard
  • 7369733 feat: C3 daemon with connection pool and streaming IPC
  • 7431c4e feat: C3 server-to-server streaming relay
  • f49c006 feat: C4 TCP probe command with batch support
  • ad2d474 feat: IPC v2 protocol upgrade — envelope + typed payload
  • 166541d feat: Phase 0 project skeleton
  • 3cf675e feat: ProxyJump support with recursive chain resolution
  • 6c8e2ba feat: SSH tunnel management (local + remote forward)
  • 7da793b feat: add sshq skill package and docs generator
  • a41a656 feat: auto stdin injection for Windows shells
  • 6573822 feat: auto-generate CLI command reference docs
  • 0388d8e feat: cluster concurrent exec with tag/env filtering
  • b1f69d3 feat: config CRUD — add, set, remove SSH hosts via CLI
  • eb4367c feat: exec pipeline — shell override, timeout, alias shortcut
  • c4a421b feat: fix --env filter, add cluster --hosts, env key compat
  • 7aa8f97 feat: sshq skill install/export/status with embedded skill files
  • 766de23 feat: trust command and structured SSH error messages
  • b53278c fix: Phase 4.5 — close acceptance gaps before Phase 5
  • 331b7ad fix: Windows profile detection and SFTP PosixRename fallback
  • 1a28a48 fix: address trellis-check findings
  • a12c7d7 fix: align go.mod version to 1.26.0
  • 8f081e7 fix: handle MSYS2/Cygwin detection and refine transfer guard
  • 324fa88 fix: handle SIGINT/SIGTERM for transfer cleanup
  • 93ab339 fix: quality check fixes — cluster fallback, proxy cycle guard, sync
  • 65ef00a fix: remove unused stub function and Tunnel struct fields
  • 89b4303 init: project skeleton with MIT license
  • f71852f refactor: architecture cleanup — daemon dispatch, stubs, cache, trust, verbose
  • b041752 refactor: deepen output.Writer — TTY auto-detect, kill compact format
  • 4e78480 refactor: introduce sshclient.Client wrapper type
  • eece836 style: gofmt Phase 1-3 legacy files