docs(site): document iOS touch-bar copy/paste and Option-as-Meta setting - #17
Open
DerRemo wants to merge 1 commit into
Open
docs(site): document iOS touch-bar copy/paste and Option-as-Meta setting#17DerRemo wants to merge 1 commit into
DerRemo wants to merge 1 commit into
Conversation
Two recent terminal commits shipped user-facing behavior with no docs coverage: the iOS PWA touch-bar Paste/Copy keys, and the macOS Option-as-Meta Settings toggle. Add both, EN + DE. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FBEBMCHcYDXdgcdSP7T5Rg
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
penates | 59f68f2 | Commit Preview URL Branch Preview URL |
Jul 20 2026, 12:03 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 commits since the v1.1.1 release and found two shipped, user-facing changes with no coverage on penates.dev:
e8f680d(feat(terminal): copy and paste on the iOS PWA) — the new touch-bar Paste/Copy keys were undocumented anywhere in the docs.74ccb40(fix(terminal): make macOptionIsMeta a pref) — the new macOS "Option as Meta" Settings toggle wasn't mentioned in the Terminal settings section.This PR adds both, in English and German:
features/sessions.mdx(EN + DE): new bullet describing the mobile touch-bar (Esc/Tab/Ctrl/arrows/Ctrl+C plus Paste/Copy) under "How to use it".features/settings-updates.mdx(EN + DE): extends the existing Terminal settings bullet to mention the macOS-only Option-as-Meta toggle and its default-off behavior.The other commits reviewed (channels support, PWA icon swap, mobile layout/safe-area fixes) either already shipped their own docs in the same commit (channels) or are internal/visual fixes with no new documented behavior.
Test plan
npm install && npm run buildinsidesite/completes without errors (Astro/Starlight build + Pagefind indexing succeeded, all 59 pages built including the two changed pages in both locales).grepthat no other doc page already covered the touch-bar or the Option-as-Meta toggle, to avoid duplicating content.Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
https://claude.ai/code/session_01FBEBMCHcYDXdgcdSP7T5Rg
Generated by Claude Code