From 9c590566669f95aa8fdb28572d13f1390eb5e835 Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Fri, 2 Jan 2026 05:09:50 +0400 Subject: [PATCH] docs: update project description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db4784e..2b5a785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "takopi" authors = [{name = "banteg"}] version = "0.5.0.dev0" -description = "Run OpenAI Codex CLI with Telegram as the human-in-the-loop interface." +description = "Telegram bridge for Codex, Claude Code, and other agent CLIs." readme = "readme.md" license = { file = "LICENSE" } requires-python = ">=3.14"