Skip to content

Tags: daniel3303/Equibles

Tags

v1.3.0

Toggle v1.3.0's commit message
Release v1.3.0

v1.2.0

Toggle v1.2.0's commit message
Release v1.2.0

v1.1.1

Toggle v1.1.1's commit message
Release v1.1.1

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test(sec): pin DocumentTextTools.ReadDocumentLines no-content guard (#…

…613)

Line 135 (the "has no content" early return when FileContent.Bytes is
null) was zero-hit. Mirrors the existing SearchDocumentKeyword no-content
pin for the sibling MCP tool: a document indexed before its body
downloaded must yield the graceful message, not NRE on
Encoding.UTF8.GetString(null) and surface as an opaque MCP tool failure.