Declarative session-level slash commands shared by every channel.
These are channel-agnostic: the engine dispatches them for the TUI, the
web, and Telegram alike through the same slash/dispatch path, and each
handler mutates state via the gateway so the change fans out everywhere.
/rename <new title> set this session's title
/rename routes through titling/set-title-with-broadcast! — the single
title mutation point.
Declarative session-level slash commands shared by every channel. These are channel-agnostic: the engine dispatches them for the TUI, the web, and Telegram alike through the same `slash/dispatch` path, and each handler mutates state via the gateway so the change fans out everywhere. /rename <new title> set this session's title `/rename` routes through `titling/set-title-with-broadcast!` — the single title mutation point.
Declarative session slash specs, hooked onto foundation-core's manifest
via :ext/slash-commands (concatenated with the workspace slashes).
Declarative session slash specs, hooked onto foundation-core's manifest via `:ext/slash-commands` (concatenated with the workspace slashes).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |