fix: missing tool error fields (#27)

This commit is contained in:
banteg
2026-01-02 23:48:46 +04:00
committed by GitHub
parent 78e3443d11
commit 60986438e5
12 changed files with 212 additions and 30 deletions
+8
View File
@@ -1,5 +1,13 @@
# changelog
## v0.5.2 (2026-01-02)
### fixes
- treat codex reconnect notices as non-fatal progress updates instead of errors
- filter unavailable agents from startup display and slash command menu
- avoid crashes when codex tool/file-change events omit error fields
## v0.5.1 (2026-01-02)
### changes