chore: release v0.6.0

This commit is contained in:
banteg
2026-01-03 22:37:07 +04:00
parent ae1718dbe8
commit 30fe5cef43
6 changed files with 13 additions and 4 deletions
+1
View File
@@ -6,3 +6,4 @@ __pycache__/
.ruff_cache/ .ruff_cache/
.coverage .coverage
.worktrees/ .worktrees/
research/
+8
View File
@@ -1,5 +1,13 @@
# changelog # changelog
## v0.6.0 (2026-01-03)
### changes
- interactive onboarding: run `takopi` to set up bot token, chat id, and default engine via guided prompts
- lockfile to prevent multiple takopi instances from racing the same bot token
- re-run onboarding anytime with `takopi --onboard`
## v0.5.3 (2026-01-02) ## v0.5.3 (2026-01-02)
### changes ### changes
+1 -1
View File
@@ -1,7 +1,7 @@
[project] [project]
name = "takopi" name = "takopi"
authors = [{name = "banteg"}] authors = [{name = "banteg"}]
version = "0.5.3" version = "0.6.0"
description = "Telegram bridge for Codex, Claude Code, and other agent CLIs." description = "Telegram bridge for Codex, Claude Code, and other agent CLIs."
readme = "readme.md" readme = "readme.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
+1 -1
View File
@@ -34,7 +34,7 @@ parallel runs across threads, per thread queue support.
## setup ## setup
run `takopi` in a TTY and follow the interactive prompts. it will: run `takopi` and follow the interactive prompts. it will:
- help you create a bot token (via @BotFather) - help you create a bot token (via @BotFather)
- capture your `chat_id` from the most recent message you send to the bot - capture your `chat_id` from the most recent message you send to the bot
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.5.3" __version__ = "0.6.0"
Generated
+1 -1
View File
@@ -378,7 +378,7 @@ wheels = [
[[package]] [[package]]
name = "takopi" name = "takopi"
version = "0.5.3" version = "0.6.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },