feat(tui): Make agent option history user-facing#480
Merged
Conversation
4 tasks
CSRessel
added a commit
that referenced
this pull request
May 18, 2026
) ## Summary 🤖 Generated with [Nori](https://noriagentic.com/) - Show an explicit banner the first time the agent announces its session config options at startup: \`• Claude Code options: Mode=Default, Model=Opus 4.6, Effort=High (/config to change)\` - Replaces the previous baseline-only behavior (#480) which silently swallowed the initial \`SessionConfigUpdate\` and left no on-screen indication of the agent's options or how to change them. - Subsequent updates continue to render only changed values (no behavior change after the banner). Pairs with #480 (config-options diff rendering) and #481 (mode-changed cell) — finishes the cleanup of the original \`ACP config options updated: …\` jargon line. ## Test Plan - [x] New unit test \`session_config_update_history_renders_startup_banner_on_first_snapshot\` (snapshot in \`session_config_update_startup_banner.snap\`) - [x] Existing \`session_config_update_history_shows_only_changed_values_after_baseline\` updated to drain the new banner and still snapshot just the diff - [x] \`cargo test -p nori-tui\` — 1304 passed - [x] \`just fmt\` + \`just fix -p nori-tui\` — clean Share Nori with your team: https://www.npmjs.com/package/nori-skillsets Co-authored-by: Nori <contact@tilework.tech>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🤖 Generated with Nori
Test Plan
env RUSTC_WRAPPER= cargo test -p nori-protocolenv RUSTC_WRAPPER= cargo test -p nori-acpenv RUSTC_WRAPPER= cargo test -p nori-tuienv RUSTC_WRAPPER= cargo build --bin norienv RUSTC_WRAPPER= cargo test -p tui-pty-e2eShare Nori with your team: https://www.npmjs.com/package/nori-skillsets