summaryrefslogtreecommitdiff
path: root/src/tui_event.zig
AgeCommit message (Collapse)Author
6 daysStage and apply event-field overrides at tool lifecycle boundariest
Stage writable event-field overrides by tool call id so they can be applied at the correct point in the turn lifecycle. Capture input overrides from tool_call_complete, capture output overrides from tool_result, and clear staged overrides defensively at turn start and shutdown. Also honor user_message text overrides when starting a turn, add the helper that applies staged overrides to the agent at dispatch boundaries, and cover the behavior with tests for staged input/output overrides.
2026-06-23ponytail simplifications to panto cli and lua extensiosnt
2026-06-16tool collapsed state, and fixing dirty component flagst
2026-06-09event lifecyclet