chore(release): 0.16.0#781
Merged
Aaronontheweb merged 1 commit intodevfrom Apr 27, 2026
Merged
Conversation
Update RELEASE_NOTES.md with 0.16.0 changelog and bump VersionPrefix in Directory.Build.props to 0.16.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.16.0 — 2026-04-27
This PR prepares the 0.16.0 release: updates
RELEASE_NOTES.mdwith the new changelog section and bumpsVersionPrefixinDirectory.Build.propsto0.16.0.Highlights
Discord session continuity — Discord thread sessions now rehydrate correctly after daemon restart without requiring an @mention, matching Slack's existing behavior. Approval buttons are also cleared in-place after a decision is made.
Public audience hardening — Public sessions are fully amnesic, see a filtered tool index, and no longer leak root path hints in file-access denials. System prompt rebuilds on first inbound turn once audience is resolved.
Reminder lifecycle improvements — Recurring reminders now support an
ExpiresInparameter for automatic expiration, include self-cancellation guidance, and the delivery observation timeout is aligned with the full execution window (300s).Init wizard overhaul — A unified channel picker step replaces sequential Slack/Discord steps, Discord channel IDs resolve to human-readable names, and the
AllowedUserIdsfield is now an explicit allow/restrict choice to enforce default-deny security posture.Container hardening —
Daemon.DisableSelfUpdateis set automatically in the official Docker image;libsodium23is added to fix NSec signature verification in Ubuntu 24.04 containers.Attachment streaming — Attachment downloads from Slack and Discord now stream directly to disk instead of buffering in managed heap memory.
Strict serialization —
System.ObjectJSON fallback is disabled; unregistered types fail loudly withSerializationException.Configuration-driven stats —
netclaw statsandnetclaw statusonly show panels for enabled channels.Commits included