diff --git a/site/src/content/docs/de/docs/features/sessions.mdx b/site/src/content/docs/de/docs/features/sessions.mdx index 5a97451..d2fb95e 100644 --- a/site/src/content/docs/de/docs/features/sessions.mdx +++ b/site/src/content/docs/de/docs/features/sessions.mdx @@ -17,6 +17,7 @@ Das Dashboard ist der einzige Ort, um alle laufenden Agents im Blick zu haben un - **Erstellen:** **New session** klicken, CLI und Approval-/Sandbox-Variante wählen, Verzeichnis auswählen, starten. Namen bekommen automatisch den Prefix `cc-`. - **Verbinden:** Karte öffnen, um über einen robusten WebSocket ins Terminal zu wechseln (automatischer Reconnect mit Backoff; Scrollback-Replay beim ersten Verbinden). +- **Copy/Paste auf dem Smartphone:** Die installierte iPhone-PWA zeigt über der Tastatur eine Touch-Bar mit **Paste** (liest die Zwischenablage und fügt sie per Bracketed-Paste ein) und **Copy** (Long-Press, dann per Drag Text auswählen; die Auswahl wird beim nächsten Tap auf Copy übernommen) — ein Workaround, da Cmd+C/V fehlt und der tmux-Mouse-Mode die normale Textauswahl blockiert. - **Multi-CLI:** Der Picker bietet Claude Code, Codex (`--sandbox`-Varianten), Antigravity (`agy`) und opencode, jede CLI mit eigenem Login. - **Umbenennen / adoptieren / anpinnen / stummschalten:** Umbenennen behält den Hook-State; *adoptieren* registriert eine fremde Session unter ihrem Originalnamen; *anpinnen* sortiert sie nach oben; *stummschalten* unterdrückt ihre Benachrichtigungen. - **Auto-Restore:** Nach einem Neustart startet der Hub die zuletzt laufenden `cc-`-Sessions in ihrem ursprünglichen Verzeichnis neu und setzt die CLI-Konversation fort (`claude --continue`, `codex resume --last`, `agy --continue`). Opt-out durch bewusstes Stoppen der Session. diff --git a/site/src/content/docs/de/docs/features/settings-updates.mdx b/site/src/content/docs/de/docs/features/settings-updates.mdx index 52ef44b..f28787c 100644 --- a/site/src/content/docs/de/docs/features/settings-updates.mdx +++ b/site/src/content/docs/de/docs/features/settings-updates.mdx @@ -12,7 +12,7 @@ Die Settings-Ansicht ist der zentrale Ort, um das Aussehen und Verhalten von Pen **Einstellungen** umfassen acht Bereiche: - **Erscheinungsbild:** Theme (Catppuccin Latte, Frappé, Macchiato, Mocha) und UI-Sprache (Englisch oder Deutsch). -- **Terminal:** Schriftgröße, Scrollback-Zeilen, Mouse-Mode (`TMUX_MOUSE`) und Copy-on-Select. +- **Terminal:** Schriftgröße, Scrollback-Zeilen, Mouse-Mode (`TMUX_MOUSE`), Copy-on-Select und (nur macOS) ob ⌥ Option als Meta wirkt — standardmäßig aus, damit Option auf nicht-US-Tastaturen Layout-Zeichen wie `@ | { }` tippt; an sendet stattdessen Meta-Kürzel (⌥B/⌥F Wort-Navigation). - **Notifications:** Steuerung des Web-Push-Abonnements. - **Behavior:** Startansicht und weitere UX-Einstellungen. - **Session-Wiederherstellung:** Zwei Schalter steuern das automatische Wiederherstellen nach einem Neustart. Der erste aktiviert oder deaktiviert das Feature; der zweite legt fest, ob `--continue` an die CLI übergeben wird, um die letzte Konversation fortzusetzen. Beide Schalter gelten ab dem nächsten Hub-Start. diff --git a/site/src/content/docs/docs/features/sessions.mdx b/site/src/content/docs/docs/features/sessions.mdx index 998812d..342dc53 100644 --- a/site/src/content/docs/docs/features/sessions.mdx +++ b/site/src/content/docs/docs/features/sessions.mdx @@ -17,6 +17,7 @@ The dashboard is the single place to see and steer every running agent: live act - **Create:** click **New session**, pick a CLI and an approval/sandbox variant, choose a directory, and start. Names are auto-prefixed `cc-`. - **Attach:** open any card to drop into its terminal over a resilient WebSocket (auto-reconnect with backoff; scrollback replay on fresh connect). +- **Mobile copy/paste:** the installed iPhone PWA shows a touch-bar above the keyboard with **Paste** (reads the clipboard and inserts it with bracketed-paste) and **Copy** (long-press then drag to select text, released selection is copied on the next tap) — a workaround for no hardware Cmd+C/V and tmux mouse-mode blocking normal text selection. - **Multi-CLI:** the picker offers Claude Code, Codex (`--sandbox` variants), Antigravity (`agy`), and opencode, each with its own login. - **Rename / adopt / pin / mute:** rename keeps the hook state attached; *adopt* registers a foreign session under its original name; *pin* sorts it to the top; *mute* silences its notifications. - **Auto-restore:** after a reboot the hub re-spawns the last running `cc-` sessions in their original directory, continuing the CLI conversation (`claude --continue`, `codex resume --last`, `agy --continue`). Opt out per session by stopping it deliberately. diff --git a/site/src/content/docs/docs/features/settings-updates.mdx b/site/src/content/docs/docs/features/settings-updates.mdx index aa1a774..094ca4c 100644 --- a/site/src/content/docs/docs/features/settings-updates.mdx +++ b/site/src/content/docs/docs/features/settings-updates.mdx @@ -12,7 +12,7 @@ The Settings view is the central place to configure how Penates looks and behave **Settings** covers eight sections: - **Appearance:** theme (Catppuccin Latte, Frappé, Macchiato, Mocha) and UI language (English or German). -- **Terminal:** font size, scrollback lines, mouse mode (`TMUX_MOUSE`), and copy-on-select. +- **Terminal:** font size, scrollback lines, mouse mode (`TMUX_MOUSE`), copy-on-select, and (macOS only) whether ⌥ Option acts as Meta — off by default so Option types layout characters like `@ | { }` on non-US keyboards; on sends Meta shortcuts (⌥B/⌥F word navigation) instead. - **Notifications:** web push subscription control. - **Behavior:** start view and other UX preferences. - **Session restore:** two toggles control auto-restore after a reboot. The first enables or disables the feature; the second controls whether `--continue` is passed to the CLI (to resume the last conversation). Both take effect on the next hub boot.