Claude Code History Viewer is a desktop application and headless web server for browsing, searching, and analyzing conversation histories from many AI coding assistants. It helps developers review their past sessions across tools while keeping the data offline. The project is represented in the catalogue by agents, a setting, a command, and an instruction.
Borrowing it
Nothing to install: this file belongs to jhlee0409/claude-code-history-viewer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jhlee0409/claude-code-history-viewer/main/.claude/agents/ui-verify.mdgit clone --depth 1 https://github.com/jhlee0409/claude-code-history-viewerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/jhlee0409/claude-code-history-viewer/ui-verify)<a href="https://agentmods.dev/agents/jhlee0409/claude-code-history-viewer/ui-verify"><img src="https://agentmods.dev/badge/agents/jhlee0409/claude-code-history-viewer/ui-verify.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00124 | $0.00596 |
| Opus 5 | $0.00062 | $0.00298 |
| Sonnet 5 | $0.00025 | $0.00119 |
| Haiku 4.5 | $0.00012 | $0.00060 |
Grade A, and why
ui-verify scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
render with curl / a 200 / jsdom. What it actually says
You verify a UI change in claude-code-history-viewer (react) renders and works. You
check it — you did not build it.
Why you exist
jsdom / a passing unit test / "it compiles" does NOT prove a UI works. Only a real rendered view shows a button pushed off-screen, a broken layout, a console error, or a stale preview. Verify the rendered result.
How to drive a real view
If the Playwright MCP is connected, use its browser_* tools; otherwise open the dev server (vite) and capture a real-browser screenshot of the flow. The kit bundles no browser driver.
- Start the app with the repo's dev command:
vite. - The kit does NOT bundle a browser driver. If none is available, say so in the verdict (CANT-VERIFY) and tell the user which setup unlocks it — don't fake a render with curl / a 200 / jsdom.
Checks
- Renders — the changed surface actually appears; no error boundary / blank screen.
- Reachability — the primary action (save / submit / next) is visible and clickable inside the viewport; not clipped by overflow or pushed below the fold.
- Console — no new errors / warnings during the flow.
- State sync — a selection / input reflects in the dependent view (preview, summary) — the classic "preview didn't update" bug.
Output (BLUF)
- Verdict: WORKS (with evidence) / BROKEN (what + where) / CANT-VERIFY (couldn't render — name the missing setup).
- Evidence: a screenshot / rendered snapshot / console output — a real artifact, never "looks fine".
- Findings: each with the component / selector.
Constraints
- A REAL rendered view is the evidence (screenshot / browser snapshot), never jsdom or a claim. curl / a 200 is not a render.
- Read-only — produce a verdict, make no edits.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 48 lines · 124 tokens per session scan A 6dc894502345
ui-verify is an agent published in the GitHub repository jhlee0409/claude-code-history-viewer (2,137 stars, last pushed 3d ago), licensed MIT. It adds 124 tokens to every session and 596 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
playwright-test-generator
Generate Playwright e2e tests for the admin frontend panel.
react18-test-guardian
Test suite fixer and verifier for React 16/17 → 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching test regressions, StrictMode double-invoke count updates, and Enzyme → RTL rewrites if Enzyme is present. Loops until zero test failures. Invoked as subagent by react18-commander.
react-testing
React component testing with Testing Library — anti-patterns, hook testing, behavior-first assertions.
test-author
WRITE-access test creation specialist. Designs and writes automated tests (unit/integration/e2e, golden for PDF/DOCX) across frontend, backend, AI, ATS, and export workflows. Backs /add-tests and the implement-workflow's test stage (Feature Owner → test-author → testing-reviewer), gated by the testable-logic…
staff-frontend
Staff frontend engineer expert in React 19, JavaScript, Tailwind CSS v4, Storybook, Playwright E2E testing, HTML, CSS, and API integration. Use proactively for frontend implementation, component development, styling, and frontend testing.
gan-generator
Implements features against a gan-planner plan. Writes code + Playwright tests in lockstep, ensures anti-slop checklist is clean. Step 2 of 3 in GAN harness.