docs(observability): note ov tui image preview capability#1917
Merged
Conversation
Follows volcengine#1916 (feat: ov CLI support) which added image_preview.rs supporting png/jpg/jpeg/gif/bmp/webp/tiff/tif files.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
qin-ctx
approved these changes
May 11, 2026
ZaynJarvis
pushed a commit
that referenced
this pull request
May 13, 2026
* docs(observability): note ov tui image preview capability Follows #1916 (feat: ov CLI support) which added image_preview.rs supporting png/jpg/jpeg/gif/bmp/webp/tiff/tif files. * docs(observability): note ov tui image preview capability (zh mirror)
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.
Why
#1916 (feat: ov CLI support, merged 2026-05-08) added
crates/ov_cli/src/tui/image_preview.rsso thatov tuinow renders supported image files inline (png/jpg/jpeg/gif/bmp/webp/tiff/tif, peris_image_file()).docs/{en,zh}/guides/05-observability.mdis the canonical entry point doc forov tui, but the capabilities table and the data-plane debugging flow only mentioned trees, directory summaries, file content, and vector records — image preview was undocumented (likewise absent fromdocs/{en,zh}/about/02-changelog.mdpost-#1916).This is a docs-only mirror update so the observability guide reflects the new behavior of
ov tui.What
ov tui: add "image preview for supported image files" (EN) / "受支持图片文件的预览" (ZH).png/jpg/jpeg/gif/bmp/webp/tiff/tifwhitelist) are rendered inline as a preview, alongsideabstract/overview/ file content.Pure docs, dual-language mirror, +2 / -2 lines per file.
Refs
crates/ov_cli/src/tui/image_preview.rs(added in feat: ov CLI support #1916)