@hermannbjorgvin/kirby-desktop 1.0.0-beta.6 → 1.0.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,7 +29,7 @@ Launching from a repository opens it directly; launching from anywhere else brin
29
29
  - **A build toolchain on Linux.** `node-pty` ships prebuilt binaries for macOS and Windows, but not Linux, so npm compiles it during install. On Debian/Ubuntu: `sudo apt install build-essential python3`. macOS needs the Xcode command line tools (`xcode-select --install`); most machines already have them.
30
30
  - **An agent CLI** on your `PATH` — `claude`, `codex`, `copilot`, `gemini` or `opencode`. Configurable in Settings.
31
31
  - **`kirby` on your `PATH`, for agent-written reviews.** A review agent records its comments by running `kirby util add-comment`, which ships in the [terminal UI package](https://www.npmjs.com/package/@hermannbjorgvin/kirby). Without it the agent reviews the diff and has nowhere to put what it found. Everything else here works without it.
32
- - **`tmux` (optional, recommended).** With it, agent sessions keep running when you quit and are reattached next launch.
32
+ - **`tmux` (optional, recommended).** Installed, it is the default backend: agent sessions keep running when you quit and are reattached next launch. Settings → Terminal Backend to pin PTY instead — an explicit choice is kept, so installing or removing tmux later only moves the default.
33
33
  - **`gh` or `az` (optional)** for pull-request features, on GitHub and Azure DevOps respectively.
34
34
 
35
35
  Installing pulls Electron's binary (~100–200 MB) on first install.