docs(site): document mobile touch-bar copy/paste, Option-as-Meta pref, tmux-buffer endpoint - #20
Open
DerRemo wants to merge 1 commit into
Open
docs(site): document mobile touch-bar copy/paste, Option-as-Meta pref, tmux-buffer endpoint#20DerRemo wants to merge 1 commit into
DerRemo wants to merge 1 commit into
Conversation
…, tmux-buffer endpoint (en+de) Recent commits added iOS PWA terminal copy/paste (touch-bar Paste/Copy, long-press-drag selection, GET .../tmux-buffer) and a macOS Option-as-Meta terminal preference, but the docs site had no mention of either. Add both to the Terminal & sessions and Settings & updates pages, and the new endpoint to the API reference, in English and German. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HUCMssXZsM4VUsw1uHkGik
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
penates | 916d686 | Commit Preview URL Branch Preview URL |
Jul 23 2026, 12:04 AM |
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
Reviewed the latest commits on
mainand found two recent features not yet reflected on penates.dev/docs:e8f680d— iOS PWA terminal copy/paste (touch-bar Paste/Copy, long-press-drag selection, newGET /api/sessions/:name/tmux-bufferendpoint)74ccb40— macOS Option-as-Meta terminal preference (off by default)(The most recent commit,
4ee93d3— Claude Code channels support — already shipped its own EN+DE docs page, so no gap there.)Changes
features/sessions.mdx(en+de): new bullet under "How to use it" describing the mobile touch-bar copy/paste flow, plus aLimitsnote that Copy needs tmux to receive the drag (full-screen CLIs capture the mouse themselves).features/settings-updates.mdx(en+de): Terminal settings bullet now mentions the Option-as-Meta toggle and its default/behavior.reference/api.mdx(en+de): added theGET /api/sessions/:name/tmux-bufferrow to the Sessions endpoint table.No code changes — docs only. Verified
npm run buildinsite/succeeds with the updated content.Test plan
cd site && npm install && npm run build— builds cleanly, no broken MDX/frontmatterGenerated by Claude Code