You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: full MCP tests require the codenib[mcp] extra. This local environment is missing mcp.types, so MCP files were checked with py_compile and the bundle router path is covered by unit tests added in test/mcp/test_mcp_server.py for MCP-enabled CI.
Update after comparing against nearby OSS patterns (GitDiagram / CodeGraph / OpenKB / Open Zread): this PR6 hardening slice now includes four concrete productization additions:
It reuses unchanged VisualFactPacks and regenerates only added/changed media artifacts.
Validated visual graph plans
Adds codenib.visual-graph-plan.v1 / codenib.visual-graph-manifest.v1, validates node ids, edge endpoints, source paths, limits, and plan hashes, then compiles plans to Mermaid.
Agent-friendly MCP exploration tool
Adds explore_visual_context on top of the existing lower-level visual tools so agents can get visual search, optional evidence, and optional source links in one call.
HTML smoke preview
smoke_multimodal_vlm.py can now write a self-contained HTML preview showing SVG artifact, extracted entities, claims, source bindings, Mermaid graph plan, and tool output.
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
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
Part 6 of the multimodal repository knowledge stack.
This slice addresses polish/hardening after review-risk audit:
--multimodal-bundle;search_visual_context,get_visual_evidence, andfind_visual_code_linksthrough MCP;scripts/smoke_multimodal_vlm.pypath for local deterministic and optional real VLM smoke tests;Testing
Latest local result:
Note: full MCP tests require the
codenib[mcp]extra. This local environment is missingmcp.types, so MCP files were checked withpy_compileand the bundle router path is covered by unit tests added intest/mcp/test_mcp_server.pyfor MCP-enabled CI.