feat(traceview): add web-based trace viewer with pagination#69
Open
hellopw wants to merge 2 commits into
Open
Conversation
added 2 commits
May 29, 2026 16:19
- 4-panel layout: openai_request → upstream_request → upstream_response → openai_response - Paginated trace list with page navigation - Collapsible sections for messages, tools, system blocks - Formatted rendering for function_call/function_call_output input items - Start script for background deployment fix(anthropic): repair empty tool names in FromCoreRequest - Defensive filter for tools with empty name field - repairEmptyToolName helper for tool_search detection - Log warning when empty-name tools are skipped chore: update .gitignore for traceview binaries
Replace static truncation with expandable text in all 7 truncation points. Full text is kept in a JS cache; expanding loads full text into DOM, collapsing restores truncated view to release DOM memory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(anthropic): repair empty tool names in FromCoreRequest
chore: update .gitignore for traceview binaries