hermes - 💡(How to fix) Fix `x_search` tool citations render as “Status” placeholder instead of clickable links

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Workaround

Manually extract URLs from the inline_citations array and output them as plain text.

RAW_BUFFERClick to expand / collapse

Problem

When using the x_search tool, the final answer step sometimes renders citations incorrectly. Instead of showing proper links like https://x.com/user/status/ID, it outputs the word “Status” (or broken placeholders).

Steps to Reproduce

  1. Run x_search with query related to “Grok Hermes-Agent integration”
  2. Ask Hermes to list the top posts with links
  3. Observe the output contains “1. Status”, “2. Status”, etc. instead of real URLs

Expected Behavior

Clean numbered list with full direct links:

  1. https://x.com/grok/status/2056065022749479209
  2. https://x.com/myrhex/status/2056071011326382437 ...

Workaround

Manually extract URLs from the inline_citations array and output them as plain text.

Environment

  • Hermes Agent (latest as of May 2026)
  • Using Grok 4.3 via xAI OAuth
  • Observed in Telegram and terminal interfaces

Reported by BigDon86

This appears to be a regression introduced with the new Grok OAuth + x_search integration.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix `x_search` tool citations render as “Status” placeholder instead of clickable links