Skip to content

v3.14.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 08:50
b02cf75

3.14.0 (2026-01-25)

Features

  • Implement in-memory ELF execution with PTY support and streamline agent operations by removing dedicated agent root, PID file, and socket-based liveness checks. (c528a94)

Bug Fixes

  • add retry logic to config download and WireGuard file server startup, alongside a new test for config download retries. (2776b2e)
  • auto-completion for memory backed file system (35455fd)
  • clean up bettercap, elvish, and go_lpe modules along with the go-winio dependency. (4f9fab5)
  • Implement agent-side file decryption command and refine mem:// path descriptions for clarity. (345ea1c)
  • introduce netutil.JoinURL for robust and consistent URL construction throughout the agent. (38404ae)
  • refactor memory-backed file system with mem:// prefix for agent file storage and operations. (72d5026)
  • simplify agent logging (80d2f3c)
  • simplify module handling by enforcing in-memory execution and removing on-disk support. (6494d33)
  • use the current process name for in-memory ELF execution. (e41d0aa)