@@ -3,7 +3,7 @@
|
||||
## Unreleased
|
||||
|
||||
- **`summon`**: Text web browser (`ctx.tui`, cell buffer). First-party HTML/CSS engine; JS off. HTTP via **`ctx.httpFetch`**. Scriptable **`summon dump` / `links` / `get` / `bookmarks`**. Config **`~/.summon/`**. See [summon.md](../../docs/reference/summon.md).
|
||||
- **`irc`**: Modern IRC TUI (`ctx.tui`, cell buffer). Default **Libera.Chat** TLS **`irc.libera.chat:6697`**. Scriptable **`irc send` / `join` / `whois` / `status`**. Config **`~/.irc/`**. TLS prefers **`ctx.bareOsTlsConnect`** (ctx API **1.57.0**) and falls back to **`ctx.bare.bareTls`** on older Bare standalone binaries.
|
||||
- **`irc`**: Room browser (`/rooms`, Ctrl+L), featured Libera channels, `LIST` filter, self-JOIN switches buffer. Full slash table (`/query`/`/msg` print usage when args are missing). Random `osXXXXX` nick when USER looks like a container id. TLS prefers **`ctx.bareOsTlsConnect`** and falls back to **`ctx.bare.bareTls`**.
|
||||
|
||||
- **`dhttop` / `swarmmap` / `routeview` / `holepunch-view` / `swarmtop` / `chat` / `edit` / `nano`**: TTY mode prefers **`ctx.tui.run`** (TEA; **`edit`/`nano`** use **`buffer: 'cell'`** so help and prompts overlay). The pre-SDK key loop remains when **`BARE_OS_TUI=0`**.
|
||||
- **`agent`**: interactive setup prefers **`ctx.tui.form`** (identity + backend). Line wizard remains when the SDK is off.
|
||||
|
||||
Reference in New Issue
Block a user