Updates
Release rolling / release (push) Successful in 9m30s

This commit is contained in:
Raven Scott
2026-08-13 00:13:03 -04:00
parent 1187e30cf6
commit 15afc148d7
51 changed files with 8751 additions and 668 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
## Unreleased
- **`irc`**: Modern IRC TUI (`ctx.tui`, cell buffer). Default **Libera.Chat** TLS **`irc.libera.chat:6697`**. Scriptable **`irc send` / `join` / `whois` / `status`**. Config **`~/.irc/`**. Needs **`ctx.bareOsTlsConnect`** (ctx API **1.57.0**).
- **`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.
- **`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.