Add plan tab, improve transcript viewer, render markdown#2
Merged
Conversation
* Objective Enhance checkpoint detail by adding plan support, improving the transcript viewer, and rendering plans as formatted markdown. * Why Plan support enables structured access to related data. Rendering markdown improves readability and usability. Transcript viewer updates provide clearer context and reduce noise. Deep-linking allows direct navigation to specific tabs. * How Add plan support with a new plan API route, GitHub plan fetcher, usePlan hook, plan_slug field on the checkpoint type, and a Plan tab on the detail page. Render plans as formatted markdown with syntax-highlighted code blocks, GFM tables, and a sticky toolbar with Copy and Download buttons. Improve the transcript viewer by showing the user's GitHub avatar and username, merging consecutive tool-only assistant messages, hiding empty tool_result blocks, and making tool usage pills expandable. Replace HumanAvatar with the GitHub SVG and support user profile images. Support the ?tab= query parameter for deep-linking to specific tabs.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jcleira
added a commit
that referenced
this pull request
Feb 24, 2026
Partio-Attribution: 100% agent Partio-Checkpoint: 7d661270861d
jcleira
pushed a commit
to partio-io/docs
that referenced
this pull request
Mar 9, 2026
Automated documentation update by partio-io/minions doc-minion. Source PR: partio-io/app#2 Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
|
Related PR: partio-io/docs#7 |
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.
Enhance checkpoint detail by adding plan support, improving the transcript viewer, and rendering plans as formatted markdown.
Plan support enables structured access to related data. Rendering markdown improves readability and usability. Transcript viewer updates provide clearer context and reduce noise. Deep-linking allows direct navigation to specific tabs.
Add plan support with a new plan API route, GitHub plan fetcher, usePlan hook, plan_slug field on the checkpoint type, and a Plan tab on the detail page.
Render plans as formatted markdown with syntax-highlighted code blocks, GFM tables, and a sticky toolbar with Copy and Download buttons.
Improve the transcript viewer by showing the user's GitHub avatar and username, merging consecutive tool-only assistant messages, hiding empty tool_result blocks, and making tool usage pills expandable.
Replace HumanAvatar with the GitHub SVG and support user profile images.
Support the ?tab= query parameter for deep-linking to specific tabs.