refactor(cli): remove engine overrides

This commit is contained in:
banteg
2026-01-01 02:30:09 +04:00
parent d7e6076040
commit 6cdd4e9177
4 changed files with 5 additions and 44 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
- migrate async runtime from asyncio to anyio [#6](https://github.com/banteg/takopi/pull/6)
- stream runner events via async iterators (natural backpressure)
- per-thread job queues with serialization for same-thread runs
- emit `completed` as terminal event (carries resume + final answer)
- render resume as `` `codex resume <token>` `` command lines
- render resume as `codex resume <token>` command lines
- various rendering improvements including file edits
### breaking