Compare commits

...

1 Commits

Author SHA1 Message Date
Daniel Milliner c3cae1854f fix(destinations): remove misleading scratchpad clause from internal-tag description
The "anything outside these tags is also treated as scratchpad" text
contradicted the intent — bare text outside tags should not be encouraged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-14 20:05:54 +03:00
+1 -1
View File
@@ -116,7 +116,7 @@ function buildDestinationsSection(): string {
}
lines.push('');
lines.push(
'Wrap each delivered message in a `<message to="name">…</message>` block; include several blocks in one response to address several destinations. `<internal>…</internal>` marks thinking you don\'t want sent — anything outside these tags is also treated as scratchpad.',
'Wrap each delivered message in a `<message to="name">…</message>` block; include several blocks in one response to address several destinations. `<internal>…</internal>` marks thinking you don\'t want sent.',
);
lines.push('');
lines.push(