release: v0.4.0

This commit is contained in:
banteg
2026-01-02 04:46:28 +04:00
parent fd0999bd65
commit 9237783bbb
4 changed files with 12 additions and 4 deletions
+9 -1
View File
@@ -1,9 +1,17 @@
# changelog # changelog
## unreleased ## v0.4.0 (2026-01-02)
### changes
- add auto-router runner selection with configurable default engine - add auto-router runner selection with configurable default engine
- add `/cancel` + `/{engine}` command menu sync on startup - add `/cancel` + `/{engine}` command menu sync on startup
- show engine name in progress and final message headers
- filter command log lines from final output for cleaner answers
### fixes
- improve codex exec error rendering with stderr extraction
## v0.3.0 (2026-01-01) ## v0.3.0 (2026-01-01)
+1 -1
View File
@@ -1,7 +1,7 @@
[project] [project]
name = "takopi" name = "takopi"
authors = [{name = "banteg"}] authors = [{name = "banteg"}]
version = "0.4.0.dev0" version = "0.4.0"
description = "Run OpenAI Codex CLI with Telegram as the human-in-the-loop interface." description = "Run OpenAI Codex CLI with Telegram as the human-in-the-loop interface."
readme = "readme.md" readme = "readme.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.4.0.dev0" __version__ = "0.4.0"
Generated
+1 -1
View File
@@ -354,7 +354,7 @@ wheels = [
[[package]] [[package]]
name = "takopi" name = "takopi"
version = "0.4.0.dev0" version = "0.4.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },