Add new Markdown layout engine and use paged scrolling for long chat transcripts - #529
Open
lucasnewman wants to merge 3 commits into
Open
Add new Markdown layout engine and use paged scrolling for long chat transcripts#529lucasnewman wants to merge 3 commits into
lucasnewman wants to merge 3 commits into
Conversation
lucasnewman
commented
Sep 9, 2026
| XCTAssertFalse(FileManager.default.fileExists(atPath: manager.configurationURL(for: .buzz).path)) | ||
| XCTAssertEqual(launchCommand(for: .buzz), "cd '/tmp/Nativ Project'\n'/tools/buzz'") | ||
| } | ||
|
|
Collaborator
Author
There was a problem hiding this comment.
This test was obsoleted by an unrelated change so I deleted it since it's failing.
Collaborator
Author
|
I'm not in love with the decode speed indicator view, but it's not so different from today so I figured we could handle an improved design as a follow-up. |
Collaborator
|
This is nice! Been thinking about pagination too, but this is next level. |
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.
This change is large but it resolves most of the interface issues with chat transcript scrolling performance and scroll following in my fairly extensive testing.
Example video showing that Nativ never exceeds ~40% cpu during decoding and scroll sizing adjustments only occur when paging in new content, similar to how Codex handles very long transcripts.