chore: release v0.6.0
This commit is contained in:
@@ -6,3 +6,4 @@ __pycache__/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
.worktrees/
|
||||
research/
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# 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)
|
||||
|
||||
### changes
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "takopi"
|
||||
authors = [{name = "banteg"}]
|
||||
version = "0.5.3"
|
||||
version = "0.6.0"
|
||||
description = "Telegram bridge for Codex, Claude Code, and other agent CLIs."
|
||||
readme = "readme.md"
|
||||
license = { file = "LICENSE" }
|
||||
|
||||
@@ -34,7 +34,7 @@ parallel runs across threads, per thread queue support.
|
||||
|
||||
## 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)
|
||||
- capture your `chat_id` from the most recent message you send to the bot
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.5.3"
|
||||
__version__ = "0.6.0"
|
||||
|
||||
Reference in New Issue
Block a user