docs: update pairing docs with SQLite persistence and TUI execution details

This commit is contained in:
William Valentin
2026-02-09 22:09:30 -08:00
parent 99b7e743f4
commit bab3f26ef6
5 changed files with 14 additions and 11 deletions
+4 -2
View File
@@ -33,8 +33,10 @@ All notable changes to Flynn are documented in this file.
- **DM Pairing Codes** -- PairingManager with time-limited codes for
authenticating unknown DM senders. Integrated into all 4 channel adapters
(Telegram, Discord, Slack, WhatsApp). Gateway handlers (`pairing.generate`,
`pairing.list`, `pairing.revoke`). TUI `/pair` command. Configurable TTL
and code length. 22 tests.
`pairing.list`, `pairing.revoke`). TUI `/pair` command with generate/list/revoke
subcommands wired through PairingManager. SQLite persistence via `PairingStore`
interface -- approved senders survive daemon restarts. Configurable TTL and code
length. 35 tests.
- **Zhipu AI (GLM) Provider** -- Support for Zhipu AI's GLM models (glm-4.5, glm-4.7, etc.)
via their OpenAI-compatible API at `https://api.z.ai/api/paas/v4`. Uses `provider: zhipuai`
in config with `api_key` or `ZHIPUAI_API_KEY` env var.