docs(site): document iOS PWA copy/paste and Option-as-Meta pref - #15
Open
DerRemo wants to merge 1 commit into
Open
docs(site): document iOS PWA copy/paste and Option-as-Meta pref#15DerRemo wants to merge 1 commit into
DerRemo wants to merge 1 commit into
Conversation
Two recent commits shipped user-facing terminal features without a penates.dev docs update: the iOS PWA touch-bar Copy/Paste keys (e8f680d) and the macOS Option-as-Meta settings toggle (74ccb40). Add a line to each in sessions.mdx and settings-updates.mdx. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014LNpvCH8FLcie4zegztNiS
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
penates | 8ad7ed8 | Commit Preview URL Branch Preview URL |
Jul 18 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 user-facing terminal features that shipped without a corresponding penates.dev docs update:e8f680d— iOS PWA touch-bar Copy/Paste keys (native selection is blocked by tmux mouse-mode, no hardware Cmd+C/V)74ccb40— macOS Option-as-Meta terminal preference (Settings toggle, default off)Everything else in the recent commit range (mobile layout fixes, safe-area-inset fixes, favicon swap, CI/test fixes) is either a bug fix or cosmetic change with no docs surface. The most recent commit (
4ee93d3, Claude Code channels) already included its own EN+DE docs page.Changes
site/src/content/docs/docs/features/sessions.mdx(+DE counterpart): add a bullet documenting the iOS PWA Copy/Paste touch-bar keys.site/src/content/docs/docs/features/settings-updates.mdx(+DE counterpart): extend the Terminal settings bullet to mention the Option-as-Meta toggle.Test plan
public/index.html,public/prefs.js, andpublic/locales/{en,de}.jsto keep wording accurate.astro buildinsite/(not run in this environment — no network access fornpm install; changes are markdown-only, no new pages/links).Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
https://claude.ai/code/session_014LNpvCH8FLcie4zegztNiS
Generated by Claude Code