Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to Agent Relay will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased - Patch]

### Fixed

- Fleet terminal attach (`agent-relay node agent attach --node`) now reconnects automatically when the terminal websocket goes silent, instead of appearing connected forever and permanently stopping on long-lived nodes.

## [11.6.3] - 2026-08-14

Expand Down
1 change: 1 addition & 0 deletions crates/broker/src/runtime/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ pub(crate) async fn run_init(cmd: InitCommand, telemetry: TelemetryClient) -> Re
crate::terminal_control::TerminalControlConfig {
ws_url: terminal_ws_url,
session_token: session_node_token.clone(),
read_idle_timeout: None,
},
terminal_control_rx,
terminal_event_tx,
Expand Down
Loading
Loading