feat: add character mode to GadgetOutputViewer#592
Merged
zbigniewsobiecki merged 2 commits intodevfrom May 4, 2026
Merged
Conversation
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
zbigniewsobiecki
pushed a commit
that referenced
this pull request
May 4, 2026
## [17.3.0](v17.2.1...v17.3.0) (2026-05-04) ### Features * add character mode to GadgetOutputViewer ([#592](#592)) ([ca29faf](ca29faf)) ### Bug Fixes * **docs:** fix broken internal doc links ([#583](#583)) ([47c5149](47c5149)) * **docs:** replace .throwsError() with .throws() and update mock import pattern ([#582](#582)) ([08f2654](08f2654)) * **docs:** sync model alias documentation with model-shortcuts.ts source ([#584](#584)) ([a34f32e](a34f32e))
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
GadgetOutputViewerNO_COLORis set in the environmentTesting
npm test -- packages/llmist/src/gadgets/output-viewer.test.ts packages/llmist/src/agent/output-limit-manager.test.tsnpm run typecheck --workspace=llmist./node_modules/.bin/biome check packages/llmist/src/agent/gadget-output-store.ts packages/llmist/src/agent/output-limit-manager.ts packages/llmist/src/agent/output-limit-manager.test.ts packages/llmist/src/gadgets/output-viewer.ts packages/llmist/src/gadgets/output-viewer.test.tsnpx vitest run packages/cli/src/ui/markdown-renderer.test.tsnpm test