feat(tui): add atomic tool output mode - #730
Open
stevenahhh wants to merge 3 commits into
Open
Conversation
# Conflicts: # packages/coding-agent/src/core/changes.md
Contributor
Author
|
The Changelog gate is currently the only actionable blocker on this PR. I intentionally left package CHANGELOG.md files untouched because CONTRIBUTING.md explicitly says changelog entries are added by maintainers. The gate supports a |
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
Contribution process
CHANGELOG.mdis intentionally unchanged becauseCONTRIBUTING.mdassigns changelog entries to maintainersno-changeloglabelTest plan
npm run checkgit diff --checkKnown upstream/environment test failures
On the current
a2632b7abase, rootnpm teststops intest:scriptswith94 pass / 8 fail on Windows/Node 26. The failures are unrelated local-release,
model-generation, and standalone-binary fixtures; this branch's focused tests,
renderer test, static gate, and build pass.
Summary by cubic
Adds an atomic tool output mode and makes Ctrl+O cycle collapsed → expanded → atomic. Atomic shows tools as compact one‑line rows, keeps spinner placement (e.g., Bash after name; Eval after target), and restores classic/Grok/self views when you leave it.
New Features
builtinprovenance so Eval exposes trusted atomic metadata; tool-call trust is tracked per session and gates built-in renderers/metadata.Refactors
ToolDefinitionadds optionaldisposeRenderState(state)for releasing renderer-owned resources when suspended/hidden or disposed.Written for commit 1939739. Summary will update on new commits.