Netclaw 0.25.0-beta.3
Pre-release
Pre-release
0.25.0-beta.3 (2026-07-12)
Features
- Discord DM reminder delivery — Reminders can now be delivered to Discord DMs via improved
DiscordReminderTargetResolver(#1609) - Named model configuration & provider runtime validation — New
NamedModelConfigurationandProviderRuntimeValidationtypes, config schema updates, and CLI wizard improvements for provider/model setup (#1610)
Bug Fixes
- Model set/picker preserves hand-set modalities — Re-selecting the same model no longer wipes operator-set
InputModalities/OutputModalitiesandContextWindow. Added--input-modalities,--output-modalities,--clear-modalities, and--clear-context-windowCLI flags (#1610) - Slack processing status serialization — Slack processing status updates are now serialized to prevent race conditions during concurrent sends (#1556)
- Sub-agent token usage tracked in daily stats — Sub-agent LLM calls now record token usage, making them visible in
netclaw stats(#1597) - Subagents fail closed for unattended approvals — When a subagent requires approval but the session is unattended, it now fails closed instead of proceeding or hanging (#1616)