docs(changelog): add PR 14577 release note (openclaw#14577) (thanks @DylanWoodAkers)

This commit is contained in:
Peter Steinberger
2026-02-18 01:28:36 +01:00
parent c0c0d2c6df
commit 92102b9bb6

View File

@@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai
### Changes
- Skills: refine skill-description routing boundaries with explicit "Use when"/"NOT for" guidance for coding-agent/github/weather, and clarify PTY/browser fallback wording. (#14577) Thanks @DylanWoodAkers.
- Agents/Subagents: add an accepted response note for `sessions_spawn` explaining polling subagents are disabled for one-off calls. Thanks @tyler6204.
- Agents/Subagents: prefix spawned subagent task messages with context to preserve source information in downstream handling. Thanks @tyler6204.
- iMessage: support `replyToId` on outbound text/media sends and normalize leading `[[reply_to:<id>]]` tags so replies target the intended iMessage. Thanks @tyler6204.