From 65c2054e3bb3734c6f101f65357c890dbb6d70e0 Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Mon, 29 Dec 2025 19:56:53 +0400 Subject: [PATCH] docs: add changelog for v0.1.0 --- changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..e8a7c19 --- /dev/null +++ b/changelog.md @@ -0,0 +1,16 @@ +# changelog + +## v0.1.0 (2025-12-29) + +initial release. + +### features + +- telegram bot bridge for openai codex cli using `codex exec` and `codex exec resume` +- stateless session resume via `resume: ` lines embedded in messages +- real-time progress updates with ~2s throttling, showing commands, tools, and elapsed time +- full markdown rendering with telegram entity support (via markdown-it-py + sulguk) +- concurrent message handling with per-session serialization to prevent race conditions +- automatic telegram token redaction in logs +- interactive onboarding guide for first-time setup +- cli options: `--profile`, `--debug`, `--final-notify`, `--version`