diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dee5bc..210e14d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ flag, or page that no existing user can encounter without opting into it. - Quoting an absolute or home-relative filepath while controlling an agent through - remote `spt rc` can now offer that agent a fetch command for the live file on your - machine. Access is limited to that agent for up to 24 hours; repeated reports + remote `spt rc` can now offer that agent a fetch command for the live file on the + controller node. Access is limited to that agent for up to 24 hours; repeated reports neither extend access nor repeat the notice. Missing files and local or read-only input stay quiet. No adapter changes are needed. @@ -56,14 +56,17 @@ flag, or page that no existing user can encounter without opting into it. - Unlisted-peer presence checks in endpoint listings use a 2.5-second timeout instead of 10 seconds. A peer that does not answer remains unknown, not offline. -### Diagnostics +### Internal -- Optional update tracing now reports controller disconnections and the first - wait for output to drain; these are diagnostic observations, not a refresh fix. -- An optional status probe adds network-responsiveness and active-connection-attempt - readings to help diagnose console pauses; it does not itself fix those pauses. +- Improved diagnostic logging for attached sessions; refresh freezes and console + pauses remain unresolved. + + + +- Message-arrival records now include successful delivery to hosted agents; + delivery outcomes are unchanged. ## [0.69.0] - 2026-09-11 diff --git a/docs-site/src/changelog.md b/docs-site/src/changelog.md index 030d7c01..99740508 100644 --- a/docs-site/src/changelog.md +++ b/docs-site/src/changelog.md @@ -17,8 +17,8 @@ flag, or page that no existing user can encounter without opting into it. ### Added - Quoting an absolute or home-relative filepath while controlling an agent through - remote `spt rc` can now offer that agent a fetch command for the live file on your - machine. Access is limited to that agent for up to 24 hours; repeated reports + remote `spt rc` can now offer that agent a fetch command for the live file on the + controller node. Access is limited to that agent for up to 24 hours; repeated reports neither extend access nor repeat the notice. Missing files and local or read-only input stay quiet. No adapter changes are needed. @@ -49,12 +49,13 @@ flag, or page that no existing user can encounter without opting into it. - Unlisted-peer presence checks in endpoint listings use a 2.5-second timeout instead of 10 seconds. A peer that does not answer remains unknown, not offline. -### Diagnostics +### Internal + +- Improved diagnostic logging for attached sessions; refresh freezes and console + pauses remain unresolved. -- Optional update tracing now reports controller disconnections and the first - wait for output to drain; these are diagnostic observations, not a refresh fix. -- An optional status probe adds network-responsiveness and active-connection-attempt - readings to help diagnose console pauses; it does not itself fix those pauses. +- Message-arrival records now include successful delivery to hosted agents; + delivery outcomes are unchanged. ## [0.69.0] - 2026-09-11