Skip to content

fix(seer): Normalize U+F00D wildcard operators in snapshot_to_markdown#115397

Merged
Mihir-Mavalankar merged 1 commit into
masterfrom
mmavalankar/fix-uf00d-wildcard-snapshot-normalization
May 12, 2026
Merged

fix(seer): Normalize U+F00D wildcard operators in snapshot_to_markdown#115397
Mihir-Mavalankar merged 1 commit into
masterfrom
mmavalankar/fix-uf00d-wildcard-snapshot-normalization

Conversation

@Mihir-Mavalankar
Copy link
Copy Markdown
Contributor

@Mihir-Mavalankar Mihir-Mavalankar commented May 12, 2026

  • LLM context sent to Seer can contain raw U+F00D-delimited wildcard operators from search queries. Replace these with human-readable labels (e.g. "contains", "starts with") before the markdown reaches the agent, reducing the chance of the LLM reproducing the character inconsistently.
  • This will be followed up with a PR in Seer repo to change the prompt that handles this here. I think it's better to handle this upstream than in the prompt.
  • Fixes - SEER-7SY

@Mihir-Mavalankar Mihir-Mavalankar self-assigned this May 12, 2026
@Mihir-Mavalankar Mihir-Mavalankar requested a review from a team as a code owner May 12, 2026 17:48
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 12, 2026
LLM context sent to Seer can contain raw U+F00D-delimited wildcard
operators from search queries. Replace these with human-readable labels
(e.g. "contains", "starts with") before the markdown reaches the agent,
reducing the chance of the LLM reproducing the PUA character
inconsistently.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
@Mihir-Mavalankar Mihir-Mavalankar force-pushed the mmavalankar/fix-uf00d-wildcard-snapshot-normalization branch from 4393cab to e4b8e80 Compare May 12, 2026 18:01
@Mihir-Mavalankar Mihir-Mavalankar merged commit 9a49500 into master May 12, 2026
63 checks passed
@Mihir-Mavalankar Mihir-Mavalankar deleted the mmavalankar/fix-uf00d-wildcard-snapshot-normalization branch May 12, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants