Skip to content

Commit cbdebe5

Browse files
Daniel Millinerclaude
authored andcommitted
fix(destinations): remove misleading scratchpad clause from internal-tag description
Follow-up to #2467. The trailing "anything outside these tags is also treated as scratchpad" clause contradicted the rest of the system prompt, which requires bare text to be wrapped in `<message>` blocks. Removing it keeps the description focused on what `<internal>` actually does. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8f30a7a commit cbdebe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container/agent-runner/src/destinations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function buildDestinationsSection(): string {
116116
}
117117
lines.push('');
118118
lines.push(
119-
'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.',
119+
'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.',
120120
);
121121
lines.push('');
122122
lines.push(

0 commit comments

Comments
 (0)