Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: uucz/llmview

v0.2.0 — Detail Viewer, Diff, Filter & Export

17 Mar 06:24
@uucz uucz

Choose a tag to compare

What's New

Request/Response Detail Viewer

Click any call to see the full conversation thread — messages parsed from request/response JSON with role-colored accents (system, user, assistant, tool). Switch between Messages, Request JSON, and Response JSON tabs. Syntax-highlighted with copy to clipboard.

Prompt Diff Viewer

Compare any two API calls side-by-side. LCS-based diff algorithm highlights added, removed, and shared messages. Shows token count and cost deltas. Perfect for debugging agent loops where prompts grow between calls.

Filter & Search

Filter calls by provider (OpenAI, Anthropic, Ollama), status (OK/Error), or free-text search across model names and endpoints. Call count indicator updates in real-time.

Export

Download your filtered session data as JSON or CSV directly from the dashboard.

Keyboard Shortcuts

  • j/k — Navigate up/down
  • Enter/o — Expand call detail
  • / — Focus search
  • c — Toggle compare mode
  • t — Toggle theme
  • Esc — Close/back

Install

go install github.com/uucz/llmview@v0.2.0

Full Changelog: v0.1.0...v0.2.0

Assets 7
Loading

v0.1.0

17 Mar 05:57
@uucz uucz

Choose a tag to compare

llmview v0.1.0

First release — local LLM traffic inspector.

Features

  • Reverse proxy for OpenAI, Anthropic, Ollama APIs
  • Real-time WebSocket dashboard with SSE stream tee
  • Token counting, cost estimation, duration tracking
  • SQLite storage with WAL mode
  • Single binary with embedded Svelte 5 UI (go install)
  • Light & dark theme support

Install

go install github.com/uucz/llmview@v0.1.0

Platforms

Built from source (pure Go, no CGo):

  • darwin/amd64, darwin/arm64
  • linux/amd64, linux/arm64
  • windows/amd64

Full Changelog: https://github.com/uucz/llmview/commits/v0.1.0

Loading

AltStyle によって変換されたページ (->オリジナル) /