Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions site/src/content/docs/de/docs/features/sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions site/src/content/docs/docs/features/sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion site/src/content/docs/docs/features/settings-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down