Skip to content
Merged
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ In headless mode:

To reach the normal `Scope` commands (`!plugin`, `!connect`, `@tags`, `$hex`, history, …), press **`Ctrl+K`**: a blinking `> ` prompt (black on yellow) appears and incoming output is held back while you type. Press **Enter** to run the command (or **Esc** / an empty Enter to cancel) and return to the raw bridge. Every command available in the normal command bar works here. To **quit**, press **`Ctrl+K`** then **`Ctrl+Q`**, or run the **`!exit`** (alias `!quit`) command.

> **Driving headless mode from an AI agent?** [`matheuswhite/scope-skill`](https://github.com/matheuswhite/scope-skill) is a Claude Code skill that wraps this bridge — it connects, sends text / `$hex` / `@tags` / commands, and reads the device's replies over serial or RTT, all without the TUI.

### Cross-platform

`Scope` runs on Linux, Windows, and macOS (Apple Silicon), with the same interface and behavior on each.
Expand Down
Loading