Preflight Checklist
What's Wrong?
When using Claude Code, prompts that ask the model to “put the output in tags” sometimes result in no output at all, even though similar prompts with explicit formatting (e.g. square brackets) work correctly.
This appears to be a prompt interpretation / output suppression issue, not a user error.
What Should Happen?
Claude should return a haiku wrapped in reasonable tags (for example <haiku>...</haiku>) or ask for clarification if “tags” is ambiguous.
Actual Behavior
Claude produces no response at all (empty output).
Control Test (Works as Expected)
Prompt:
Please write a haiku about Rabbit. Put it in square brackets.
Output:
[
Soft fur, pink nose bright
Bounds through clover fields with joy
Silent paws on moss
]
Error Messages/Logs
There was not output for the prompt in CLI
Steps to Reproduce
Steps to Reproduce
Please write a haiku about Rabbit. Put it in tags.
Observe that no output is produced.
Claude Model
Other
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
2.1.7 (Claude Code)
Platform
Other
Operating System
Ubuntu/Debian Linux
Terminal/Shell
VS Code integrated terminal
Additional Information
This is the screenshot of the conversation.

Preflight Checklist
What's Wrong?
When using Claude Code, prompts that ask the model to “put the output in tags” sometimes result in no output at all, even though similar prompts with explicit formatting (e.g. square brackets) work correctly.
This appears to be a prompt interpretation / output suppression issue, not a user error.
What Should Happen?
Claude should return a haiku wrapped in reasonable tags (for example
<haiku>...</haiku>) or ask for clarification if “tags” is ambiguous.Actual Behavior
Claude produces no response at all (empty output).
Control Test (Works as Expected)
Prompt:
Output:
Error Messages/Logs
Steps to Reproduce
Steps to Reproduce
Open Claude Code in any directory
Run the following prompt:
Observe that no output is produced.
Claude Model
Other
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
2.1.7 (Claude Code)
Platform
Other
Operating System
Ubuntu/Debian Linux
Terminal/Shell
VS Code integrated terminal
Additional Information
This is the screenshot of the conversation.