Commit Graph

2 Commits

Author SHA1 Message Date
HAL9000 0799369407 fix(tui): render inline diffs in PermissionQuestionWidget
Enabled inline diff rendering by default in PermissionQuestionWidget when diffs are available.

Added a public show_diff property with getter and setter to control diff visibility, and updated refresh to honor this property.

Extended Behave feature scenarios to cover default diff rendering, visibility toggling, and no-diff behavior.

Introduced supporting step definitions for toggling show_diff and asserting absence of diff text.

ISSUES CLOSED: #8303
2026-04-23 23:01:46 +00:00
freemo 0be3f85c56 feat(tui): implement Permission Question Widget
CI / lint (push) Successful in 23s
CI / quality (push) Successful in 47s
CI / typecheck (push) Successful in 50s
CI / security (push) Successful in 52s
CI / helm (push) Successful in 28s
CI / build (push) Successful in 42s
CI / unit_tests (push) Failing after 6m55s
CI / docker (push) Has been skipped
CI / coverage (push) Successful in 10m26s
CI / e2e_tests (push) Failing after 13m59s
CI / benchmark-regression (push) Has been skipped
CI / integration_tests (push) Failing after 22m11s
CI / status-check (push) Failing after 1s
CI / benchmark-publish (push) Has been cancelled
Implement inline permission question widget for quick allow/reject
decisions within the conversation stream with file diff context.

ISSUES CLOSED: #997
2026-04-03 05:56:27 +00:00