docs: update pairing docs with SQLite persistence and TUI execution details
This commit is contained in:
+4
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user