opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix: add header length constraint to question.txt

Open pschiel opened this issue 2 days ago • 1 comments

Fixes #7616

Cause: agents sometimes violate the 12-character header limit because JSON Schema constraints like "maxLength": 12 are buried in nested parameter definitions and have lower attention weight compared to prominent natural language instructions in the tool description, causing the LLM occasionally to miss or forget the constraint during generation.

Fix: add it to description text in question.txt

pschiel avatar Jan 12 '26 19:01 pschiel