Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.02 KB

File metadata and controls

31 lines (19 loc) · 1.02 KB

v1.5.8

Released: 2025-12-28

Summary

Bug fix release for remote access mode (afx start --remote). Fixes several issues that prevented builders, file viewing, and worktree spawning from working correctly when accessing Agent Farm remotely via SSH tunnel.

Bug Fixes

  • Session rename timing: Fixed tmux send-keys to use C-m instead of Enter for reliable session renaming
  • "Already running" case: Now shows correct dashboard port and keeps SSH connection alive for remote tunnels
  • Builder tab projectId: Fixed missing projectId in builder tabs that caused "Terminal not found: builder-undefined" errors in remote mode
  • Annotation proxy: Added /annotation/:id proxy route for remote file viewing through the dashboard
  • SSH error messages: Improved error messages to show actual SSH error details instead of generic failure

Breaking Changes

None

Migration Notes

None required. Simply update:

npm update -g @cluesmith/codev

Contributors

  • Human + AI collaboration via Codev