Skip to content

Releases: ReagentX/fleetcom

0.10.1

Choose a tag to compare

@ReagentX ReagentX released this 23 Jul 00:14
e61a126
  • Enable drag text selection during scrollback

0.10.0

Choose a tag to compare

@ReagentX ReagentX released this 22 Jul 06:26
21ee856
  • Added automatic task-set recovery snapshots, accessible from the session picker with Tab.
  • Forwarded attached applications’ OSC 52 clipboard copies to the host terminal, with copy-status notices.
  • Added highlighted mouse-drag selection and clipboard copying for supported live task screens.

0.9.0

Choose a tag to compare

@ReagentX ReagentX released this 21 Jul 05:31
bd1f2b4
  • Claude Code previews now recognize dynamic workflow wait states
  • Saved sessions now carry a format version; unsupported versions are rejected safely with a clear error.
  • Passing --scrollback while reusing an existing daemon now shows a notice that the setting was ignored and explains how to restart the daemon to apply it

0.8.0

Choose a tag to compare

@ReagentX ReagentX released this 20 Jul 22:41
a2a6eef
  • Smarter dashboard previews for Claude, Codex, and Grok now surface meaningful live states such as current actions, approval requests, and agent waits while filtering transient spinner noise
  • Attached sessions now forward function keys, modified navigation keys, and application-mode cursor keys more faithfully
  • Configure per-task terminal history with --scrollback <lines> or FLEETCOM_SCROLLBACK; use 0 to disable scrollback
  • Jump between dashboard sections with Tab and Shift-Tab
  • Edit any inline prompt using /, Home/End, or Ctrl-A/Ctrl-E
  • Idle indicators and section placement now transition together after 10 seconds, preventing flicker for periodically updating tasks.

0.7.0

Choose a tag to compare

@ReagentX ReagentX released this 16 Jul 01:05
6b4b9e0
  • Automatically resume supported claude, codex, and grok conversations when rerunning tasks or loading saved sessions
  • See quiet tasks in a new Idle section after 10 seconds without output
    • Task ages now reflect the last meaningful event: launch, last output, or completion.
  • Wrap task selection between the first and last entries when navigating the dashboard or Quick Peek with arrow keys, j/k, or the mouse wheel.

0.6.0

Choose a tag to compare

@ReagentX ReagentX released this 14 Jul 04:54
2803b03
  • Support custom renaming of tasks with R action, bump protocol to v8

0.5.0

Choose a tag to compare

@ReagentX ReagentX released this 13 Jul 23:49
743ddb9
  • Replace vt100 backend with alacritty_terminal
  • Add g interaction to support custom sorting of jobs

0.4.0

Choose a tag to compare

@ReagentX ReagentX released this 12 Jul 20:00
3e00d45
  • Session saving, loading, and listing now consistently respect the connecting client’s FLEETCOM_CONFIG_DIR
  • Paths (including non-UTF-8 paths) and pasted input are transferred without data loss
  • Stalled tasks and socket writes can no longer freeze the dashboard or shutdown
  • Terminal settings are reliably restored after errors and crashes
  • Improved daemon connection and --kill error handling

0.3.1

Choose a tag to compare

@ReagentX ReagentX released this 12 Jul 06:56
1c1cd28
  • Remove shed_writer method and its calls from Supervisor

0.3.0

Choose a tag to compare

@ReagentX ReagentX released this 12 Jul 06:28
a1bf4f1
  • Improved task input: richer paste, modified Enter, and mouse handling.
  • Added 2,000-line task scrollback with keyboard and mouse navigation.
  • Launches now use the requesting client’s environment and directory; safer daemon/version handshake.
  • Improved cleanup of task process groups, including background children.