Strange characters showing up at end of some paragraphs (VS Code Ext)
Resolved 💬 3 comments Opened Dec 30, 2025 by btraut Closed Jan 14, 2026
What version of Codex is running?
codex-cli 0.63.0, VS Code ext 0.4.56
What subscription do you have?
Pro
Which model were you using?
_No response_
What platform is your computer?
_No response_
What issue are you seeing?
These strange characters (tokens?) have shown up in multiple sessions at seemingly random times:
<img width="1026" height="282" alt="Image" src="https://github.com/user-attachments/assets/ab104d13-581b-4fc5-807a-8d7ec14113eb" />
Scryfall’s advanced form exposes structured inputs for name/oracle/type, colors/identity, rarity, set/block, artist/flavor/language, numeric stats/prices, and legality-style filters; I mirrored these sections in the builder UI. citeturn4open0
The syntax model relies on field prefixes and comparison operators (ex: name:, o:, t:, >=, <=), which I mapped into the query composer and backend parser. citeturn5open0
Community usage emphasizes token-based queries such as t: and o: plus set/language filters; this reinforced the token-first approach for advanced mode. citeturn5search0
What steps can reproduce the bug?
See conversation 019b6e13-8c19-7a11-a6bb-36a65a84decf
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗