# Changelog ## 0.2.0 — 2026-06-26 - **Turn-loop bridge** — `runTelegramTurn` now accepts a `configurable` bag that is forwarded verbatim to the `AgentStream` (and on through to the agent's run config), so callers can thread per-turn context to their agent. - **`/deepagents`** — `toAgentStream` merges the caller's `configurable` under the kit-owned `thread_id`, stripping reserved LangGraph keys (`thread_id`, `thread_ts`, `checkpoint_*`, `run_id`, `__pregel_*`) so a caller bag can never clobber checkpointer routing. ## 0.1.0 — 2026-06-21 - Initial release: - **Formatting** — `mdToTelegramHtml` (totality + `partial` mode), `chunkText` / `safeSlice` / `chunkRich`, `repairRichTables`, `neutralizeRichMedia`, `extractTrailingCover`. - **Draft engine** — `createDraftStreamer` with overridable `DraftConstants`. - **Turn-loop bridge** — `runTelegramTurn` over injected `BotClient` / `AgentStream` / `Checkpointer` / `ThreadStore`, plus the kit-owned `sendReply` / `sendText` send orchestration (cover flow + chunking + rich→classic / photo→text fallbacks). - **Error contract** — `TelegramApiError` + `isBadRequest`. - **`/deepagents`** optional subpath — `streamAgent` + `toAgentStream` (langchain/deepagents as optional, type-only peers).