Add opt-in MCP image projection for large read_context results - #357
Merged
Conversation
…urn as PNG pages. Co-authored-by: Cursor <cursoragent@cursor.com>
Claude Code keeps dense pages; Cursor and Codex use 14px profiles, and Copilot falls back to the same strip. Default-off reads skip the pager probe, pxpipe loads only when rendering, and page metadata stays 1-based. Co-authored-by: Cursor <cursoragent@cursor.com>
…er profile. Co-authored-by: Cursor <cursoragent@cursor.com>
The optional PNG-pages sentence on read_context/read pushed the default listTools JSON 54 bytes over the cap and failed heavy-integration.
…rnal. The disposable-catalog fixture overwrote the database in place and only removed WAL/SHM, so a rollback journal could resurrect the previous catalog and report state ok.
Uh oh!
There was an error while loading. Please reload this page.
4 tasks
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 freeto 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.
Summary
read_contextcan return a complete memory as PNG pages plus a verbatim ID appendix when text would otherwise page. CLIthreadnote readstays text.pxpipeloads only when imaging actually runs.Test plan
threadnote image-projectionreports disabled by defaultthreadnote readon the CLI stays textTHREADNOTE_MCP_CLIENTonly afterthreadnote mcp-install <client> --applyMade with Cursor