Ivy.Widgets.ClaudeJsonRenderer
1.2.58
dotnet add package Ivy.Widgets.ClaudeJsonRenderer --version 1.2.58
NuGet\Install-Package Ivy.Widgets.ClaudeJsonRenderer -Version 1.2.58
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ivy.Widgets.ClaudeJsonRenderer" Version="1.2.58" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ivy.Widgets.ClaudeJsonRenderer" Version="1.2.58" />
<PackageReference Include="Ivy.Widgets.ClaudeJsonRenderer" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ivy.Widgets.ClaudeJsonRenderer --version 1.2.58
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ivy.Widgets.ClaudeJsonRenderer, 1.2.58"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ivy.Widgets.ClaudeJsonRenderer@1.2.58
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ivy.Widgets.ClaudeJsonRenderer&version=1.2.58
#tool nuget:?package=Ivy.Widgets.ClaudeJsonRenderer&version=1.2.58
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ivy.Widgets.ClaudeJsonRenderer
A widget for rendering Claude Code's --output-format=stream-json output in a conversation-style UI.
Installation
dotnet add package Ivy.Widgets.ClaudeJsonRenderer
Widgets
ClaudeJsonRenderer
Renders newline-delimited JSON events from Claude Code into a formatted conversation view with markdown rendering, collapsible tool use/result cards, and completion summaries.
External React Libraries Used:
- react-markdown - Markdown rendering
- rehype-highlight - Syntax highlighting
Basic Usage
using Ivy.Widgets.ClaudeJsonRenderer;
// Render a stream
new ClaudeJsonRenderer()
.JsonStream(myStreamOutput)
// With all options
new ClaudeJsonRenderer()
.JsonStream(myStreamOutput)
.AutoScroll(true)
.ShowThinking(true)
.ShowSystemEvents(true)
.OnComplete(result => Console.WriteLine($"Done: {result}"))
Props
| Prop | Type | Default | Description |
|---|---|---|---|
JsonStream |
string? |
null |
Newline-delimited JSON events from Claude Code |
AutoScroll |
bool |
true |
Auto-scroll to bottom as new events arrive |
ShowThinking |
bool |
false |
Show thinking/reasoning blocks |
ShowSystemEvents |
bool |
false |
Show system init events |
Events
| Event | Args | Description |
|---|---|---|
OnComplete |
string |
Fired with JSON result when stream completes |
Development
Building
Install frontend dependencies:
cd frontend pnpm installBuild the frontend:
pnpm buildBuild the project from the root folder:
dotnet build
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Ivy (>= 1.2.58)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.58 | 216 | 5/20/2026 |
| 1.2.57-pre-20260518160603 | 108 | 5/18/2026 |
| 1.2.56 | 234 | 5/7/2026 |
| 1.2.55 | 151 | 5/5/2026 |
| 1.2.54 | 130 | 5/1/2026 |
| 1.2.53 | 118 | 4/30/2026 |
| 1.2.51 | 106 | 4/30/2026 |
| 1.2.50 | 132 | 4/28/2026 |
| 1.2.49 | 126 | 4/27/2026 |
| 1.2.49-pre-20260427185636 | 115 | 4/27/2026 |
| 1.2.48 | 123 | 4/27/2026 |
| 1.2.46 | 137 | 4/27/2026 |
| 1.2.46-pre-20260427132241 | 105 | 4/27/2026 |
| 1.2.44 | 134 | 4/16/2026 |
| 1.2.43 | 276 | 4/16/2026 |
| 1.2.42 | 169 | 4/15/2026 |
| 1.2.42-pre-20260414163705 | 148 | 4/14/2026 |