feat(unix-gui): align ui-snapshot schema with Win client shape - #12
Merged
Conversation
Add ui_snapshot shared JSON builders and expand embedded Unix ui-snapshot to include schema_version, projection, nested terminal scrollbar, settings, locale, feedback, system_menu copy/paste flags, per-tab working_context/selection, and terminal_interaction object. Co-authored-by: datakk <mgttt@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/ui-snapshot-schema-59a1
branch
from
July 29, 2026 17:40
7422afe to
3fe5aba
Compare
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.
Summary
Aligns embedded Unix
ui-snapshotJSON with the Windowsremote_win_appclient shape for automation and CLI consumers.Changes
ui_snapshotmodule: shared builders for event position, scrollbar state, settings, locale, system menu, working context, terminal interaction, and window metadata.build_ui_snapshot_json: addsschema_version,projection: embedded_gui, PIDs, nestedlayout.terminal.scrollbarwith offset, composer input bounds, archived proxy status, per-tabworking_context/selection, andsettings/locale/feedbackblocks.Validation
cargo fmt-D warnings)cargo test --lib(246 passed, includes 3ui_snapshottests)