Credit CLI clipboard co-contributor / 致谢 CLI 剪贴板共同贡献者#6664
Merged
SivanCola merged 1 commit intoJul 19, 2026
Merged
Conversation
Problem: - The contributor behind esengine#6560 helped identify and solve the CLI clipboard compatibility gap, but the integrated esengine#6632 commit did not record that co-contribution. Root cause: - The final implementation was merged independently without a contributor trailer or a permanent acknowledgment next to the shipped fix. Fix: - Credit Andrei Kiparuk in the changelog and bilingual README acknowledgments. - Add a public Co-authored-by trailer so GitHub records the contribution after merge. Verification: - git diff --check - ./scripts/check-cache-impact.sh Co-authored-by: Andrei Kiparuk <88461327+andrei-kiparuk@users.noreply.github.com>
This was referenced Jul 19, 2026
SivanCola
added a commit
that referenced
this pull request
Jul 19, 2026
Context: - PR #6664 recorded the #6560 author as a repository co-author and also added permanent attribution text to the changelog and bilingual READMEs. Change: - Restore CHANGELOG.md, README.md, and README.zh-CN.md to their exact pre-#6664 content. - Keep the merged #6664 commit and its Co-authored-by attribution in Git history. Verification: - git diff --check - Tree comparison against the first parent of #6664 - ./scripts/check-cache-impact.sh
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
Attribution
#6560 identified that OSC 52-only transcript copy did not reach the native pasteboard in terminals such as macOS Terminal, VS Code, and Cursor, and proposed writing through the operating-system clipboard path. #6632 subsequently landed the hardened integration with verified native writes, SSH isolation, and OSC 52 fallback. This PR permanently records that shared contribution.
Verification
Compatibility
Documentation and attribution only. No runtime behavior, persisted data, API contract, or dependencies change.
Cache impact
Cache-impact: none — documentation and contributor metadata only.
Cache-guard: ./scripts/check-cache-impact.sh reports no cache-sensitive prompt or tool files changed.
System-prompt-review: N/A
Refs #6603, #6560, #6632.